comparison src/m/delta88k.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
74 #undef HAVE_ALLOCA 74 #undef HAVE_ALLOCA
75 #define C_ALLOCA /* Use the alloca() supplied in alloca.c. */ 75 #define C_ALLOCA /* Use the alloca() supplied in alloca.c. */
76 #define STACK_DIRECTION -1 /* The stack grows towards lower addresses. */ 76 #define STACK_DIRECTION -1 /* The stack grows towards lower addresses. */
77 #endif /* __GNUC__ */ 77 #endif /* __GNUC__ */
78 78
79 /* Motorola SysV has PTYs. Not all usg3-5 systems do, so this is defined
80 here. */
81
82 #define HAVE_PTYS
83 #define SYSV_PTYS
84
85 /* 79 /*
86 * we have the wrong name for networking libs 80 * we have the wrong name for networking libs
87 */ 81 */
88 #ifdef USG5_4 82 #ifdef USG5_4
89 /* rms: not needed; LIB_X11_LIB deals with this. */ 83 /* rms: not needed; LIB_X11_LIB deals with this. */
105 #define LIBS_SYSTEM "-lbsd -lg" 99 #define LIBS_SYSTEM "-lbsd -lg"
106 #endif /* USG5_4 */ 100 #endif /* USG5_4 */
107 101
108 #define NO_SIOCTL_H 102 #define NO_SIOCTL_H
109 103
110 /* XEmacs change -- removed crap about random and bstring */
111
112 #define NO_PTY_H
113
114 /* XEmacs change -- smarch@quaver.urbana.mcd.mot.com */ 104 /* XEmacs change -- smarch@quaver.urbana.mcd.mot.com */
115 #ifndef NOT_C_CODE 105 #ifndef NOT_C_CODE
116 #include <dirent.h> 106 #include <dirent.h>
117 #endif 107 #endif
118 108