summaryrefslogtreecommitdiff
path: root/src/getloadavg.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-20 13:17:40 +0000
committerDave Love <fx@gnu.org>2000-06-20 13:17:40 +0000
commit0d624dd4c4496e084af0676dfe27a0d90ad5eba5 (patch)
tree6bd42b530c3159c77f2d339edbdc928b897e5653 /src/getloadavg.c
parentc971ff9a0b224a27d4824f92a288eccacfa21d5c (diff)
downloademacs-0d624dd4c4496e084af0676dfe27a0d90ad5eba5.tar.gz
Don't define NLIST_STRUCT (handled by configure).
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r--src/getloadavg.c61
1 files changed, 0 insertions, 61 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index 79eedfc5b32..6700d81395a 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -309,67 +309,6 @@ extern int errno;
# define LDAV_CVT(n) (((double) (n)) / FSCALE)
# endif
-/* VAX C can't handle multi-line #ifs, or lines longer that 256 characters. */
-# ifndef NLIST_STRUCT
-
-# ifdef MORE_BSD
-# define NLIST_STRUCT
-# endif
-
-# ifdef sun
-# define NLIST_STRUCT
-# endif
-
-# ifdef decstation
-# define NLIST_STRUCT
-# endif
-
-# ifdef hpux
-# define NLIST_STRUCT
-# endif
-
-# if defined (_SEQUENT_) || defined (sequent)
-# define NLIST_STRUCT
-# endif
-
-# ifdef sgi
-# define NLIST_STRUCT
-# endif
-
-# ifdef SVR4
-# define NLIST_STRUCT
-# endif
-
-# ifdef sony_news
-# define NLIST_STRUCT
-# endif
-
-# ifdef OSF_ALPHA
-# define NLIST_STRUCT
-# endif
-
-# if defined (ardent) && defined (titan)
-# define NLIST_STRUCT
-# endif
-
-# ifdef tek4300
-# define NLIST_STRUCT
-# endif
-
-# ifdef butterfly
-# define NLIST_STRUCT
-# endif
-
-# if defined(alliant) && defined(i860) /* Alliant FX/2800 */
-# define NLIST_STRUCT
-# endif
-
-# ifdef _AIX
-# define NLIST_STRUCT
-# endif
-
-# endif /* defined (NLIST_STRUCT) */
-
# if defined(sgi) || (defined(mips) && !defined(BSD))
# define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_value &= ~(1 << 31))