| OLD | NEW |
| 1 /* config.in. Generated from configure.in by autoheader. */ | 1 /* config.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 /* Define to 1 if translation of program messages to the user's native | 3 /* Define to 1 if translation of program messages to the user's native |
| 4 language is requested. */ | 4 language is requested. */ |
| 5 #undef ENABLE_NLS | 5 #undef ENABLE_NLS |
| 6 | 6 |
| 7 /* Define to 1 if you have the <dlfcn.h> header file. */ | 7 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 8 #undef HAVE_DLFCN_H | 8 #undef HAVE_DLFCN_H |
| 9 | 9 |
| 10 /* Define to 1 if you have the <errno.h> header file. */ | 10 /* Define to 1 if you have the <errno.h> header file. */ |
| 11 #undef HAVE_ERRNO_H | 11 #undef HAVE_ERRNO_H |
| (...skipping 57 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 |
| 109 /* --enable-cycle-accurate */ | 112 /* Enable extensions on AIX 3, Interix. */ |
| 110 #undef CYCLE_ACCURATE | 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 |
| 111 | 132 |
| 112 /* --enable-cycle-stats */ | 133 |
| 113 #undef CYCLE_STATS | 134 /* Define to 1 if on MINIX. */ |
| 135 #undef _MINIX |
| 136 |
| 137 /* Define to 2 if the system does not provide POSIX.1 features except with |
| 138 this defined. */ |
| 139 #undef _POSIX_1_SOURCE |
| 140 |
| 141 /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 142 #undef _POSIX_SOURCE |
| OLD | NEW |