|
|
| version 1.73, 2012/06/15 13:37:16 | version 1.80, 2013/03/10 20:18:27 |
|---|---|
| Line 375 | Line 375 |
| /* Windows32 target platform */ | /* Windows32 target platform */ |
| #undef WIN32 | #undef WIN32 |
| /* has \$mail:received (uses static library) */ | /* has \$mail:received */ |
| #undef WITH_MAILRECEIVE | #undef WITH_MAILRECEIVE |
| /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| Line 393 | Line 393 |
| /* xml-abled parser */ | /* xml-abled parser */ |
| #undef XML | #undef XML |
| /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, | |
| <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
| #define below would cause a syntax error. */ | |
| #undef _UINT32_T | |
| /* Define so that glibc/gnulib argp.h does not typedef error_t. */ | /* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
| #undef __error_t_defined | #undef __error_t_defined |
| /* Define to a type to use for `error_t' if it is not otherwise available. */ | /* Define to a type to use for `error_t' if it is not otherwise available. */ |
| #undef error_t | #undef error_t |
| /* Define to `long' if <sys/types.h> does not define. */ | |
| #undef off_t | |
| /* Define to `unsigned int' if <sys/types.h> does not define. */ | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| #undef size_t | #undef size_t |
| /* Define to `int' if <sys/types.h> does not define. */ | /* Define to `int' if <sys/types.h> does not define. */ |
| #undef ssize_t | #undef ssize_t |
| /* Define to the type of an unsigned integer type of width exactly 32 bits if | |
| such a type exists and the standard includes do not define it. */ | |
| #undef uint32_t |