aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-20 13:17:40 +0000
committerDave Love2000-06-20 13:17:40 +0000
commit0d624dd4c4496e084af0676dfe27a0d90ad5eba5 (patch)
tree6bd42b530c3159c77f2d339edbdc928b897e5653 /src
parentc971ff9a0b224a27d4824f92a288eccacfa21d5c (diff)
downloademacs-0d624dd4c4496e084af0676dfe27a0d90ad5eba5.tar.gz
emacs-0d624dd4c4496e084af0676dfe27a0d90ad5eba5.zip
Don't define NLIST_STRUCT (handled by configure).
Diffstat (limited to 'src')
-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;
309# define LDAV_CVT(n) (((double) (n)) / FSCALE) 309# define LDAV_CVT(n) (((double) (n)) / FSCALE)
310# endif 310# endif
311 311
312/* VAX C can't handle multi-line #ifs, or lines longer that 256 characters. */
313# ifndef NLIST_STRUCT
314
315# ifdef MORE_BSD
316# define NLIST_STRUCT
317# endif
318
319# ifdef sun
320# define NLIST_STRUCT
321# endif
322
323# ifdef decstation
324# define NLIST_STRUCT
325# endif
326
327# ifdef hpux
328# define NLIST_STRUCT
329# endif
330
331# if defined (_SEQUENT_) || defined (sequent)
332# define NLIST_STRUCT
333# endif
334
335# ifdef sgi
336# define NLIST_STRUCT
337# endif
338
339# ifdef SVR4
340# define NLIST_STRUCT
341# endif
342
343# ifdef sony_news
344# define NLIST_STRUCT
345# endif
346
347# ifdef OSF_ALPHA
348# define NLIST_STRUCT
349# endif
350
351# if defined (ardent) && defined (titan)
352# define NLIST_STRUCT
353# endif
354
355# ifdef tek4300
356# define NLIST_STRUCT
357# endif
358
359# ifdef butterfly
360# define NLIST_STRUCT
361# endif
362
363# if defined(alliant) && defined(i860) /* Alliant FX/2800 */
364# define NLIST_STRUCT
365# endif
366
367# ifdef _AIX
368# define NLIST_STRUCT
369# endif
370
371# endif /* defined (NLIST_STRUCT) */
372
373 312
374# if defined(sgi) || (defined(mips) && !defined(BSD)) 313# if defined(sgi) || (defined(mips) && !defined(BSD))
375# define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_value &= ~(1 << 31)) 314# define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_value &= ~(1 << 31))