diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-30 21:41:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-30 21:41:06 +0000 |
commit | 6da3d9e5d31565c672f2918b21f557aa075c896d (patch) | |
tree | a280ed82ba4d0f8cfc4193540e30b02382f6f7f5 /src/m/ibmps2-aix.h | |
parent | cc40a99ee03ca415c060db1ab7285889dc4c2fdc (diff) | |
download | emacs-6da3d9e5d31565c672f2918b21f557aa075c896d.tar.gz emacs-6da3d9e5d31565c672f2918b21f557aa075c896d.tar.bz2 emacs-6da3d9e5d31565c672f2918b21f557aa075c896d.zip |
(HAVE_GETTIMEOFDAY): Deleted.
(HAVE_SETSID, HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add #undef.
(SIGNALS_VIA_CHARACTERS): Defined.
(C_DEBUG_SWITCH): Make definition empty.
(LIBS_DEBUG): Defined.
(BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef.
Diffstat (limited to 'src/m/ibmps2-aix.h')
-rw-r--r-- | src/m/ibmps2-aix.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index fe01a60f8d4..5004def6e14 100644 --- a/src/m/ibmps2-aix.h +++ b/src/m/ibmps2-aix.h @@ -123,10 +123,16 @@ so disable it for them. */ #endif #define BSTRING -#define HAVE_GETTIMEOFDAY #define HAVE_SELECT #define HAVE_TIMEVAL #define HAVE_VFORK +#define HAVE_SETSID +#undef HAVE_TERMIO +#define HAVE_TERMIOS + +/* Send signals to subprocesses by "typing" special chars at them. */ + +#define SIGNALS_VIA_CHARACTERS /* * Define SYSV_SYSTEM_DIR to use the V.3 getdents/readir @@ -209,7 +215,7 @@ so disable it for them. */ #endif /* -g fails to work, so it is omitted. */ /* tranle says that -fstrength-reduce does not help. */ -#define C_DEBUG_SWITCH -O -fwritable-strings +#define C_DEBUG_SWITCH #else #define C_ALLOCA #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */ @@ -218,6 +224,7 @@ so disable it for them. */ #define OBJECTS_MACHINE hftctl.o #define LD_SWITCH_MACHINE -T0x00400000 -K -e start +#define LIBS_DEBUG /* no -lg on aix ps/2 */ #ifdef USG5_3 #define XICCC @@ -228,8 +235,10 @@ so disable it for them. */ /* Things defined in s-usg5-3.h that need to be overridden. */ #undef NOMULTIPLEJOBS #undef BROKEN_TIOCGETC +#undef BROKEN_TIOCGWINSZ #undef LIBX10_SYSTEM #undef LIBX11_SYSTEM +#undef LIB_X11_LIB #endif /* Shared libraries are supported in a patch release of ps/2 1.2.1. |