| OLD | NEW |
| 1 /* config.h. Generated from config.h.in by configure. */ | 1 /* config.h. Generated from config.h.in by configure. */ |
| 2 /* config.h.in. Generated from configure.ac by autoheader. */ | 2 /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | 3 |
| 4 /* Command name to run C preprocessor */ | 4 /* Command name to run C preprocessor */ |
| 5 #define CPP_PROG "gcc -E" | 5 #define CPP_PROG "gcc -E" |
| 6 | 6 |
| 7 /* */ | 7 /* */ |
| 8 #define ENABLE_NLS 1 | 8 /* #undef ENABLE_NLS */ |
| 9 | 9 |
| 10 /* Define to 1 if you have the `abort' function. */ | 10 /* Define to 1 if you have the `abort' function. */ |
| 11 #define HAVE_ABORT 1 | 11 #define HAVE_ABORT 1 |
| 12 | 12 |
| 13 /* */ | 13 /* */ |
| 14 /* #undef HAVE_CATGETS */ | 14 /* #undef HAVE_CATGETS */ |
| 15 | 15 |
| 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the | 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the |
| 17 CoreFoundation framework. */ | 17 CoreFoundation framework. */ |
| 18 /* #undef HAVE_CFLOCALECOPYCURRENT */ | 18 /* #undef HAVE_CFLOCALECOPYCURRENT */ |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 /* #undef const */ | 164 /* #undef const */ |
| 165 | 165 |
| 166 /* Define to `__inline__' or `__inline' if that's what the C compiler | 166 /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 167 calls it, or to nothing if 'inline' is not supported under any name. */ | 167 calls it, or to nothing if 'inline' is not supported under any name. */ |
| 168 #ifndef __cplusplus | 168 #ifndef __cplusplus |
| 169 /* #undef inline */ | 169 /* #undef inline */ |
| 170 #endif | 170 #endif |
| 171 | 171 |
| 172 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 172 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 173 /* #undef size_t */ | 173 /* #undef size_t */ |
| OLD | NEW |