| OLD | NEW |
| 1 /* config.h.in. Generated from configure.ac by autoheader. */ | 1 /* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 /* Command name to run C preprocessor */ | 3 /* Command name to run C preprocessor */ |
| 4 #undef CPP_PROG | 4 #undef CPP_PROG |
| 5 | 5 |
| 6 /* */ | 6 /* */ |
| 7 #undef ENABLE_NLS | 7 #undef ENABLE_NLS |
| 8 | 8 |
| 9 /* Define to 1 if you have the `abort' function. */ | 9 /* Define to 1 if you have the `abort' function. */ |
| 10 #undef HAVE_ABORT | 10 #undef HAVE_ABORT |
| 11 | 11 |
| 12 /* */ | 12 /* */ |
| 13 #undef HAVE_CATGETS | 13 #undef HAVE_CATGETS |
| 14 | 14 |
| 15 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the |
| 16 CoreFoundation framework. */ |
| 17 #undef HAVE_CFLOCALECOPYCURRENT |
| 18 |
| 19 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in |
| 20 the CoreFoundation framework. */ |
| 21 #undef HAVE_CFPREFERENCESCOPYAPPVALUE |
| 22 |
| 15 /* Define if the GNU dcgettext() function is already present or preinstalled. | 23 /* Define if the GNU dcgettext() function is already present or preinstalled. |
| 16 */ | 24 */ |
| 17 #undef HAVE_DCGETTEXT | 25 #undef HAVE_DCGETTEXT |
| 18 | 26 |
| 19 /* Define to 1 if you have the <direct.h> header file. */ | 27 /* Define to 1 if you have the <direct.h> header file. */ |
| 20 #undef HAVE_DIRECT_H | 28 #undef HAVE_DIRECT_H |
| 21 | 29 |
| 22 /* Define to 1 if you have the `ftruncate' function. */ | 30 /* Define to 1 if you have the `ftruncate' function. */ |
| 23 #undef HAVE_FTRUNCATE | 31 #undef HAVE_FTRUNCATE |
| 24 | 32 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 | 107 |
| 100 /* Define to 1 if you have the `_stricmp' function. */ | 108 /* Define to 1 if you have the `_stricmp' function. */ |
| 101 #undef HAVE__STRICMP | 109 #undef HAVE__STRICMP |
| 102 | 110 |
| 103 /* Name of package */ | 111 /* Name of package */ |
| 104 #undef PACKAGE | 112 #undef PACKAGE |
| 105 | 113 |
| 106 /* Define to the address where bug reports for this package should be sent. */ | 114 /* Define to the address where bug reports for this package should be sent. */ |
| 107 #undef PACKAGE_BUGREPORT | 115 #undef PACKAGE_BUGREPORT |
| 108 | 116 |
| 109 /* Define to build version of this package. */ | |
| 110 #undef PACKAGE_BUILD | |
| 111 | |
| 112 /* Define to internal version of this package. */ | |
| 113 #undef PACKAGE_INTVER | |
| 114 | |
| 115 /* Define to the full name of this package. */ | 117 /* Define to the full name of this package. */ |
| 116 #undef PACKAGE_NAME | 118 #undef PACKAGE_NAME |
| 117 | 119 |
| 118 /* Define to the full name and version of this package. */ | 120 /* Define to the full name and version of this package. */ |
| 119 #undef PACKAGE_STRING | 121 #undef PACKAGE_STRING |
| 120 | 122 |
| 121 /* Define to the one symbol short name of this package. */ | 123 /* Define to the one symbol short name of this package. */ |
| 122 #undef PACKAGE_TARNAME | 124 #undef PACKAGE_TARNAME |
| 123 | 125 |
| 124 /* Define to the home page for this package. */ | 126 /* Define to the home page for this package. */ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 #undef const | 163 #undef const |
| 162 | 164 |
| 163 /* Define to `__inline__' or `__inline' if that's what the C compiler | 165 /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 164 calls it, or to nothing if 'inline' is not supported under any name. */ | 166 calls it, or to nothing if 'inline' is not supported under any name. */ |
| 165 #ifndef __cplusplus | 167 #ifndef __cplusplus |
| 166 #undef inline | 168 #undef inline |
| 167 #endif | 169 #endif |
| 168 | 170 |
| 169 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 171 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 170 #undef size_t | 172 #undef size_t |
| OLD | NEW |