aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-04-14 17:54:26 +0000
committerDave Love <[email protected]>2000-04-14 17:54:26 +0000
commit314767c0a5a5eb190c08258ce8dc04184fa49a95 (patch)
treecae053c86b4f7e7b3a16cc8355061d864dd33397
parent02cefd5a1092a4d02f8b5b930a6f68564dace5ce (diff)
Don't define autoconfiscated NLIST_STRUCT.
-rw-r--r--src/ChangeLog14
-rw-r--r--src/s/aix3-1.h4
-rw-r--r--src/s/bsd4-1.h4
-rw-r--r--src/s/bsd4-2.h4
-rw-r--r--src/s/bsd4-3.h4
-rw-r--r--src/s/cxux.h4
-rw-r--r--src/s/dgux.h6
-rw-r--r--src/s/hpux.h4
-rw-r--r--src/s/iris3-5.h4
-rw-r--r--src/s/iris3-6.h4
-rw-r--r--src/s/irix3-3.h4
-rw-r--r--src/s/rtu.h4
-rw-r--r--src/s/umax.h4
-rw-r--r--src/s/unipl5-0.h4
-rw-r--r--src/s/unipl5-2.h4
-rw-r--r--src/s/usg5-0.h4
-rw-r--r--src/s/usg5-2-2.h4
-rw-r--r--src/s/usg5-2.h4
-rw-r--r--src/s/usg5-3.h4
-rw-r--r--src/s/xenix.h4
20 files changed, 14 insertions, 78 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 210aafeb75..35ec5260e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
+2000-04-14 Dave Love <[email protected]>
+
+ * 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 <[email protected]>
* filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h
index f9c3cbeeba..330cbae427 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 b0b7246e90..d0dd9a2948 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 36b52ecda9..27ad9a5fe6 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 58a62a14e7..46cb3a5352 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 0281e78971..6b0de297d9 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 8788a05c46..95dee6b257 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -164,12 +164,6 @@ Boston, MA 02111-1307, USA. */
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 a14bf2e97d..36d6680a9f 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 7659289ad9..1b8e045ce7 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 80a4ccc5e8..c4406cd2e8 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 45961cc1b2..9fc8a54bc4 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 1c9b08096e..80dccaafc8 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 8a0815f8a9..25d3d70dbf 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 4c815d917e..5571983e52 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 85ab0973fe..9e61d3fac7 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 915211feb9..885ad00b1b 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 14b7fa3d33..0c8e3c3d2d 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 7c8cb13409..e6f586da28 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 f3bd5d38f6..557091d19b 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 7550baa4cd..be742120b6 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]