comparison src/m/tekxd88.h @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents abe6d1db359e
children 4542b72c005e
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
65 #endif /* __GNUC__ */ 65 #endif /* __GNUC__ */
66 66
67 #undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */ 67 #undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */
68 #undef LIBX11_SYSTEM 68 #undef LIBX11_SYSTEM
69 69
70 #define HAVE_PTYS /* XD88 SysV has PTYs. */
71 #define SYSV_PTYS /* Requires <termios.h> */
72
73 #ifdef ghs /* Stands for "Green Hills Software", defined only in /bin/cc */ 70 #ifdef ghs /* Stands for "Green Hills Software", defined only in /bin/cc */
74 /* -X18 means do not allocate programmer-defined local variables to a 71 /* -X18 means do not allocate programmer-defined local variables to a
75 register unless they are declared register. (Copied from perl-4.036 72 register unless they are declared register. (Copied from perl-4.036
76 Green Hills C hints file. Might be needed for setjmp, I don't know.) */ 73 Green Hills C hints file. Might be needed for setjmp, I don't know.) */
77 # define C_SWITCH_MACHINE "-X18" 74 # define C_SWITCH_MACHINE "-X18"