[HAVE_NLIST_H] (NLIST_STRUCT): Define.
authorJim Meyering <jim@meyering.net>
Mon, 19 Jun 2000 07:25:01 +0000 (07:25 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Jun 2000 07:25:01 +0000 (07:25 +0000)
lib/getloadavg.c

index 8acb586..e9c4c08 100644 (file)
@@ -308,6 +308,12 @@ extern int errno;
 #  define LDAV_CVT(n) (((double) (n)) / FSCALE)
 # endif
 
+# ifndef NLIST_STRUCT
+#  if HAVE_NLIST_H
+#   define NLIST_STRUCT
+#  endif
+# endif
+
 /* VAX C can't handle multi-line #ifs, or lines longer that 256 characters.  */
 # ifndef NLIST_STRUCT