diff --git a/src/ChangeLog b/src/ChangeLog index 210aafeb75b..35ec5260e13 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2000-04-14 Dave Love + + * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h: + * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h: + * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h: + * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated + NLIST_STRUCT. + + * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define + autoconfiscated HAVE_GETLOADAVG. + + * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated + BROKEN_MKTIME. + 2000-04-14 Gerd Moellmann * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes. diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index f9c3cbeeba7..330cbae4279 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h @@ -139,10 +139,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */ - -/* #define NLIST_STRUCT */ - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index b0b7246e909..d0dd9a29485 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h @@ -98,10 +98,6 @@ Boston, MA 02111-1307, USA. */ #undef CLASH_DETECTION /* Might work; not tried yet. */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /vmunix. */ #define KERNEL_FILE "/vmunix" diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index 36b52ecda91..27ad9a5fe6e 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h @@ -102,10 +102,6 @@ Boston, MA 02111-1307, USA. */ #define CLASH_DETECTION -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /vmunix. */ #define KERNEL_FILE "/vmunix" diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 58a62a14e78..46cb3a53528 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h @@ -105,10 +105,6 @@ Boston, MA 02111-1307, USA. */ #define CLASH_DETECTION -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /vmunix. */ #define KERNEL_FILE "/vmunix" diff --git a/src/s/cxux.h b/src/s/cxux.h index 0281e789717..6b0de297d94 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h @@ -193,10 +193,6 @@ Boston, MA 02111-1307, USA. */ #define HAVE_SOCKETS -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The symbol in the kernel where the load average is found is named _avenrun. */ diff --git a/src/s/dgux.h b/src/s/dgux.h index 8788a05c460..95dee6b2571 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -163,12 +163,6 @@ Boston, MA 02111-1307, USA. */ #define BAUD_CONVERT { 0, 110, 134, 150, 300, 600, 1200, 1800, 2400, \ 4800, 9600, 19200, 38400 } -/* - * Define NLIST_STRUCT if the system has nlist.h - */ - -#define NLIST_STRUCT - /* * Make WM Interface Compliant. */ diff --git a/src/s/hpux.h b/src/s/hpux.h index a14bf2e97d2..36d6680a9f2 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -124,10 +124,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /hp-ux. */ #define KERNEL_FILE "/hp-ux" diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h index 7659289ad9b..1b8e045ce79 100644 --- a/src/s/iris3-5.h +++ b/src/s/iris3-5.h @@ -102,10 +102,6 @@ Boston, MA 02111-1307, USA. */ /* #define CLASH_DETECTION */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /vmunix. */ #define KERNEL_FILE "/vmunix" diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index 80a4ccc5e85..c4406cd2e87 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h @@ -102,10 +102,6 @@ Boston, MA 02111-1307, USA. */ /* #define CLASH_DETECTION */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /vmunix. */ #define KERNEL_FILE "/vmunix" diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 45961cc1b2b..9fc8a54bc4d 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -105,10 +105,6 @@ Boston, MA 02111-1307, USA. */ /* #define CLASH_DETECTION */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/rtu.h b/src/s/rtu.h index 1c9b08096ef..80dccaafc8d 100644 --- a/src/s/rtu.h +++ b/src/s/rtu.h @@ -116,10 +116,6 @@ Boston, MA 02111-1307, USA. */ #undef CLASH_DETECTION -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The symbol in the kernel where the load average is found is named _avenrun. */ diff --git a/src/s/umax.h b/src/s/umax.h index 8a0815f8a9a..25d3d70dbfa 100644 --- a/src/s/umax.h +++ b/src/s/umax.h @@ -122,10 +122,6 @@ Boston, MA 02111-1307, USA. */ #define CLASH_DETECTION -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /vmunix. */ #define KERNEL_FILE "/vmunix" diff --git a/src/s/unipl5-0.h b/src/s/unipl5-0.h index 4c815d917e1..5571983e52d 100644 --- a/src/s/unipl5-0.h +++ b/src/s/unipl5-0.h @@ -119,10 +119,6 @@ Boston, MA 02111-1307, USA. */ #define SHORTNAMES -/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */ - -/* #define NLIST_STRUCT */ - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/unipl5-2.h b/src/s/unipl5-2.h index 85ab0973fe8..9e61d3fac7c 100644 --- a/src/s/unipl5-2.h +++ b/src/s/unipl5-2.h @@ -113,10 +113,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */ - -/* #define NLIST_STRUCT */ - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h index 915211feb9c..885ad00b1ba 100644 --- a/src/s/usg5-0.h +++ b/src/s/usg5-0.h @@ -108,10 +108,6 @@ Boston, MA 02111-1307, USA. */ #define SHORTNAMES -/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */ - -/* #define NLIST_STRUCT */ - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h index 14b7fa3d335..0c8e3c3d2df 100644 --- a/src/s/usg5-2-2.h +++ b/src/s/usg5-2-2.h @@ -107,10 +107,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h index 7c8cb134094..e6f586da28d 100644 --- a/src/s/usg5-2.h +++ b/src/s/usg5-2.h @@ -107,10 +107,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */ - -/* #define NLIST_STRUCT */ - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index f3bd5d38f6e..557091d19b9 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -118,10 +118,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We use the Berkeley (and usg5.2.2) interface to nlist. */ - -#define NLIST_STRUCT - /* The file containing the kernel's symbol table is called /unix. */ #define KERNEL_FILE "/unix" diff --git a/src/s/xenix.h b/src/s/xenix.h index 7550baa4cd4..be742120b60 100644 --- a/src/s/xenix.h +++ b/src/s/xenix.h @@ -136,10 +136,6 @@ Boston, MA 02111-1307, USA. */ /* #define SHORTNAMES */ -/* We do not use the Berkeley (and usg5.2.2) interface to nlist. */ - -/* #define NLIST_STRUCT */ - /* Compensate for one incompatibility between Xenix and V.0. */ #define n_zeroes n_name[0]