comparison src/s/ms-w32.h @ 18504:f0f8ac814b26

Duplicate undefs from config.in to check completeness. (STDC_HEADERS, HAVE_TZNAME, HAVE_MKTIME): Define to have a value. (HAVE_GETPAGESIZE, HAVE_SETLOCALE, HAVE_SHUTDOWN, HAVE_TZSET, HAVE_LIMITS_H, HAVE_STRERROR): Define. [HAVE_NTGUI] (HAVE_MENUS): Define. (SYSTEM_PURESIZE_EXTRA): Increase value.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 01 Jul 1997 05:04:20 +0000
parents 481b7874a1e9
children 745be19af9d9
comparison
equal deleted inserted replaced
18503:828ca7cea30f 18504:f0f8ac814b26
211 #define MAXPATHLEN _MAX_PATH 211 #define MAXPATHLEN _MAX_PATH
212 #endif 212 #endif
213 213
214 #define LISP_FLOAT_TYPE 214 #define LISP_FLOAT_TYPE
215 215
216 #undef HAVE_SYS_SELECT_H
216 #define HAVE_SYS_TIMEB_H 217 #define HAVE_SYS_TIMEB_H
217 #define HAVE_SYS_TIME_H 218 #define HAVE_SYS_TIME_H
218 #define HAVE_UNISTD_H 219 #define HAVE_UNISTD_H
219 #define STDC_HEADERS 220 #undef HAVE_UTIME_H
221 #undef HAVE_LINUX_VERSION_H
222 #undef HAVE_SYS_SYSTEMINFO_H
223 #undef HAVE_TERMIOS_H
224 #define HAVE_LIMITS_H 1
225 #define STDC_HEADERS 1
220 #define TIME_WITH_SYS_TIME 226 #define TIME_WITH_SYS_TIME
221 227
222 #define HAVE_GETTIMEOFDAY 228 #define HAVE_GETTIMEOFDAY
223 #define HAVE_GETHOSTNAME 229 #define HAVE_GETHOSTNAME
230 #undef HAVE_GETDOMAINNAME
224 #define HAVE_DUP2 231 #define HAVE_DUP2
225 #define HAVE_RENAME 232 #define HAVE_RENAME
226 #define HAVE_CLOSEDIR 233 #define HAVE_CLOSEDIR
227 234
228 #define HAVE_TZNAME 235 #undef TM_IN_SYS_TIME
236 #undef HAVE_TM_ZONE
237 #define HAVE_TZNAME 1
229 238
230 #define HAVE_LONG_FILE_NAMES 239 #define HAVE_LONG_FILE_NAMES
231 240
232 #define HAVE_MKDIR 241 #define HAVE_MKDIR
233 #define HAVE_RMDIR 242 #define HAVE_RMDIR
234 #define HAVE_RANDOM 243 #define HAVE_RANDOM
244 #undef HAVE_SYSINFO
245 #undef HAVE_LRAND48
235 #define HAVE_BCOPY 246 #define HAVE_BCOPY
236 #define HAVE_BCMP 247 #define HAVE_BCMP
237 #define HAVE_LOGB 248 #define HAVE_LOGB
238 #define HAVE_FREXP 249 #define HAVE_FREXP
239 #define HAVE_FMOD 250 #define HAVE_FMOD
251 #undef HAVE_RINT
252 #undef HAVE_CBRT
240 #define HAVE_FTIME 253 #define HAVE_FTIME
241 #define HAVE_MKTIME 254 #undef HAVE_RES_INIT /* For -lresolv on Suns. */
255 #undef HAVE_SETSID
256 #undef HAVE_FPATHCONF
257 #undef HAVE_SELECT
258 #define HAVE_MKTIME 1
259 #undef HAVE_EUIDACCESS
260 #define HAVE_GETPAGESIZE
261 #define HAVE_TZSET 1
262 #define HAVE_SETLOCALE
263 #undef HAVE_UTIMES
264 #undef HAVE_SETRLIMIT
265 #undef HAVE_SETPGID
266 #undef HAVE_GETCWD
267 #define HAVE_SHUTDOWN
268
269 #undef LOCALTIME_CACHE
270 #undef HAVE_INET_SOCKETS
271
272 #undef HAVE_AIX_SMT_EXP
273
274 /* Define if you have the ANSI `strerror' function.
275 Otherwise you must have the variable `char *sys_errlist[]'. */
276 #define HAVE_STRERROR
277
278 /* Define if `struct utimbuf' is declared by <utime.h>. */
279 #undef HAVE_STRUCT_UTIMBUF
242 280
243 #define HAVE_MOUSE 281 #define HAVE_MOUSE
244 #define HAVE_H_ERRNO 282 #define HAVE_H_ERRNO
245 283
246 #ifdef HAVE_NTGUI 284 #ifdef HAVE_NTGUI
247 #define HAVE_WINDOW_SYSTEM 285 #define HAVE_WINDOW_SYSTEM
248 #define HAVE_FACES 286 #define HAVE_FACES
287 #define HAVE_MENUS
249 #endif 288 #endif
250 289
251 #define MODE_LINE_BINARY_TEXT(_b_) (NILP ((_b_)->buffer_file_type) ? "T" : "B") 290 #define MODE_LINE_BINARY_TEXT(_b_) (NILP ((_b_)->buffer_file_type) ? "T" : "B")
252 291
253 /* get some redefinitions in place */ 292 /* get some redefinitions in place */
367 #undef max 406 #undef max
368 #undef min 407 #undef min
369 #endif 408 #endif
370 409
371 /* We need a little extra space, see ../../lisp/loadup.el */ 410 /* We need a little extra space, see ../../lisp/loadup.el */
372 #define SYSTEM_PURESIZE_EXTRA 15000 411 #define SYSTEM_PURESIZE_EXTRA 25000
373 412
374 /* ============================================================ */ 413 /* ============================================================ */