| OLD | NEW |
| 1 /* config.in. Generated from configure.ac by autoheader. */ | 1 /* config.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 /* Define if building universal (internal helper macro) */ | 3 /* Define if building universal (internal helper macro) */ |
| 4 #undef AC_APPLE_UNIVERSAL_BUILD | 4 #undef AC_APPLE_UNIVERSAL_BUILD |
| 5 | 5 |
| 6 /* Define to 1 if translation of program messages to the user's native | 6 /* Define to 1 if translation of program messages to the user's native |
| 7 language is requested. */ | 7 language is requested. */ |
| 8 #undef ENABLE_NLS | 8 #undef ENABLE_NLS |
| 9 | 9 |
| 10 /* Define to 1 if you have the <dlfcn.h> header file. */ | 10 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 | 69 |
| 70 /* Define to 1 if you have the <unistd.h> header file. */ | 70 /* Define to 1 if you have the <unistd.h> header file. */ |
| 71 #undef HAVE_UNISTD_H | 71 #undef HAVE_UNISTD_H |
| 72 | 72 |
| 73 /* Define to 1 if you have the <zlib.h> header file. */ | 73 /* Define to 1 if you have the <zlib.h> header file. */ |
| 74 #undef HAVE_ZLIB_H | 74 #undef HAVE_ZLIB_H |
| 75 | 75 |
| 76 /* Define to 1 if you have the `__setfpucw' function. */ | 76 /* Define to 1 if you have the `__setfpucw' function. */ |
| 77 #undef HAVE___SETFPUCW | 77 #undef HAVE___SETFPUCW |
| 78 | 78 |
| 79 /* Name of this package. */ |
| 80 #undef PACKAGE |
| 81 |
| 79 /* Define to the address where bug reports for this package should be sent. */ | 82 /* Define to the address where bug reports for this package should be sent. */ |
| 80 #undef PACKAGE_BUGREPORT | 83 #undef PACKAGE_BUGREPORT |
| 81 | 84 |
| 82 /* Define to the full name of this package. */ | 85 /* Define to the full name of this package. */ |
| 83 #undef PACKAGE_NAME | 86 #undef PACKAGE_NAME |
| 84 | 87 |
| 85 /* Define to the full name and version of this package. */ | 88 /* Define to the full name and version of this package. */ |
| 86 #undef PACKAGE_STRING | 89 #undef PACKAGE_STRING |
| 87 | 90 |
| 88 /* Define to the one symbol short name of this package. */ | 91 /* Define to the one symbol short name of this package. */ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 99 | 102 |
| 100 /* Bug reporting address */ | 103 /* Bug reporting address */ |
| 101 #undef REPORT_BUGS_TO | 104 #undef REPORT_BUGS_TO |
| 102 | 105 |
| 103 /* Define as the return type of signal handlers (`int' or `void'). */ | 106 /* Define as the return type of signal handlers (`int' or `void'). */ |
| 104 #undef RETSIGTYPE | 107 #undef RETSIGTYPE |
| 105 | 108 |
| 106 /* Define to 1 if you have the ANSI C header files. */ | 109 /* Define to 1 if you have the ANSI C header files. */ |
| 107 #undef STDC_HEADERS | 110 #undef STDC_HEADERS |
| 108 | 111 |
| 112 /* Enable extensions on AIX 3, Interix. */ |
| 113 #ifndef _ALL_SOURCE |
| 114 # undef _ALL_SOURCE |
| 115 #endif |
| 116 /* Enable GNU extensions on systems that have them. */ |
| 117 #ifndef _GNU_SOURCE |
| 118 # undef _GNU_SOURCE |
| 119 #endif |
| 120 /* Enable threading extensions on Solaris. */ |
| 121 #ifndef _POSIX_PTHREAD_SEMANTICS |
| 122 # undef _POSIX_PTHREAD_SEMANTICS |
| 123 #endif |
| 124 /* Enable extensions on HP NonStop. */ |
| 125 #ifndef _TANDEM_SOURCE |
| 126 # undef _TANDEM_SOURCE |
| 127 #endif |
| 128 /* Enable general extensions on Solaris. */ |
| 129 #ifndef __EXTENSIONS__ |
| 130 # undef __EXTENSIONS__ |
| 131 #endif |
| 132 |
| 133 |
| 109 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | 134 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 110 significant byte first (like Motorola and SPARC, unlike Intel). */ | 135 significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 111 #if defined AC_APPLE_UNIVERSAL_BUILD | 136 #if defined AC_APPLE_UNIVERSAL_BUILD |
| 112 # if defined __BIG_ENDIAN__ | 137 # if defined __BIG_ENDIAN__ |
| 113 # define WORDS_BIGENDIAN 1 | 138 # define WORDS_BIGENDIAN 1 |
| 114 # endif | 139 # endif |
| 115 #else | 140 #else |
| 116 # ifndef WORDS_BIGENDIAN | 141 # ifndef WORDS_BIGENDIAN |
| 117 # undef WORDS_BIGENDIAN | 142 # undef WORDS_BIGENDIAN |
| 118 # endif | 143 # endif |
| 119 #endif | 144 #endif |
| 145 |
| 146 /* Define to 1 if on MINIX. */ |
| 147 #undef _MINIX |
| 148 |
| 149 /* Define to 2 if the system does not provide POSIX.1 features except with |
| 150 this defined. */ |
| 151 #undef _POSIX_1_SOURCE |
| 152 |
| 153 /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 154 #undef _POSIX_SOURCE |
| OLD | NEW |