comparison src/m/delta.h @ 5665:83b4ead7031f

* m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): defined if X is used. (HAVE_XSCREENNUMBEROFSCREEN): defined if X is used. (LIB_X11_LIB, LIBX11_SYSTEM): override only if X is used. (USG_SHARED_LIBRARIES): undefine only if X is used.
author Francesco Potortì <pot@gnu.org>
date Mon, 24 Jan 1994 12:31:40 +0000
parents 20c59adcb164
children ee396244a9a6
comparison
equal deleted inserted replaced
5664:e94f93aef529 5665:83b4ead7031f
133 /* Undefine this if you don't want the machine slow down when a buffer 133 /* Undefine this if you don't want the machine slow down when a buffer
134 is modified. */ 134 is modified. */
135 135
136 #define CLASH_DETECTION 136 #define CLASH_DETECTION
137 137
138 /* configure fails to find these two. */
139
140 #define HAVE_RANDOM
141 #define HAVE_XSCREENNUMBEROFSCREEN
142
143 /* pearce@ll.mit.edu says this is needed. */
144
145 #define BROKEN_FIONREAD
146
147 /* No shared X library. */
148
149 #undef LIB_X11_LIB
150 #define LIB_X11_LIB -lX11
151
152 /* We have no 'pt' library as usg5-3.h expects. */
153 #undef LIBX11_SYSTEM
154 #define LIBX11_SYSTEM -lnls -lnsl_s
155
156 #undef USG_SHARED_LIBRARIES
157
158 /* Machine specific stuff */ 138 /* Machine specific stuff */
159
160 #define HAVE_PTYS 139 #define HAVE_PTYS
161 #define SYSV_PTYS 140 #define SYSV_PTYS
162 #define HAVE_SELECT 141 #define HAVE_SELECT
163 #define HAVE_SOCKETS /***** only if NSE has been installed *****/ 142 #define HAVE_SOCKETS /***** only if NSE has been installed *****/
164 #define HAVE_TIMEVAL 143 #define HAVE_TIMEVAL
195 # define CANNOT_DUMP 174 # define CANNOT_DUMP
196 # define XDEBUG */ 175 # define XDEBUG */
197 /* X library is in 'nonstandard' location. */ 176 /* X library is in 'nonstandard' location. */
198 /* This should be taken care of by configure -pot@cnuce.cnr.it 177 /* This should be taken care of by configure -pot@cnuce.cnr.it
199 # define LD_SWITCH_MACHINE -L/usr/lib/X11/ */ 178 # define LD_SWITCH_MACHINE -L/usr/lib/X11/ */
179 # define HAVE_RANDOM
180 # define BROKEN_FIONREAD /* pearce@ll.mit.edu says this is needed. */
181 # define HAVE_XSCREENNUMBEROFSCREEN
182 # undef LIB_X11_LIB /* no shared libraries */
183 # define LIB_X11_LIB -lX11
184 # undef USG_SHARED_LIBRARIES /* once again, no shared libs */
185 # undef LIBX11_SYSTEM /* no -lpt as usg5-3.h expects */
186 # define LIBX11_SYSTEM -lnls -lnsl_s
200 #endif /* HAVE_X_WINDOWS */ 187 #endif /* HAVE_X_WINDOWS */
201 188
202 #ifdef __GNUC__ 189 #ifdef __GNUC__
203 /* Use builtin alloca. Also be sure that no other ones are tried out. */ 190 /* Use builtin alloca. Also be sure that no other ones are tried out. */
204 # define alloca __builtin_alloca 191 # define alloca __builtin_alloca