| OLD | NEW |
| 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ | 1 /* src/config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 /* Define to 1 if compiler supports __builtin_stack_pointer */ | 3 /* Define to 1 if compiler supports __builtin_stack_pointer */ |
| 4 #undef HAVE_BUILTIN_STACK_POINTER | 4 #undef HAVE_BUILTIN_STACK_POINTER |
| 5 | 5 |
| 6 /* Define to 1 if you have the <conflict-signal.h> header file. */ | 6 /* Define to 1 if you have the <conflict-signal.h> header file. */ |
| 7 #undef HAVE_CONFLICT_SIGNAL_H | 7 #undef HAVE_CONFLICT_SIGNAL_H |
| 8 | 8 |
| 9 /* Define to 1 if you have the <cygwin/signal.h> header file. */ | 9 /* Define to 1 if you have the <cygwin/signal.h> header file. */ |
| 10 #undef HAVE_CYGWIN_SIGNAL_H | 10 #undef HAVE_CYGWIN_SIGNAL_H |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 | 146 |
| 147 /* Define to 1 if you have the <unistd.h> header file. */ | 147 /* Define to 1 if you have the <unistd.h> header file. */ |
| 148 #undef HAVE_UNISTD_H | 148 #undef HAVE_UNISTD_H |
| 149 | 149 |
| 150 /* Define to 1 if you have the <unwind.h> header file. */ | 150 /* Define to 1 if you have the <unwind.h> header file. */ |
| 151 #undef HAVE_UNWIND_H | 151 #undef HAVE_UNWIND_H |
| 152 | 152 |
| 153 /* define if your compiler has __attribute__ */ | 153 /* define if your compiler has __attribute__ */ |
| 154 #undef HAVE___ATTRIBUTE__ | 154 #undef HAVE___ATTRIBUTE__ |
| 155 | 155 |
| 156 /* Define to 1 if compiler supports __environ */ |
| 157 #undef HAVE___ENVIRON |
| 158 |
| 156 /* Define to 1 if the system has the type `__int64'. */ | 159 /* Define to 1 if the system has the type `__int64'. */ |
| 157 #undef HAVE___INT64 | 160 #undef HAVE___INT64 |
| 158 | 161 |
| 159 /* prefix where we look for installed files */ | 162 /* prefix where we look for installed files */ |
| 160 #undef INSTALL_PREFIX | 163 #undef INSTALL_PREFIX |
| 161 | 164 |
| 162 /* Define to 1 if int32_t is equivalent to intptr_t */ | 165 /* Define to 1 if int32_t is equivalent to intptr_t */ |
| 163 #undef INT32_EQUALS_INTPTR | 166 #undef INT32_EQUALS_INTPTR |
| 164 | 167 |
| 165 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 168 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 calls it, or to nothing if 'inline' is not supported under any name. */ | 230 calls it, or to nothing if 'inline' is not supported under any name. */ |
| 228 #ifndef __cplusplus | 231 #ifndef __cplusplus |
| 229 #undef inline | 232 #undef inline |
| 230 #endif | 233 #endif |
| 231 | 234 |
| 232 | 235 |
| 233 #ifdef __MINGW32__ | 236 #ifdef __MINGW32__ |
| 234 #include "windows/mingw.h" | 237 #include "windows/mingw.h" |
| 235 #endif | 238 #endif |
| 236 | 239 |
| OLD | NEW |