]>
Commit | Line | Data |
---|---|---|
5464f5a1 | 1 | /* config.in. Generated from configure.in by autoheader. */ |
252b5132 | 2 | |
5464f5a1 NN |
3 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
4 | systems. This function is required for `alloca.c' support on those systems. | |
5 | */ | |
6 | #undef CRAY_STACKSEG_END | |
252b5132 | 7 | |
5464f5a1 NN |
8 | /* Define to 1 if using `alloca.c'. */ |
9 | #undef C_ALLOCA | |
252b5132 | 10 | |
5464f5a1 NN |
11 | /* Define to 1 if NLS is requested */ |
12 | #undef ENABLE_NLS | |
252b5132 | 13 | |
5464f5a1 | 14 | /* Define to 1 if you have `alloca', as a function or macro. */ |
252b5132 RH |
15 | #undef HAVE_ALLOCA |
16 | ||
5464f5a1 NN |
17 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
18 | */ | |
252b5132 RH |
19 | #undef HAVE_ALLOCA_H |
20 | ||
5464f5a1 NN |
21 | /* Define to 1 if you have the <argz.h> header file. */ |
22 | #undef HAVE_ARGZ_H | |
252b5132 | 23 | |
5464f5a1 | 24 | /* Define to 1 if you have the `dcgettext' function. */ |
252b5132 RH |
25 | #undef HAVE_DCGETTEXT |
26 | ||
5464f5a1 NN |
27 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
28 | */ | |
29 | #undef HAVE_DIRENT_H | |
30 | ||
31 | /* Define to 1 if you have the `fcntl' function. */ | |
252b5132 RH |
32 | #undef HAVE_FCNTL |
33 | ||
5464f5a1 NN |
34 | /* Define to 1 if you have the <fcntl.h> header file. */ |
35 | #undef HAVE_FCNTL_H | |
36 | ||
37 | /* Define to 1 if you have the `fdopen' function. */ | |
252b5132 RH |
38 | #undef HAVE_FDOPEN |
39 | ||
5464f5a1 | 40 | /* Define to 1 if you have the `fseeko' function. */ |
c1ea0c09 AC |
41 | #undef HAVE_FSEEKO |
42 | ||
5464f5a1 | 43 | /* Define to 1 if you have the `fseeko64' function. */ |
c1ea0c09 AC |
44 | #undef HAVE_FSEEKO64 |
45 | ||
5464f5a1 | 46 | /* Define to 1 if you have the `ftello' function. */ |
c1ea0c09 AC |
47 | #undef HAVE_FTELLO |
48 | ||
5464f5a1 | 49 | /* Define to 1 if you have the `ftello64' function. */ |
c1ea0c09 AC |
50 | #undef HAVE_FTELLO64 |
51 | ||
5464f5a1 | 52 | /* Define to 1 if you have the `getcwd' function. */ |
252b5132 RH |
53 | #undef HAVE_GETCWD |
54 | ||
5464f5a1 | 55 | /* Define to 1 if you have the `getgid' function. */ |
633fd09f ILT |
56 | #undef HAVE_GETGID |
57 | ||
5464f5a1 | 58 | /* Define to 1 if you have the `getpagesize' function. */ |
252b5132 RH |
59 | #undef HAVE_GETPAGESIZE |
60 | ||
5464f5a1 NN |
61 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ |
62 | #undef HAVE_GETTEXT | |
63 | ||
64 | /* Define to 1 if you have the `getuid' function. */ | |
633fd09f ILT |
65 | #undef HAVE_GETUID |
66 | ||
5464f5a1 NN |
67 | /* Define to 1 if you have the <inttypes.h> header file. */ |
68 | #undef HAVE_INTTYPES_H | |
69 | ||
70 | /* Define if your locale.h file contains LC_MESSAGES. */ | |
71 | #undef HAVE_LC_MESSAGES | |
72 | ||
73 | /* Define to 1 if you have the <limits.h> header file. */ | |
74 | #undef HAVE_LIMITS_H | |
75 | ||
76 | /* Define to 1 if you have the <locale.h> header file. */ | |
77 | #undef HAVE_LOCALE_H | |
78 | ||
79 | /* Define if <sys/procfs.h> has lwpstatus_t. */ | |
80 | #undef HAVE_LWPSTATUS_T | |
81 | ||
82 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ | |
83 | #undef HAVE_LWPSTATUS_T_PR_CONTEXT | |
84 | ||
85 | /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ | |
86 | #undef HAVE_LWPSTATUS_T_PR_REG | |
87 | ||
88 | /* Define if <sys/procfs.h> has lwpxstatus_t. */ | |
89 | #undef HAVE_LWPXSTATUS_T | |
90 | ||
91 | /* Define to 1 if you have the `madvise' function. */ | |
252b5132 RH |
92 | #undef HAVE_MADVISE |
93 | ||
5464f5a1 NN |
94 | /* Define to 1 if you have the <malloc.h> header file. */ |
95 | #undef HAVE_MALLOC_H | |
96 | ||
97 | /* Define to 1 if you have the <memory.h> header file. */ | |
98 | #undef HAVE_MEMORY_H | |
99 | ||
100 | /* Define to 1 if you have a working `mmap' system call. */ | |
101 | #undef HAVE_MMAP | |
102 | ||
103 | /* Define to 1 if you have the `mprotect' function. */ | |
252b5132 RH |
104 | #undef HAVE_MPROTECT |
105 | ||
5464f5a1 | 106 | /* Define to 1 if you have the `munmap' function. */ |
252b5132 RH |
107 | #undef HAVE_MUNMAP |
108 | ||
5464f5a1 NN |
109 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
110 | #undef HAVE_NDIR_H | |
252b5132 | 111 | |
5464f5a1 NN |
112 | /* Define to 1 if you have the <nl_types.h> header file. */ |
113 | #undef HAVE_NL_TYPES_H | |
252b5132 | 114 | |
5464f5a1 NN |
115 | /* Define if <sys/procfs.h> has prpsinfo32_t. */ |
116 | #undef HAVE_PRPSINFO32_T | |
252b5132 | 117 | |
5464f5a1 NN |
118 | /* Define if <sys/procfs.h> has prpsinfo_t. */ |
119 | #undef HAVE_PRPSINFO_T | |
252b5132 | 120 | |
5464f5a1 NN |
121 | /* Define if <sys/procfs.h> has prstatus32_t. */ |
122 | #undef HAVE_PRSTATUS32_T | |
252b5132 | 123 | |
5464f5a1 NN |
124 | /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ |
125 | #undef HAVE_PRSTATUS32_T_PR_WHO | |
252b5132 | 126 | |
5464f5a1 NN |
127 | /* Define if <sys/procfs.h> has prstatus_t. */ |
128 | #undef HAVE_PRSTATUS_T | |
252b5132 | 129 | |
5464f5a1 NN |
130 | /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ |
131 | #undef HAVE_PRSTATUS_T_PR_WHO | |
49c97a80 | 132 | |
5464f5a1 NN |
133 | /* Define if <sys/procfs.h> has psinfo32_t. */ |
134 | #undef HAVE_PSINFO32_T | |
252b5132 | 135 | |
5464f5a1 NN |
136 | /* Define if <sys/procfs.h> has psinfo_t. */ |
137 | #undef HAVE_PSINFO_T | |
252b5132 | 138 | |
5464f5a1 NN |
139 | /* Define if <sys/procfs.h> has pstatus32_t. */ |
140 | #undef HAVE_PSTATUS32_T | |
252b5132 | 141 | |
5464f5a1 NN |
142 | /* Define if <sys/procfs.h> has pstatus_t. */ |
143 | #undef HAVE_PSTATUS_T | |
252b5132 | 144 | |
5464f5a1 NN |
145 | /* Define to 1 if you have the `putenv' function. */ |
146 | #undef HAVE_PUTENV | |
252b5132 | 147 | |
5464f5a1 NN |
148 | /* Define if <sys/procfs.h> has pxstatus_t. */ |
149 | #undef HAVE_PXSTATUS_T | |
252b5132 | 150 | |
5464f5a1 NN |
151 | /* Define to 1 if you have the `setenv' function. */ |
152 | #undef HAVE_SETENV | |
252b5132 | 153 | |
5464f5a1 NN |
154 | /* Define to 1 if you have the `setitimer' function. */ |
155 | #undef HAVE_SETITIMER | |
252b5132 | 156 | |
5464f5a1 NN |
157 | /* Define to 1 if you have the `setlocale' function. */ |
158 | #undef HAVE_SETLOCALE | |
252b5132 | 159 | |
5464f5a1 | 160 | /* Define to 1 if you have the <stddef.h> header file. */ |
252b5132 RH |
161 | #undef HAVE_STDDEF_H |
162 | ||
5464f5a1 NN |
163 | /* Define to 1 if you have the <stdint.h> header file. */ |
164 | #undef HAVE_STDINT_H | |
165 | ||
166 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
252b5132 RH |
167 | #undef HAVE_STDLIB_H |
168 | ||
5464f5a1 NN |
169 | /* Define if you have the stpcpy function */ |
170 | #undef HAVE_STPCPY | |
171 | ||
172 | /* Define to 1 if you have the `strcasecmp' function. */ | |
173 | #undef HAVE_STRCASECMP | |
252b5132 | 174 | |
5464f5a1 NN |
175 | /* Define to 1 if you have the `strchr' function. */ |
176 | #undef HAVE_STRCHR | |
177 | ||
178 | /* Define to 1 if you have the <strings.h> header file. */ | |
252b5132 RH |
179 | #undef HAVE_STRINGS_H |
180 | ||
5464f5a1 NN |
181 | /* Define to 1 if you have the <string.h> header file. */ |
182 | #undef HAVE_STRING_H | |
183 | ||
184 | /* Define to 1 if you have the `strtoull' function. */ | |
185 | #undef HAVE_STRTOULL | |
186 | ||
187 | /* Define if struct core_dumpx has member c_impl */ | |
188 | #undef HAVE_ST_C_IMPL | |
189 | ||
190 | /* Define to 1 if you have the `sysconf' function. */ | |
191 | #undef HAVE_SYSCONF | |
192 | ||
193 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. | |
194 | */ | |
252b5132 RH |
195 | #undef HAVE_SYS_DIR_H |
196 | ||
5464f5a1 | 197 | /* Define to 1 if you have the <sys/file.h> header file. */ |
252b5132 RH |
198 | #undef HAVE_SYS_FILE_H |
199 | ||
5464f5a1 NN |
200 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
201 | */ | |
252b5132 RH |
202 | #undef HAVE_SYS_NDIR_H |
203 | ||
5464f5a1 | 204 | /* Define to 1 if you have the <sys/param.h> header file. */ |
252b5132 RH |
205 | #undef HAVE_SYS_PARAM_H |
206 | ||
5464f5a1 | 207 | /* Define to 1 if you have the <sys/procfs.h> header file. */ |
252b5132 RH |
208 | #undef HAVE_SYS_PROCFS_H |
209 | ||
5464f5a1 | 210 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
05864e2a AM |
211 | #undef HAVE_SYS_STAT_H |
212 | ||
5464f5a1 | 213 | /* Define to 1 if you have the <sys/time.h> header file. */ |
252b5132 RH |
214 | #undef HAVE_SYS_TIME_H |
215 | ||
5464f5a1 | 216 | /* Define to 1 if you have the <sys/types.h> header file. */ |
05864e2a AM |
217 | #undef HAVE_SYS_TYPES_H |
218 | ||
5464f5a1 | 219 | /* Define to 1 if you have the <time.h> header file. */ |
252b5132 RH |
220 | #undef HAVE_TIME_H |
221 | ||
5464f5a1 | 222 | /* Define to 1 if you have the <unistd.h> header file. */ |
252b5132 RH |
223 | #undef HAVE_UNISTD_H |
224 | ||
5464f5a1 | 225 | /* Define to 1 if you have the <values.h> header file. */ |
252b5132 RH |
226 | #undef HAVE_VALUES_H |
227 | ||
5464f5a1 NN |
228 | /* Define if <sys/procfs.h> has win32_pstatus_t. */ |
229 | #undef HAVE_WIN32_PSTATUS_T | |
252b5132 | 230 | |
5464f5a1 NN |
231 | /* Define to 1 if you have the `__argz_count' function. */ |
232 | #undef HAVE___ARGZ_COUNT | |
252b5132 | 233 | |
5464f5a1 NN |
234 | /* Define to 1 if you have the `__argz_next' function. */ |
235 | #undef HAVE___ARGZ_NEXT | |
252b5132 | 236 | |
5464f5a1 NN |
237 | /* Define to 1 if you have the `__argz_stringify' function. */ |
238 | #undef HAVE___ARGZ_STRINGIFY | |
252b5132 RH |
239 | |
240 | /* Define if free is not declared in system header files. */ | |
241 | #undef NEED_DECLARATION_FREE | |
242 | ||
243 | /* Define if getenv is not declared in system header files. */ | |
244 | #undef NEED_DECLARATION_GETENV | |
245 | ||
5464f5a1 NN |
246 | /* Define if malloc is not declared in system header files. */ |
247 | #undef NEED_DECLARATION_MALLOC | |
7ee38065 | 248 | |
5464f5a1 NN |
249 | /* Define if realloc is not declared in system header files. */ |
250 | #undef NEED_DECLARATION_REALLOC | |
252b5132 | 251 | |
5464f5a1 NN |
252 | /* Define if strstr is not declared in system header files. */ |
253 | #undef NEED_DECLARATION_STRSTR | |
7ee38065 | 254 | |
5464f5a1 NN |
255 | /* Name of package */ |
256 | #undef PACKAGE | |
252b5132 | 257 | |
5464f5a1 NN |
258 | /* Define to the address where bug reports for this package should be sent. */ |
259 | #undef PACKAGE_BUGREPORT | |
8d88c4ca | 260 | |
5464f5a1 NN |
261 | /* Define to the full name of this package. */ |
262 | #undef PACKAGE_NAME | |
7ee38065 | 263 | |
5464f5a1 NN |
264 | /* Define to the full name and version of this package. */ |
265 | #undef PACKAGE_STRING | |
252b5132 | 266 | |
5464f5a1 NN |
267 | /* Define to the one symbol short name of this package. */ |
268 | #undef PACKAGE_TARNAME | |
7ee38065 | 269 | |
5464f5a1 NN |
270 | /* Define to the version of this package. */ |
271 | #undef PACKAGE_VERSION | |
252b5132 | 272 | |
5464f5a1 NN |
273 | /* The number of bytes in type long */ |
274 | #undef SIZEOF_LONG | |
7ee38065 | 275 | |
5464f5a1 NN |
276 | /* The number of bytes in type long long */ |
277 | #undef SIZEOF_LONG_LONG | |
252b5132 | 278 | |
5464f5a1 NN |
279 | /* The number of bytes in type off_t */ |
280 | #undef SIZEOF_OFF_T | |
8d88c4ca | 281 | |
5464f5a1 NN |
282 | /* If using the C implementation of alloca, define if you know the |
283 | direction of stack growth for your system; otherwise it will be | |
284 | automatically deduced at run-time. | |
285 | STACK_DIRECTION > 0 => grows toward higher addresses | |
286 | STACK_DIRECTION < 0 => grows toward lower addresses | |
287 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
288 | #undef STACK_DIRECTION | |
252b5132 | 289 | |
5464f5a1 NN |
290 | /* Define to 1 if you have the ANSI C header files. */ |
291 | #undef STDC_HEADERS | |
252b5132 | 292 | |
5464f5a1 NN |
293 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
294 | #undef TIME_WITH_SYS_TIME | |
16e9c715 | 295 | |
252b5132 RH |
296 | /* Name of host specific header file to include in trad-core.c. */ |
297 | #undef TRAD_HEADER | |
298 | ||
5464f5a1 NN |
299 | /* Use b modifier when opening binary files? */ |
300 | #undef USE_BINARY_FOPEN | |
c1ea0c09 | 301 | |
252b5132 RH |
302 | /* Use mmap if it's available? */ |
303 | #undef USE_MMAP | |
304 | ||
5464f5a1 NN |
305 | /* Version number of package */ |
306 | #undef VERSION | |
307 | ||
308 | /* Define to empty if `const' does not conform to ANSI C. */ | |
309 | #undef const | |
310 | ||
311 | /* Define to `__inline__' or `__inline' if that's what the C compiler | |
312 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
313 | #ifndef __cplusplus | |
314 | #undef inline | |
315 | #endif | |
316 | ||
317 | /* Define to `long' if <sys/types.h> does not define. */ | |
318 | #undef off_t | |
319 | ||
320 | /* Define to `unsigned' if <sys/types.h> does not define. */ | |
321 | #undef size_t |