1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Don't define autoconfiscated NLIST_STRUCT.

This commit is contained in:
Dave Love 2000-04-14 17:54:26 +00:00
parent 02cefd5a10
commit 314767c0a5
20 changed files with 14 additions and 78 deletions

View File

@ -1,3 +1,17 @@
2000-04-14 Dave Love <fx@gnu.org>
* 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 <gerd@gnu.org>
* filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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. */

View File

@ -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.
*/

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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. */

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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]