Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 2263:702b5727498a
[xemacs-hg @ 2004-09-11 05:28:11 by malcolmp]
mem-limits.h: Use configure to check for OS specific functions.
author | malcolmp |
---|---|
date | Sat, 11 Sep 2004 05:28:41 +0000 |
parents | 13181f978082 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2262:09e68196904a | 2263:702b5727498a |
---|---|
252 #undef HAVE_LOCALE_H | 252 #undef HAVE_LOCALE_H |
253 #undef HAVE_WCHAR_H | 253 #undef HAVE_WCHAR_H |
254 #undef HAVE_MACH_MACH_H | 254 #undef HAVE_MACH_MACH_H |
255 #undef HAVE_SYS_PARAM_H | 255 #undef HAVE_SYS_PARAM_H |
256 #undef HAVE_SYS_PSTAT_H | 256 #undef HAVE_SYS_PSTAT_H |
257 #undef HAVE_SYS_RESOURCE_H | |
257 #undef HAVE_SYS_TIME_H | 258 #undef HAVE_SYS_TIME_H |
258 #undef HAVE_SYS_TIMEB_H | 259 #undef HAVE_SYS_TIMEB_H |
259 #undef HAVE_SYS_TIMES_H | 260 #undef HAVE_SYS_TIMES_H |
260 #undef HAVE_SYS_UN_H | 261 #undef HAVE_SYS_UN_H |
262 #undef HAVE_SYS_VLIMIT_H | |
261 #undef HAVE_ULIMIT_H | 263 #undef HAVE_ULIMIT_H |
262 #undef HAVE_UNISTD_H | 264 #undef HAVE_UNISTD_H |
263 | 265 |
264 #undef HAVE_SYS_WAIT_H | 266 #undef HAVE_SYS_WAIT_H |
265 #undef HAVE_LIBINTL_H | 267 #undef HAVE_LIBINTL_H |
358 #undef HAVE_FTIME | 360 #undef HAVE_FTIME |
359 #undef HAVE_GETADDRINFO | 361 #undef HAVE_GETADDRINFO |
360 #undef HAVE_GETHOSTNAME | 362 #undef HAVE_GETHOSTNAME |
361 #undef HAVE_GETNAMEINFO | 363 #undef HAVE_GETNAMEINFO |
362 #undef HAVE_GETPAGESIZE | 364 #undef HAVE_GETPAGESIZE |
365 #undef HAVE_GETRLIMIT | |
363 #undef HAVE_GETTIMEOFDAY | 366 #undef HAVE_GETTIMEOFDAY |
364 #undef HAVE_GETWD | 367 #undef HAVE_GETWD |
365 #undef HAVE_GETCWD | 368 #undef HAVE_GETCWD |
366 #undef HAVE_LINK | 369 #undef HAVE_LINK |
367 #undef HAVE_LOGB | 370 #undef HAVE_LOGB |
397 #undef HAVE_USLEEP | 400 #undef HAVE_USLEEP |
398 #undef HAVE_UTIME | 401 #undef HAVE_UTIME |
399 #undef HAVE_UTIMES | 402 #undef HAVE_UTIMES |
400 #undef HAVE_WAITPID | 403 #undef HAVE_WAITPID |
401 #undef HAVE_VSNPRINTF | 404 #undef HAVE_VSNPRINTF |
405 #undef HAVE_VLIMIT | |
402 | 406 |
403 /* Many flavors of PTY support */ | 407 /* Many flavors of PTY support */ |
404 #undef HAVE_GETPT /* glibc's easy pty allocation function */ | 408 #undef HAVE_GETPT /* glibc's easy pty allocation function */ |
405 #undef HAVE__GETPTY /* SGI's easy pty allocation function */ | 409 #undef HAVE__GETPTY /* SGI's easy pty allocation function */ |
406 #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ | 410 #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ |