Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 460:223736d75acb r21-2-45
Import from CVS: tag r21-2-45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:43:24 +0200 |
parents | c33ae14dd6d0 |
children | 0784d089fdc9 |
comparison
equal
deleted
inserted
replaced
459:9d4fd877b885 | 460:223736d75acb |
---|---|
220 #undef HAVE_SYS_TIME_H | 220 #undef HAVE_SYS_TIME_H |
221 #undef HAVE_SYS_TIMEB_H | 221 #undef HAVE_SYS_TIMEB_H |
222 #undef HAVE_SYS_UN_H | 222 #undef HAVE_SYS_UN_H |
223 #undef HAVE_ULIMIT_H | 223 #undef HAVE_ULIMIT_H |
224 #undef HAVE_UNISTD_H | 224 #undef HAVE_UNISTD_H |
225 #undef HAVE_UTIME_H | |
226 | 225 |
227 #undef HAVE_SYS_WAIT_H | 226 #undef HAVE_SYS_WAIT_H |
228 #undef HAVE_LIBINTL_H | 227 #undef HAVE_LIBINTL_H |
229 #undef HAVE_X11_XLOCALE_H | 228 #undef HAVE_X11_XLOCALE_H |
230 #undef STDC_HEADERS | 229 #undef STDC_HEADERS |
250 #undef HAVE_LIBDNET | 249 #undef HAVE_LIBDNET |
251 #undef HAVE_LIBRESOLV | 250 #undef HAVE_LIBRESOLV |
252 | 251 |
253 /* Is `sys_siglist' declared by <signal.h>? */ | 252 /* Is `sys_siglist' declared by <signal.h>? */ |
254 #undef SYS_SIGLIST_DECLARED | 253 #undef SYS_SIGLIST_DECLARED |
255 | |
256 /* Is `struct utimbuf' declared by <utime.h>? */ | |
257 #undef HAVE_STRUCT_UTIMBUF | |
258 | 254 |
259 /* Is `struct timeval' declared by <sys/time.h>? */ | 255 /* Is `struct timeval' declared by <sys/time.h>? */ |
260 #undef HAVE_TIMEVAL | 256 #undef HAVE_TIMEVAL |
261 | 257 |
262 | 258 |
327 #undef HAVE_STPCPY | 323 #undef HAVE_STPCPY |
328 #undef HAVE_STRERROR | 324 #undef HAVE_STRERROR |
329 #undef HAVE_TZSET | 325 #undef HAVE_TZSET |
330 #undef HAVE_ULIMIT | 326 #undef HAVE_ULIMIT |
331 #undef HAVE_USLEEP | 327 #undef HAVE_USLEEP |
328 #undef HAVE_UTIME | |
332 #undef HAVE_UTIMES | 329 #undef HAVE_UTIMES |
333 #undef HAVE_WAITPID | 330 #undef HAVE_WAITPID |
334 #undef HAVE_VSNPRINTF | 331 #undef HAVE_VSNPRINTF |
335 | 332 |
336 /* PTY support functions */ | 333 /* PTY support functions */ |
495 | 492 |
496 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to | 493 /* Define MEMORY_USAGE_STATS if you want extra code compiled in to |
497 determine where XEmacs' memory is going. */ | 494 determine where XEmacs' memory is going. */ |
498 #undef MEMORY_USAGE_STATS | 495 #undef MEMORY_USAGE_STATS |
499 | 496 |
500 /* Define QUANTIFY if using Quantify from Rational/Pure/Atria Software. | 497 /* Define QUANTIFY if using Quantify from Rational Software. |
501 This adds some additional calls to control data collection. | 498 This adds some additional calls to control data collection. |
502 It is only intended for use by the developers. */ | 499 It is only intended for use by the developers. */ |
503 #undef QUANTIFY | 500 #undef QUANTIFY |
504 | 501 |
505 /* Define QUANTIFY if using Purify from Rational/Pure/Atria Software. | 502 /* Define PURIFY if using Purify from Rational Software. |
506 It is only intended for use by the developers. */ | 503 It is only intended for use by the developers. */ |
507 #undef PURIFY | 504 #undef PURIFY |
508 | 505 |
509 #if (defined (QUANTIFY) || defined (PURIFY)) && !defined (XLIB_ILLEGAL_ACCESS) | 506 #if (defined (QUANTIFY) || defined (PURIFY)) && !defined (XLIB_ILLEGAL_ACCESS) |
510 #define XLIB_ILLEGAL_ACCESS 1 | 507 #define XLIB_ILLEGAL_ACCESS 1 |