|
|
| version 1.77, 2012/07/17 08:20:00 | version 1.80, 2013/03/10 20:18:27 |
|---|---|
| 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 |
| Line 404 | Line 409 |
| /* 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 |