aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-04-14 17:54:26 +0000
committerDave Love2000-04-14 17:54:26 +0000
commit314767c0a5a5eb190c08258ce8dc04184fa49a95 (patch)
treecae053c86b4f7e7b3a16cc8355061d864dd33397 /src
parent02cefd5a1092a4d02f8b5b930a6f68564dace5ce (diff)
downloademacs-314767c0a5a5eb190c08258ce8dc04184fa49a95.tar.gz
emacs-314767c0a5a5eb190c08258ce8dc04184fa49a95.zip
Don't define autoconfiscated NLIST_STRUCT.
Diffstat (limited to 'src')
-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 210aafeb75b..35ec5260e13 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-04-14 Dave Love <fx@gnu.org>
2
3 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
4 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
5 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
6 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
7 NLIST_STRUCT.
8
9 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
10 autoconfiscated HAVE_GETLOADAVG.
11
12 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
13 BROKEN_MKTIME.
14
12000-04-14 Gerd Moellmann <gerd@gnu.org> 152000-04-14 Gerd Moellmann <gerd@gnu.org>
2 16
3 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes. 17 * 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. */
139 139
140/* #define SHORTNAMES */ 140/* #define SHORTNAMES */
141 141
142/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */
143
144/* #define NLIST_STRUCT */
145
146/* The file containing the kernel's symbol table is called /unix. */ 142/* The file containing the kernel's symbol table is called /unix. */
147 143
148#define KERNEL_FILE "/unix" 144#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. */
98 98
99#undef CLASH_DETECTION /* Might work; not tried yet. */ 99#undef CLASH_DETECTION /* Might work; not tried yet. */
100 100
101/* We use the Berkeley (and usg5.2.2) interface to nlist. */
102
103#define NLIST_STRUCT
104
105/* The file containing the kernel's symbol table is called /vmunix. */ 101/* The file containing the kernel's symbol table is called /vmunix. */
106 102
107#define KERNEL_FILE "/vmunix" 103#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. */
102 102
103#define CLASH_DETECTION 103#define CLASH_DETECTION
104 104
105/* We use the Berkeley (and usg5.2.2) interface to nlist. */
106
107#define NLIST_STRUCT
108
109/* The file containing the kernel's symbol table is called /vmunix. */ 105/* The file containing the kernel's symbol table is called /vmunix. */
110 106
111#define KERNEL_FILE "/vmunix" 107#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. */
105 105
106#define CLASH_DETECTION 106#define CLASH_DETECTION
107 107
108/* We use the Berkeley (and usg5.2.2) interface to nlist. */
109
110#define NLIST_STRUCT
111
112/* The file containing the kernel's symbol table is called /vmunix. */ 108/* The file containing the kernel's symbol table is called /vmunix. */
113 109
114#define KERNEL_FILE "/vmunix" 110#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. */
193 193
194#define HAVE_SOCKETS 194#define HAVE_SOCKETS
195 195
196/* We use the Berkeley (and usg5.2.2) interface to nlist. */
197
198#define NLIST_STRUCT
199
200/* The symbol in the kernel where the load average is found 196/* The symbol in the kernel where the load average is found
201 is named _avenrun. */ 197 is named _avenrun. */
202 198
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
@@ -164,12 +164,6 @@ Boston, MA 02111-1307, USA. */
164 4800, 9600, 19200, 38400 } 164 4800, 9600, 19200, 38400 }
165 165
166/* 166/*
167 * Define NLIST_STRUCT if the system has nlist.h
168 */
169
170#define NLIST_STRUCT
171
172/*
173 * Make WM Interface Compliant. 167 * Make WM Interface Compliant.
174 */ 168 */
175 169
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. */
124 124
125/* #define SHORTNAMES */ 125/* #define SHORTNAMES */
126 126
127/* We use the Berkeley (and usg5.2.2) interface to nlist. */
128
129#define NLIST_STRUCT
130
131/* The file containing the kernel's symbol table is called /hp-ux. */ 127/* The file containing the kernel's symbol table is called /hp-ux. */
132 128
133#define KERNEL_FILE "/hp-ux" 129#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. */
102 102
103/* #define CLASH_DETECTION */ 103/* #define CLASH_DETECTION */
104 104
105/* We use the Berkeley (and usg5.2.2) interface to nlist. */
106
107#define NLIST_STRUCT
108
109/* The file containing the kernel's symbol table is called /vmunix. */ 105/* The file containing the kernel's symbol table is called /vmunix. */
110 106
111#define KERNEL_FILE "/vmunix" 107#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. */
102 102
103/* #define CLASH_DETECTION */ 103/* #define CLASH_DETECTION */
104 104
105/* We use the Berkeley (and usg5.2.2) interface to nlist. */
106
107#define NLIST_STRUCT
108
109/* The file containing the kernel's symbol table is called /vmunix. */ 105/* The file containing the kernel's symbol table is called /vmunix. */
110 106
111#define KERNEL_FILE "/vmunix" 107#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. */
105 105
106/* #define CLASH_DETECTION */ 106/* #define CLASH_DETECTION */
107 107
108/* We use the Berkeley (and usg5.2.2) interface to nlist. */
109
110#define NLIST_STRUCT
111
112/* The file containing the kernel's symbol table is called /unix. */ 108/* The file containing the kernel's symbol table is called /unix. */
113 109
114#define KERNEL_FILE "/unix" 110#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. */
116 116
117#undef CLASH_DETECTION 117#undef CLASH_DETECTION
118 118
119/* We use the Berkeley (and usg5.2.2) interface to nlist. */
120
121#define NLIST_STRUCT
122
123/* The symbol in the kernel where the load average is found 119/* The symbol in the kernel where the load average is found
124 is named _avenrun. */ 120 is named _avenrun. */
125 121
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. */
122 122
123#define CLASH_DETECTION 123#define CLASH_DETECTION
124 124
125/* We use the Berkeley (and usg5.2.2) interface to nlist. */
126
127#define NLIST_STRUCT
128
129/* The file containing the kernel's symbol table is called /vmunix. */ 125/* The file containing the kernel's symbol table is called /vmunix. */
130 126
131#define KERNEL_FILE "/vmunix" 127#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. */
119 119
120#define SHORTNAMES 120#define SHORTNAMES
121 121
122/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */
123
124/* #define NLIST_STRUCT */
125
126/* The file containing the kernel's symbol table is called /unix. */ 122/* The file containing the kernel's symbol table is called /unix. */
127 123
128#define KERNEL_FILE "/unix" 124#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. */
113 113
114/* #define SHORTNAMES */ 114/* #define SHORTNAMES */
115 115
116/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */
117
118/* #define NLIST_STRUCT */
119
120/* The file containing the kernel's symbol table is called /unix. */ 116/* The file containing the kernel's symbol table is called /unix. */
121 117
122#define KERNEL_FILE "/unix" 118#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. */
108 108
109#define SHORTNAMES 109#define SHORTNAMES
110 110
111/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */
112
113/* #define NLIST_STRUCT */
114
115/* The file containing the kernel's symbol table is called /unix. */ 111/* The file containing the kernel's symbol table is called /unix. */
116 112
117#define KERNEL_FILE "/unix" 113#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. */
107 107
108/* #define SHORTNAMES */ 108/* #define SHORTNAMES */
109 109
110/* We use the Berkeley (and usg5.2.2) interface to nlist. */
111
112#define NLIST_STRUCT
113
114/* The file containing the kernel's symbol table is called /unix. */ 110/* The file containing the kernel's symbol table is called /unix. */
115 111
116#define KERNEL_FILE "/unix" 112#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. */
107 107
108/* #define SHORTNAMES */ 108/* #define SHORTNAMES */
109 109
110/* We do NOT use the Berkeley (and usg5.2.2) interface to nlist. */
111
112/* #define NLIST_STRUCT */
113
114/* The file containing the kernel's symbol table is called /unix. */ 110/* The file containing the kernel's symbol table is called /unix. */
115 111
116#define KERNEL_FILE "/unix" 112#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. */
118 118
119/* #define SHORTNAMES */ 119/* #define SHORTNAMES */
120 120
121/* We use the Berkeley (and usg5.2.2) interface to nlist. */
122
123#define NLIST_STRUCT
124
125/* The file containing the kernel's symbol table is called /unix. */ 121/* The file containing the kernel's symbol table is called /unix. */
126 122
127#define KERNEL_FILE "/unix" 123#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. */
136 136
137/* #define SHORTNAMES */ 137/* #define SHORTNAMES */
138 138
139/* We do not use the Berkeley (and usg5.2.2) interface to nlist. */
140
141/* #define NLIST_STRUCT */
142
143/* Compensate for one incompatibility between Xenix and V.0. */ 139/* Compensate for one incompatibility between Xenix and V.0. */
144#define n_zeroes n_name[0] 140#define n_zeroes n_name[0]
145 141