OLD | NEW |
1 /* config.h.in. Generated from configure.ac by autoheader. */ | 1 /* config.h.in. Generated from configure.ac by autoheader. */ |
2 | 2 |
3 /* Command name to run C preprocessor */ | 3 /* Command name to run C preprocessor */ |
4 #undef CPP_PROG | 4 #undef CPP_PROG |
5 | 5 |
6 /* */ | 6 /* */ |
7 #undef ENABLE_NLS | 7 #undef ENABLE_NLS |
8 | 8 |
9 /* Define to 1 if you have the `abort' function. */ | 9 /* Define to 1 if you have the `abort' function. */ |
10 #undef HAVE_ABORT | 10 #undef HAVE_ABORT |
11 | 11 |
12 /* */ | 12 /* */ |
13 #undef HAVE_CATGETS | 13 #undef HAVE_CATGETS |
14 | 14 |
15 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the | |
16 CoreFoundation framework. */ | |
17 #undef HAVE_CFLOCALECOPYCURRENT | |
18 | |
19 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in | |
20 the CoreFoundation framework. */ | |
21 #undef HAVE_CFPREFERENCESCOPYAPPVALUE | |
22 | |
23 /* Define if the GNU dcgettext() function is already present or preinstalled. | 15 /* Define if the GNU dcgettext() function is already present or preinstalled. |
24 */ | 16 */ |
25 #undef HAVE_DCGETTEXT | 17 #undef HAVE_DCGETTEXT |
26 | 18 |
27 /* Define to 1 if you have the <direct.h> header file. */ | 19 /* Define to 1 if you have the <direct.h> header file. */ |
28 #undef HAVE_DIRECT_H | 20 #undef HAVE_DIRECT_H |
29 | 21 |
30 /* Define to 1 if you have the `ftruncate' function. */ | 22 /* Define to 1 if you have the `ftruncate' function. */ |
31 #undef HAVE_FTRUNCATE | 23 #undef HAVE_FTRUNCATE |
32 | 24 |
33 /* Define to 1 if you have the `getcwd' function. */ | 25 /* Define to 1 if you have the `getcwd' function. */ |
34 #undef HAVE_GETCWD | 26 #undef HAVE_GETCWD |
35 | 27 |
36 /* */ | 28 /* */ |
37 #undef HAVE_GETTEXT | 29 #undef HAVE_GETTEXT |
38 | 30 |
39 /* Define to 1 if you have the GNU C Library */ | 31 /* Define to 1 if you have the GNU C Library */ |
40 #undef HAVE_GNU_C_LIBRARY | 32 #undef HAVE_GNU_C_LIBRARY |
41 | 33 |
42 /* Define if you have the iconv() function. */ | 34 /* Define if you have the iconv() function and it works. */ |
43 #undef HAVE_ICONV | 35 #undef HAVE_ICONV |
44 | 36 |
45 /* Define to 1 if you have the <inttypes.h> header file. */ | 37 /* Define to 1 if you have the <inttypes.h> header file. */ |
46 #undef HAVE_INTTYPES_H | 38 #undef HAVE_INTTYPES_H |
47 | 39 |
48 /* */ | 40 /* */ |
49 #undef HAVE_LC_MESSAGES | 41 #undef HAVE_LC_MESSAGES |
50 | 42 |
51 /* Define to 1 if you have the <libgen.h> header file. */ | 43 /* Define to 1 if you have the <libgen.h> header file. */ |
52 #undef HAVE_LIBGEN_H | 44 #undef HAVE_LIBGEN_H |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 | 114 |
123 /* Define to the full name of this package. */ | 115 /* Define to the full name of this package. */ |
124 #undef PACKAGE_NAME | 116 #undef PACKAGE_NAME |
125 | 117 |
126 /* Define to the full name and version of this package. */ | 118 /* Define to the full name and version of this package. */ |
127 #undef PACKAGE_STRING | 119 #undef PACKAGE_STRING |
128 | 120 |
129 /* Define to the one symbol short name of this package. */ | 121 /* Define to the one symbol short name of this package. */ |
130 #undef PACKAGE_TARNAME | 122 #undef PACKAGE_TARNAME |
131 | 123 |
| 124 /* Define to the home page for this package. */ |
| 125 #undef PACKAGE_URL |
| 126 |
132 /* Define to the version of this package. */ | 127 /* Define to the version of this package. */ |
133 #undef PACKAGE_VERSION | 128 #undef PACKAGE_VERSION |
134 | 129 |
135 /* Define to 1 if the C compiler supports function prototypes. */ | 130 /* Define to 1 if the C compiler supports function prototypes. */ |
136 #undef PROTOTYPES | 131 #undef PROTOTYPES |
137 | 132 |
138 /* The size of `char', as computed by sizeof. */ | 133 /* The size of `char', as computed by sizeof. */ |
139 #undef SIZEOF_CHAR | 134 #undef SIZEOF_CHAR |
140 | 135 |
141 /* The size of `int', as computed by sizeof. */ | 136 /* The size of `int', as computed by sizeof. */ |
(...skipping 24 matching lines...) Expand all Loading... |
166 #undef const | 161 #undef const |
167 | 162 |
168 /* Define to `__inline__' or `__inline' if that's what the C compiler | 163 /* Define to `__inline__' or `__inline' if that's what the C compiler |
169 calls it, or to nothing if 'inline' is not supported under any name. */ | 164 calls it, or to nothing if 'inline' is not supported under any name. */ |
170 #ifndef __cplusplus | 165 #ifndef __cplusplus |
171 #undef inline | 166 #undef inline |
172 #endif | 167 #endif |
173 | 168 |
174 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 169 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
175 #undef size_t | 170 #undef size_t |
OLD | NEW |