| OLD | NEW |
| 1 /* config.in. Generated from configure.in by autoheader. */ | 1 /* config.in. Generated from configure.in by autoheader. */ |
| 2 | 2 |
| 3 /* Check that config.h is #included before system headers | 3 /* Check that config.h is #included before system headers |
| 4 (this works only for glibc, but that should be enough). */ | 4 (this works only for glibc, but that should be enough). */ |
| 5 #if defined(__GLIBC__) && !defined(__CONFIG_H__) | 5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) |
| 6 # error config.h must be #included before system headers | 6 # error config.h must be #included before system headers |
| 7 #endif | 7 #endif |
| 8 #define __CONFIG_H__ 1 | 8 #define __CONFIG_H__ 1 |
| 9 | 9 |
| 10 /* Define to 1 if translation of program messages to the user's native | 10 /* Define to 1 if translation of program messages to the user's native |
| 11 language is requested. */ | 11 language is requested. */ |
| 12 #undef ENABLE_NLS | 12 #undef ENABLE_NLS |
| 13 | 13 |
| 14 /* Define to 1 if you have the declaration of `basename', and to 0 if you | 14 /* Define to 1 if you have the declaration of `basename', and to 0 if you |
| 15 don't. */ | 15 don't. */ |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 | 110 |
| 111 /* Define to 1 if on MINIX. */ | 111 /* Define to 1 if on MINIX. */ |
| 112 #undef _MINIX | 112 #undef _MINIX |
| 113 | 113 |
| 114 /* Define to 2 if the system does not provide POSIX.1 features except with | 114 /* Define to 2 if the system does not provide POSIX.1 features except with |
| 115 this defined. */ | 115 this defined. */ |
| 116 #undef _POSIX_1_SOURCE | 116 #undef _POSIX_1_SOURCE |
| 117 | 117 |
| 118 /* Define to 1 if you need to in order for `stat' and other things to work. */ | 118 /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 119 #undef _POSIX_SOURCE | 119 #undef _POSIX_SOURCE |
| OLD | NEW |