aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-30 21:41:06 +0000
committerRichard M. Stallman1993-05-30 21:41:06 +0000
commit6da3d9e5d31565c672f2918b21f557aa075c896d (patch)
treea280ed82ba4d0f8cfc4193540e30b02382f6f7f5 /src
parentcc40a99ee03ca415c060db1ab7285889dc4c2fdc (diff)
downloademacs-6da3d9e5d31565c672f2918b21f557aa075c896d.tar.gz
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')
-rw-r--r--src/m/ibmps2-aix.h13
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. */
123#endif 123#endif
124 124
125#define BSTRING 125#define BSTRING
126#define HAVE_GETTIMEOFDAY
127#define HAVE_SELECT 126#define HAVE_SELECT
128#define HAVE_TIMEVAL 127#define HAVE_TIMEVAL
129#define HAVE_VFORK 128#define HAVE_VFORK
129#define HAVE_SETSID
130#undef HAVE_TERMIO
131#define HAVE_TERMIOS
132
133/* Send signals to subprocesses by "typing" special chars at them. */
134
135#define SIGNALS_VIA_CHARACTERS
130 136
131/* 137/*
132 * Define SYSV_SYSTEM_DIR to use the V.3 getdents/readir 138 * Define SYSV_SYSTEM_DIR to use the V.3 getdents/readir
@@ -209,7 +215,7 @@ so disable it for them. */
209#endif 215#endif
210/* -g fails to work, so it is omitted. */ 216/* -g fails to work, so it is omitted. */
211/* tranle says that -fstrength-reduce does not help. */ 217/* tranle says that -fstrength-reduce does not help. */
212#define C_DEBUG_SWITCH -O -fwritable-strings 218#define C_DEBUG_SWITCH
213#else 219#else
214#define C_ALLOCA 220#define C_ALLOCA
215#define STACK_DIRECTION -1 /* tell alloca.c which way it grows */ 221#define STACK_DIRECTION -1 /* tell alloca.c which way it grows */
@@ -218,6 +224,7 @@ so disable it for them. */
218 224
219#define OBJECTS_MACHINE hftctl.o 225#define OBJECTS_MACHINE hftctl.o
220#define LD_SWITCH_MACHINE -T0x00400000 -K -e start 226#define LD_SWITCH_MACHINE -T0x00400000 -K -e start
227#define LIBS_DEBUG /* no -lg on aix ps/2 */
221 228
222#ifdef USG5_3 229#ifdef USG5_3
223#define XICCC 230#define XICCC
@@ -228,8 +235,10 @@ so disable it for them. */
228/* Things defined in s-usg5-3.h that need to be overridden. */ 235/* Things defined in s-usg5-3.h that need to be overridden. */
229#undef NOMULTIPLEJOBS 236#undef NOMULTIPLEJOBS
230#undef BROKEN_TIOCGETC 237#undef BROKEN_TIOCGETC
238#undef BROKEN_TIOCGWINSZ
231#undef LIBX10_SYSTEM 239#undef LIBX10_SYSTEM
232#undef LIBX11_SYSTEM 240#undef LIBX11_SYSTEM
241#undef LIB_X11_LIB
233#endif 242#endif
234 243
235/* Shared libraries are supported in a patch release of ps/2 1.2.1. 244/* Shared libraries are supported in a patch release of ps/2 1.2.1.