OLD | NEW |
1 /* config.in. Generated from configure.ac 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. */ |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 | 66 |
67 /* Define to 1 if you have the <unistd.h> header file. */ | 67 /* Define to 1 if you have the <unistd.h> header file. */ |
68 #undef HAVE_UNISTD_H | 68 #undef HAVE_UNISTD_H |
69 | 69 |
70 /* Define to 1 if you have the <zlib.h> header file. */ | 70 /* Define to 1 if you have the <zlib.h> header file. */ |
71 #undef HAVE_ZLIB_H | 71 #undef HAVE_ZLIB_H |
72 | 72 |
73 /* Define to 1 if you have the `__setfpucw' function. */ | 73 /* Define to 1 if you have the `__setfpucw' function. */ |
74 #undef HAVE___SETFPUCW | 74 #undef HAVE___SETFPUCW |
75 | 75 |
| 76 /* Name of this package. */ |
| 77 #undef PACKAGE |
| 78 |
76 /* Define to the address where bug reports for this package should be sent. */ | 79 /* Define to the address where bug reports for this package should be sent. */ |
77 #undef PACKAGE_BUGREPORT | 80 #undef PACKAGE_BUGREPORT |
78 | 81 |
79 /* Define to the full name of this package. */ | 82 /* Define to the full name of this package. */ |
80 #undef PACKAGE_NAME | 83 #undef PACKAGE_NAME |
81 | 84 |
82 /* Define to the full name and version of this package. */ | 85 /* Define to the full name and version of this package. */ |
83 #undef PACKAGE_STRING | 86 #undef PACKAGE_STRING |
84 | 87 |
85 /* Define to the one symbol short name of this package. */ | 88 /* Define to the one symbol short name of this package. */ |
86 #undef PACKAGE_TARNAME | 89 #undef PACKAGE_TARNAME |
87 | 90 |
88 /* Define to the home page for this package. */ | 91 /* Define to the home page for this package. */ |
89 #undef PACKAGE_URL | 92 #undef PACKAGE_URL |
90 | 93 |
91 /* Define to the version of this package. */ | 94 /* Define to the version of this package. */ |
92 #undef PACKAGE_VERSION | 95 #undef PACKAGE_VERSION |
93 | 96 |
94 /* Additional package description */ | 97 /* Additional package description */ |
95 #undef PKGVERSION | 98 #undef PKGVERSION |
96 | 99 |
97 /* Bug reporting address */ | 100 /* Bug reporting address */ |
98 #undef REPORT_BUGS_TO | 101 #undef REPORT_BUGS_TO |
99 | 102 |
100 /* Define as the return type of signal handlers (`int' or `void'). */ | 103 /* Define as the return type of signal handlers (`int' or `void'). */ |
101 #undef RETSIGTYPE | 104 #undef RETSIGTYPE |
102 | 105 |
103 /* Define to 1 if you have the ANSI C header files. */ | 106 /* Define to 1 if you have the ANSI C header files. */ |
104 #undef STDC_HEADERS | 107 #undef STDC_HEADERS |
| 108 |
| 109 /* Enable extensions on AIX 3, Interix. */ |
| 110 #ifndef _ALL_SOURCE |
| 111 # undef _ALL_SOURCE |
| 112 #endif |
| 113 /* Enable GNU extensions on systems that have them. */ |
| 114 #ifndef _GNU_SOURCE |
| 115 # undef _GNU_SOURCE |
| 116 #endif |
| 117 /* Enable threading extensions on Solaris. */ |
| 118 #ifndef _POSIX_PTHREAD_SEMANTICS |
| 119 # undef _POSIX_PTHREAD_SEMANTICS |
| 120 #endif |
| 121 /* Enable extensions on HP NonStop. */ |
| 122 #ifndef _TANDEM_SOURCE |
| 123 # undef _TANDEM_SOURCE |
| 124 #endif |
| 125 /* Enable general extensions on Solaris. */ |
| 126 #ifndef __EXTENSIONS__ |
| 127 # undef __EXTENSIONS__ |
| 128 #endif |
| 129 |
| 130 |
| 131 /* Define to 1 if on MINIX. */ |
| 132 #undef _MINIX |
| 133 |
| 134 /* Define to 2 if the system does not provide POSIX.1 features except with |
| 135 this defined. */ |
| 136 #undef _POSIX_1_SOURCE |
| 137 |
| 138 /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 139 #undef _POSIX_SOURCE |
OLD | NEW |