diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-09-18 21:12:31 +0000 |
commit | 5df583315f5e5c9f53473e7ad60fb3a334f05cd2 (patch) | |
tree | d765253ae8c563580d318ad2e62d482f5b9668ea /src/m/ibmps2-aix.h | |
parent | 3622dcd9a0c493d948313cd00a26af1a69d4c405 (diff) | |
download | emacs-5df583315f5e5c9f53473e7ad60fb3a334f05cd2.tar.gz |
Delete obsolete symbols.
Diffstat (limited to 'src/m/ibmps2-aix.h')
-rw-r--r-- | src/m/ibmps2-aix.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index da272005642..4a5784af182 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h @@ -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 |