123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- #undef AC_APPLE_UNIVERSAL_BUILD
- #undef ENABLE_NLS
- #undef HAVE_DLFCN_H
- #undef HAVE_ERRNO_H
- #undef HAVE_FCNTL_H
- #undef HAVE_FPU_CONTROL_H
- #undef HAVE_GETRUSAGE
- #undef HAVE_INTTYPES_H
- #undef HAVE_LIBNSL
- #undef HAVE_LIBSOCKET
- #undef HAVE_MEMORY_H
- #undef HAVE_SIGACTION
- #undef HAVE_STDINT_H
- #undef HAVE_STDLIB_H
- #undef HAVE_STRINGS_H
- #undef HAVE_STRING_H
- #undef HAVE_SYS_RESOURCE_H
- #undef HAVE_SYS_STAT_H
- #undef HAVE_SYS_TIME_H
- #undef HAVE_SYS_TYPES_H
- #undef HAVE_TIME
- #undef HAVE_TIME_H
- #undef HAVE_UNISTD_H
- #undef HAVE_WINDOWS_H
- #undef HAVE___SETFPUCW
- #undef LT_OBJDIR
- #undef PACKAGE
- #undef PACKAGE_BUGREPORT
- #undef PACKAGE_NAME
- #undef PACKAGE_STRING
- #undef PACKAGE_TARNAME
- #undef PACKAGE_URL
- #undef PACKAGE_VERSION
- #undef PKGVERSION
- #undef REPORT_BUGS_TO
- #undef RETSIGTYPE
- #undef STDC_HEADERS
- #ifndef _ALL_SOURCE
- # undef _ALL_SOURCE
- #endif
- #ifndef _GNU_SOURCE
- # undef _GNU_SOURCE
- #endif
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # undef _POSIX_PTHREAD_SEMANTICS
- #endif
- #ifndef _TANDEM_SOURCE
- # undef _TANDEM_SOURCE
- #endif
- #ifndef __EXTENSIONS__
- # undef __EXTENSIONS__
- #endif
- #if defined AC_APPLE_UNIVERSAL_BUILD
- # if defined __BIG_ENDIAN__
- # define WORDS_BIGENDIAN 1
- # endif
- #else
- # ifndef WORDS_BIGENDIAN
- # undef WORDS_BIGENDIAN
- # endif
- #endif
- #undef _MINIX
- #undef _POSIX_1_SOURCE
- #undef _POSIX_SOURCE
- #include "tconfig.h"
|