Delete obsolete symbols.
This commit is contained in:
parent
3622dcd9a0
commit
5df583315f
99 changed files with 12 additions and 729 deletions
|
@ -37,11 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* XINT must explicitly sign-extend */
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
@ -90,7 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* #define HAVE_PTYS */
|
||||
|
||||
#define HAVE_SYSVIPC
|
||||
#define USE_UTIME
|
||||
|
||||
/* We don't have memmove. */
|
||||
#define memmove(d, s, n) safe_bcopy (s, d, n)
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#undef BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -37,11 +37,6 @@ NOTE-END
|
|||
|
||||
#define LONGBITS 64 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/* Alpha is not big-endian #define BIG_ENDIAN */
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Vax is not big-endian: lowest numbered byte is least significant,
|
||||
but 68000's are. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
||||
/* Use type int rather than a union, to represent Lisp_Object */
|
||||
|
|
|
@ -38,11 +38,6 @@ compiler is so brain damaged that it is not even worth trying to use it.
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
/* #define m68000 */ /* Done by the C compiler */
|
||||
|
|
|
@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* XINT must explicitly sign extend */
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
|
|
@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/* #define BIG_ENDIAN */
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments.
|
||||
* Maybe it would be better to simply correct the code. */
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -138,11 +133,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* Machine specific stuff */
|
||||
#define HAVE_PTYS
|
||||
#define SYSV_PTYS
|
||||
#define HAVE_SELECT
|
||||
#ifdef HAVE_INET_SOCKETS /* this comes from autoconf */
|
||||
# define HAVE_SOCKETS /* NSE may or may not have been installed */
|
||||
#endif
|
||||
#define HAVE_TIMEVAL
|
||||
#define SIGNALS_VIA_CHARACTERS
|
||||
#define BROKEN_CLOSEDIR /* builtin closedir is interruptible */
|
||||
#undef HAVE_BCOPY /* b* functions are just stubs to mem* ones */
|
||||
|
|
|
@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -157,20 +152,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define LIBX11_SYSTEM -lnsl -lbsd
|
||||
#endif /* USG5_4 */
|
||||
|
||||
/*
|
||||
* we have Berkeley style <sys/time.h>
|
||||
*/
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* SysV88 has select(). */
|
||||
#define HAVE_SELECT
|
||||
#define BROKEN_FIONREAD
|
||||
|
||||
/*
|
||||
* don't use utimes, we ain't got one - use utime() instead
|
||||
*/
|
||||
#define USE_UTIME
|
||||
|
||||
/* previously defined in usg5-4, if we choose to use that. */
|
||||
#ifndef LIBS_SYSTEM
|
||||
#ifdef USG5_4
|
||||
|
|
15
src/m/dpx2.h
15
src/m/dpx2.h
|
@ -39,11 +39,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -195,16 +190,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
*/
|
||||
#define GETPGRP_NO_ARG
|
||||
|
||||
/*
|
||||
* X support _needs_ this
|
||||
*/
|
||||
#define HAVE_SELECT
|
||||
/*
|
||||
* and select requires these
|
||||
*/
|
||||
#define HAVE_TIMEVAL
|
||||
#define USE_UTIME
|
||||
|
||||
/* select also needs this header file--but not in ymakefile. */
|
||||
#ifndef NOT_C_CODE
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -42,11 +42,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* XINT must explicitly sign-extend */
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
|
|
@ -34,11 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/*#define BIG_ENDIAN*/
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* GEC63 is big-endian: lowest numbered byte is most significant. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
#define gec63
|
||||
|
|
|
@ -56,11 +56,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -66,14 +66,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
/* Under BSD, <endian.h> defines this to be 4321; rather than fight with it,
|
||||
we'll just give in. Compatibility, akido style. */
|
||||
#ifndef BIG_ENDIAN
|
||||
#define BIG_ENDIAN 4321
|
||||
#endif
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,13 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/* i860 is not big-endian: lowest numbered byte is least significant. */
|
||||
|
||||
#undef BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
#undef INTEL386
|
||||
#undef aix386
|
||||
|
||||
/* i370 is big-endian */
|
||||
#define BIG_ENDIAN
|
||||
|
||||
#undef TEXT_START
|
||||
#undef SEGMENT_MASK
|
||||
#undef DATA_SECTION_ALIGNMENT
|
||||
|
|
|
@ -37,10 +37,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* i386 is not big-endian: lowest numbered byte is least significant. */
|
||||
|
||||
/* #undef BIG_ENDIAN */
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -121,8 +117,6 @@ so disable it for them. */
|
|||
#endif
|
||||
|
||||
#define BSTRING
|
||||
#define HAVE_SELECT
|
||||
#define HAVE_TIMEVAL
|
||||
#define HAVE_VFORK
|
||||
#undef HAVE_TERMIO
|
||||
#define HAVE_TERMIOS
|
||||
|
@ -144,8 +138,8 @@ so disable it for them. */
|
|||
*/
|
||||
#undef NONSYSTEM_DIR_LIBRARY
|
||||
|
||||
/* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */
|
||||
#define USE_UTIME
|
||||
/* AIX utimes allegedly causes SIGSEGV. */
|
||||
#undef HAVE_UTIMES /* override configuration decision */
|
||||
|
||||
/* AIX defines FIONREAD, but it does not work. */
|
||||
#define BROKEN_FIONREAD
|
||||
|
|
|
@ -31,15 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/* This conflicts with something in the system headers,
|
||||
and isn't currently used, since NO_UNION_TYPE is defined. */
|
||||
#if 0
|
||||
#define BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -169,12 +164,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include </usr/include/bsd/BSDtoAIX.h>
|
||||
#define BSTRING
|
||||
#define HAVE_GETTIMEOFDAY
|
||||
#define HAVE_SELECT
|
||||
#define HAVE_TIMEVAL
|
||||
#define HAVE_VFORK
|
||||
|
||||
/* But don't use utimes() -- it causes SIGSEGV! Use utime() instead. */
|
||||
#define USE_UTIME
|
||||
/* AIX utimes allegedly causes SIGSEGV. */
|
||||
#undef HAVE_UTIMES /* override configuration decision */
|
||||
|
||||
/* AIX defines FIONREAD, but it does not work. */
|
||||
#define BROKEN_FIONREAD
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -63,10 +63,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* i386 is not big-endian: lowest numbered byte is least significant. */
|
||||
|
||||
/* #undef BIG_ENDIAN */
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -27,11 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -65,11 +65,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -37,10 +37,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
#define m68000
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* XINT must explicitly sign-extend */
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
|
|
@ -41,11 +41,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
/* ns16000 is not big-endian: lowest numbered byte is least significant. */
|
||||
#undef BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
/* ns16000 call sequence used on mg1 means that &arg = the args as an array */
|
||||
|
|
12
src/m/mips.h
12
src/m/mips.h
|
@ -36,11 +36,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -201,14 +196,12 @@ NOTE-END */
|
|||
|
||||
#define HAVE_SYSVIPC
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
#if defined(emacs) && !defined(INHIBIT_BSD_TIME)
|
||||
#include <bsd/sys/time.h>
|
||||
#endif
|
||||
|
||||
/* #define HAVE_SELECT
|
||||
The `select' in the system won't work for pipes,
|
||||
so don't use it. */
|
||||
/* The `select' in the system won't work for pipes, so don't use it. */
|
||||
#undef HAVE_SELECT /* override configuration decision */
|
||||
|
||||
#define HAVE_GETWD
|
||||
#define HAVE_GETTIMEOFDAY
|
||||
|
@ -217,7 +210,6 @@ NOTE-END */
|
|||
#define HAVE_SOCKETS
|
||||
|
||||
#undef NOMULTIPLEJOBS
|
||||
#define utimes utime /* Someone should check this. */
|
||||
|
||||
/* ??? */
|
||||
#define IRIS
|
||||
|
|
|
@ -41,10 +41,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* One CRT0 Dummy variable */
|
||||
|
||||
#if 0 /* larry@mitra.com says Sony's as doesn't like this. */
|
||||
|
|
|
@ -33,12 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Let the compiler tell us what byte order architecture we're compiling for */
|
||||
|
||||
#ifdef __BIG_ENDIAN__
|
||||
#define BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
/* Define how to take a char and sign-extend into an int.
|
||||
On machines where char is signed, this is a no-op. */
|
||||
|
||||
|
|
|
@ -37,10 +37,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 16000 is little-endian (lowest-numbered byte is least significant) */
|
||||
|
||||
/* #define BIG_ENDIAN */ /* So don't define this. */
|
||||
|
||||
/* Say this machine is a 16000 */
|
||||
|
||||
#define ns16000 1
|
||||
|
|
|
@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/* #define BIG_ENDIAN */
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* XINT must explicitly sign-extend */
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#undef BIG_ENDIAN
|
||||
|
||||
/* Now define a symbol for the cpu type, if your compiler
|
||||
does not define it automatically. */
|
||||
|
||||
|
|
|
@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#undef BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -27,10 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
#define m68000
|
||||
|
@ -88,8 +84,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define TERMINFO
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
#define HAVE_SELECT
|
||||
#define HAVE_PTYS
|
||||
#define HAVE_SOCKETS
|
||||
|
||||
|
@ -98,9 +92,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* SX/A does not have sigblock(2) */
|
||||
#define sigblock(mask) (0)
|
||||
|
||||
#define USG_SYS_TIME
|
||||
#define USE_UTIME
|
||||
|
||||
#define NO_SIOCTL_H
|
||||
|
||||
#undef SIGIO
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ NOTE-START
|
|||
Use -opsystem=osf1 for OSF/1, and -opsystem=bsd4-3 otherwise.
|
||||
NOTE-END */
|
||||
|
||||
#undef BIG_ENDIAN
|
||||
#undef LIB_STANDARD
|
||||
#undef START_FILES
|
||||
#undef COFF
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -38,11 +38,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
/* #define BIG_ENDIAN */
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -35,12 +35,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* SPARC has lowest-numbered byte as most significant */
|
||||
|
||||
#ifndef BIG_ENDIAN
|
||||
#define BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
10
src/m/sps7.h
10
src/m/sps7.h
|
@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
#ifndef m68000
|
||||
|
@ -63,12 +59,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define SMX
|
||||
#define V3x
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -94,8 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* The STRIDE system is more powerful than standard USG5. */
|
||||
|
||||
#define HAVE_PTYS
|
||||
#define HAVE_TIMEVAL
|
||||
#define HAVE_SELECT
|
||||
#define HAVE_GETTIMEOFDAY
|
||||
#define BSTRING
|
||||
#define SKTPAIR
|
||||
|
|
|
@ -47,10 +47,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
#define m68000
|
||||
|
|
|
@ -49,10 +49,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Say this machine is a 68000 */
|
||||
|
||||
#ifndef m68000
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -36,10 +36,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* lowest-numbered byte is most significant */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* XINT must explicitly sign-extend */
|
||||
|
||||
#define EXPLICIT_SIGN_EXTEND
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
|
||||
/* This overrides some of the usual support for the mips and system V.3. */
|
||||
|
||||
/* The S2 does not know about utimes() */
|
||||
#define USE_UTIME
|
||||
|
||||
/* The operating system apparently defines TIOCGETC
|
||||
but it doesn't work. */
|
||||
#undef BROKEN_TIOCGETC
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,10 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* 68000 has lowest-numbered byte as most significant */
|
||||
|
||||
#define WORDS_BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -25,10 +25,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define INTBITS 32 /* Number of bits in an int */
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
#define NO_ARG_ARRAY
|
||||
|
@ -104,8 +100,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#undef NOMULTIPLEJOBS /* we have job control */
|
||||
#define HAVE_SOCKETS /* sockets are available */
|
||||
#define HAVE_TIMEVAL /* we have Berkeley style <sys/time.h> */
|
||||
#define HAVE_SELECT /* XD88 has select(). */
|
||||
#define BROKEN_FIONREAD /* is this needed ? */
|
||||
#define BSTRING /* its in libc but not declared in any header file. */
|
||||
#undef sigsetmask /* XD88 has sigsetmask() */
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -32,11 +32,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
@ -134,7 +129,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
/* -lnet is not standard library */
|
||||
|
||||
#undef HAVE_SELECT
|
||||
#undef LIBS_SYSTEM
|
||||
|
||||
/* Compiler's bug */
|
||||
|
@ -150,4 +144,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#undef SIGIO
|
||||
#undef SIGTSTP
|
||||
#undef HAVE_TIMEVAL
|
||||
|
|
|
@ -59,10 +59,6 @@ NOTE-END */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Vax is not big-endian: lowest numbered byte is least significant. */
|
||||
|
||||
/* #undef BIG_ENDIAN */
|
||||
|
||||
/* #define vax -- appears to be done automatically */
|
||||
|
||||
/* Use type int rather than a union, to represent Lisp_Object */
|
||||
|
|
|
@ -31,11 +31,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -33,11 +33,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define LONGBITS 32 /* Number of bits in a long */
|
||||
|
||||
/* Define BIG_ENDIAN iff lowest-numbered byte in a word
|
||||
is the most significant byte. */
|
||||
|
||||
#define BIG_ENDIAN
|
||||
|
||||
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
|
||||
* group of arguments and treat it as an array of the arguments. */
|
||||
|
||||
|
|
|
@ -2,17 +2,12 @@
|
|||
|
||||
#include "usg5-3.h"
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
#define BROKEN_TIOCGETC
|
||||
|
||||
/* There are some reports that the following is needed
|
||||
with some version of this system.
|
||||
#undef LIBX11_SYSTEM
|
||||
#define LIBX11_SYSTEM -linet
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
#define USE_UTIME
|
||||
*/
|
||||
|
||||
/* This is said to be needed as a result of having _insque rather
|
||||
|
|
|
@ -78,19 +78,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -46,19 +46,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#undef HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -50,19 +50,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -53,19 +53,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
13
src/s/cxux.h
13
src/s/cxux.h
|
@ -122,19 +122,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* #define HAVE_TERMIO */
|
||||
#define NO_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
13
src/s/dgux.h
13
src/s/dgux.h
|
@ -66,19 +66,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define INTERRUPT_INPUT
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_SOCKETS if the system supports sockets.
|
||||
*/
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
#include "usg5-3.h"
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* Some versions of V.3 have this, but not all. ESIX does. */
|
||||
#define HAVE_PTYS
|
||||
#define SYSV_PTYS
|
||||
|
@ -23,6 +21,4 @@
|
|||
/* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */
|
||||
#define NO_SIOCTL_H
|
||||
#define NEED_PTEM_H
|
||||
#define USG_SYS_TIME
|
||||
#define USE_UTIME
|
||||
#define BROKEN_FIONREAD
|
||||
|
|
|
@ -192,9 +192,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define HAVE_SYS_SIGLIST
|
||||
#define HAVE_GETWD /* cure conflict with getcwd? */
|
||||
|
||||
#define USE_UTIME /* don't have utimes */
|
||||
#define SYSV_SYSTEM_DIR /* use dirent.h */
|
||||
#define USG_SYS_TIME /* use sys/time.h, not time.h */
|
||||
|
||||
#define POSIX /* affects getpagesize.h and systty.h */
|
||||
#define POSIX_SIGNALS
|
||||
|
|
22
src/s/hpux.h
22
src/s/hpux.h
|
@ -58,28 +58,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/* Says to include time.h, and not include sys/time.h. */
|
||||
|
||||
#define NEED_TIME_H
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* With HAVE_TIMEVAL define, Emacs expects to use `utimes'.
|
||||
But HPUX does not have one. */
|
||||
|
||||
#define MISSING_UTIMES
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -54,23 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* `utime' system call doesn't understand timevals. */
|
||||
|
||||
#define IRIS_UTIME
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -54,23 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* `utime' system call doesn't understand timevals. */
|
||||
|
||||
#define IRIS_UTIME
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -57,23 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* `utime' system call doesn't understand timevals. */
|
||||
|
||||
#define IRIS_UTIME
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#undef IRIS_UTIME
|
||||
#undef NEED_SIOCTL
|
||||
|
||||
/* Make process_send_signal work by "typing" a signal character on the pty. */
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
/* With this defined, subprocesses made by (e.g.) M-x grep don't exit
|
||||
cleanly, they just hang. ISC 2.2.1 does have select, in the -linet
|
||||
library, but I guess it's not what Emacs needs. --karl@cs.umb.edu
|
||||
#define HAVE_SELECT */
|
||||
library, but I guess it's not what Emacs needs. --karl@cs.umb.edu */
|
||||
#undef HAVE_SELECT /* override configuration decision */
|
||||
|
||||
/* Although ISC has sockets, again in -linet, again it's not what Emacs
|
||||
needs. With this defined, interrupt-shell-subjob and the like do
|
||||
|
@ -43,9 +43,6 @@
|
|||
# define LIB_STANDARD -lPW -lc
|
||||
#endif /* !__GNUC__ */
|
||||
|
||||
/* mt00@etherm.co.uk says this is needed for process.c. */
|
||||
#define USE_UTIME
|
||||
|
||||
#define NO_X_DESTROY_DATABASE
|
||||
|
||||
/* This communicates with m-intel386.h. */
|
||||
|
|
|
@ -2,16 +2,12 @@
|
|||
|
||||
#include "isc2-2.h"
|
||||
|
||||
/* These have been moved into isc2-2.h. */
|
||||
/* #define HAVE_SOCKETS
|
||||
#define HAVE_SELECT */
|
||||
/* This has been moved into isc2-2.h. */
|
||||
/* #define HAVE_SOCKETS */
|
||||
|
||||
/* This appears on 3.0, presumably as part of what SunSoft call X2. */
|
||||
#undef NO_X_DESTROY_DATABASE
|
||||
|
||||
/* mt00@etherm.co.uk says this is needed for process.c. */
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* People say that using -traditional causes lossage with `const',
|
||||
so we might as well try getting rid of -traditional. */
|
||||
#undef C_SWITCH_SYSTEM
|
||||
|
|
|
@ -80,19 +80,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
/* #define FIRST_PTY_LETTER 'a' */
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
13
src/s/rtu.h
13
src/s/rtu.h
|
@ -63,19 +63,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'z' /* i.e. no PTY_LETTERs */
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -44,9 +44,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* SCO has termios. */
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* SCO has timeval. */
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* SCO has ptys with unusual names. */
|
||||
#define HAVE_PTYS
|
||||
|
||||
|
|
|
@ -90,19 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define HAVE_TERMIOS
|
||||
/* #define HAVE_TERMIO */
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
13
src/s/umax.h
13
src/s/umax.h
|
@ -70,19 +70,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -42,14 +42,13 @@
|
|||
|
||||
#define HAVE_SYSVIPC
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
#if defined(emacs)
|
||||
#include <bsd/sys/time.h>
|
||||
#endif
|
||||
|
||||
/* #define HAVE_SELECT
|
||||
The `select' in the system won't work for pipes,
|
||||
/* The `select' in the system won't work for pipes,
|
||||
so don't use it. */
|
||||
#define BROKEN_SELECT
|
||||
|
||||
#define HAVE_DUP2
|
||||
#define HAVE_GETWD
|
||||
|
|
|
@ -57,19 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -56,19 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -55,19 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -54,19 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -54,19 +54,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -56,22 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* SVr3.2 ports of X include an emulation of select in the libraries. */
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
#define HAVE_SELECT
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
@ -223,10 +207,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define BROKEN_TIOCGWINSZ
|
||||
|
||||
/* SVr3 does not have utimes(2) */
|
||||
|
||||
#define USE_UTIME
|
||||
|
||||
/* If we're using the System V X port, BSD bstring functions will be handy */
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
|
|
|
@ -103,11 +103,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define NSIG 32
|
||||
#endif
|
||||
|
||||
/* libc has this stuff, but not utimes. */
|
||||
|
||||
#define HAVE_SELECT
|
||||
#define HAVE_TIMEVAL
|
||||
|
||||
/* We need bss_end from emacs.c for undumping */
|
||||
|
||||
#ifndef USG_SHARED_LIBRARIES
|
||||
|
|
13
src/s/vms.h
13
src/s/vms.h
|
@ -49,19 +49,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define FIRST_PTY_LETTER 'a'
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
#define HAVE_SELECT /* There is an emulation in vmsproc.c */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
|
@ -77,19 +77,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/*
|
||||
* Define HAVE_TIMEVAL if the system supports the BSD style clock values.
|
||||
* Look in <sys/time.h> for a timeval structure.
|
||||
*/
|
||||
|
||||
/* #define HAVE_TIMEVAL */
|
||||
|
||||
/*
|
||||
* Define HAVE_SELECT if the system supports the `select' system call.
|
||||
*/
|
||||
|
||||
/* #define HAVE_SELECT */
|
||||
|
||||
/*
|
||||
* Define HAVE_PTYS if the system supports pty devices.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue