source: vendor/gawk/3.1.5/configh.in@ 3076

Last change on this file since 3076 was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 10.6 KB
Line 
1/* configh.in. Generated from configure.ac by autoheader. */
2
3/* switch statements are enabled in awk programs */
4#undef ALLOW_SWITCH
5
6/* dynamic loading is possible */
7#undef DYNAMIC
8
9/* Define to 1 if translation of program messages to the user's native
10 language is requested. */
11#undef ENABLE_NLS
12
13/* Define to the type of elements in the array set by `getgroups'. Usually
14 this is either `int' or `gid_t'. */
15#undef GETGROUPS_T
16
17/* Define to 1 if the `getpgrp' function requires zero arguments. */
18#undef GETPGRP_VOID
19
20/* Define to 1 if you have the `alarm' function. */
21#undef HAVE_ALARM
22
23/* Define to 1 if you have the `btowc' function. */
24#undef HAVE_BTOWC
25
26/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
27 CoreFoundation framework. */
28#undef HAVE_CFLOCALECOPYCURRENT
29
30/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
31 the CoreFoundation framework. */
32#undef HAVE_CFPREFERENCESCOPYAPPVALUE
33
34/* Define if the GNU dcgettext() function is already present or preinstalled.
35 */
36#undef HAVE_DCGETTEXT
37
38/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
39#undef HAVE_DOPRNT
40
41/* Define to 1 if you have the <fcntl.h> header file. */
42#undef HAVE_FCNTL_H
43
44/* Define to 1 if you have the `fmod' function. */
45#undef HAVE_FMOD
46
47/* Define to 1 if you have the `getgrent' function. */
48#undef HAVE_GETGRENT
49
50/* Define to 1 if you have the `getgroups' function. */
51#undef HAVE_GETGROUPS
52
53/* Define if the GNU gettext() function is already present or preinstalled. */
54#undef HAVE_GETTEXT
55
56/* Define to 1 if you have the `grantpt' function. */
57#undef HAVE_GRANTPT
58
59/* Define if you have the iconv() function. */
60#undef HAVE_ICONV
61
62/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
63#undef HAVE_INTMAX_T
64
65/* Define to 1 if you have the <inttypes.h> header file. */
66#undef HAVE_INTTYPES_H
67
68/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
69 declares uintmax_t. */
70#undef HAVE_INTTYPES_H_WITH_UINTMAX
71
72/* Define to 1 if you have the `isascii' function. */
73#undef HAVE_ISASCII
74
75/* Define to 1 if you have the `iswctype' function. */
76#undef HAVE_ISWCTYPE
77
78/* Define to 1 if you have the `iswlower' function. */
79#undef HAVE_ISWLOWER
80
81/* Define to 1 if you have the `iswupper' function. */
82#undef HAVE_ISWUPPER
83
84/* Define to 1 if you have the `dl' library (-ldl). */
85#undef HAVE_LIBDL
86
87/* Define to 1 if you have the <libintl.h> header file. */
88#undef HAVE_LIBINTL_H
89
90/* Define to 1 if you have the `m' library (-lm). */
91#undef HAVE_LIBM
92
93/* Define to 1 if you have the <limits.h> header file. */
94#undef HAVE_LIMITS_H
95
96/* Define to 1 if you have the <locale.h> header file. */
97#undef HAVE_LOCALE_H
98
99/* Define if you have the 'long long' type. */
100#undef HAVE_LONG_LONG
101
102/* Define to 1 if you have the `mbrlen' function. */
103#undef HAVE_MBRLEN
104
105/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
106#undef HAVE_MBRTOWC
107
108/* Define to 1 if you have the <mcheck.h> header file. */
109#undef HAVE_MCHECK_H
110
111/* Define to 1 if you have the `memcmp' function. */
112#undef HAVE_MEMCMP
113
114/* Define to 1 if you have the `memcpy' function. */
115#undef HAVE_MEMCPY
116
117/* Define to 1 if you have the `memmove' function. */
118#undef HAVE_MEMMOVE
119
120/* Define to 1 if you have the <memory.h> header file. */
121#undef HAVE_MEMORY_H
122
123/* Define to 1 if you have the `memset' function. */
124#undef HAVE_MEMSET
125
126/* we have the mktime function */
127#undef HAVE_MKTIME
128
129/* Define to 1 if you have the <netdb.h> header file. */
130#undef HAVE_NETDB_H
131
132/* Define to 1 if you have the <netinet/in.h> header file. */
133#undef HAVE_NETINET_IN_H
134
135/* we have portals on /p on this system */
136#undef HAVE_PORTALS
137
138/* Define to 1 if you have the `setlocale' function. */
139#undef HAVE_SETLOCALE
140
141/* Define to 1 if you have the <signum.h> header file. */
142#undef HAVE_SIGNUM_H
143
144/* Define to 1 if you have the `snprintf' function. */
145#undef HAVE_SNPRINTF
146
147/* we have sockets on this system */
148#undef HAVE_SOCKETS
149
150/* Define to 1 if you have the <stdarg.h> header file. */
151#undef HAVE_STDARG_H
152
153/* Define to 1 if you have the <stdint.h> header file. */
154#undef HAVE_STDINT_H
155
156/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
157 uintmax_t. */
158#undef HAVE_STDINT_H_WITH_UINTMAX
159
160/* Define to 1 if you have the <stdlib.h> header file. */
161#undef HAVE_STDLIB_H
162
163/* Define to 1 if you have the `strchr' function. */
164#undef HAVE_STRCHR
165
166/* Define to 1 if you have the `strerror' function. */
167#undef HAVE_STRERROR
168
169/* Define to 1 if you have the `strftime' function. */
170#undef HAVE_STRFTIME
171
172/* Define to 1 if cpp supports the ANSI # stringizing operator. */
173#undef HAVE_STRINGIZE
174
175/* Define to 1 if you have the <strings.h> header file. */
176#undef HAVE_STRINGS_H
177
178/* Define to 1 if you have the <string.h> header file. */
179#undef HAVE_STRING_H
180
181/* Define to 1 if you have the `strncasecmp' function. */
182#undef HAVE_STRNCASECMP
183
184/* Define to 1 if you have the <stropts.h> header file. */
185#undef HAVE_STROPTS_H
186
187/* Define to 1 if you have the `strtod' function. */
188#undef HAVE_STRTOD
189
190/* Define to 1 if you have the `strtoul' function. */
191#undef HAVE_STRTOUL
192
193/* Define to 1 if `st_blksize' is member of `struct stat'. */
194#undef HAVE_STRUCT_STAT_ST_BLKSIZE
195
196/* Define to 1 if `tm_zone' is member of `struct tm'. */
197#undef HAVE_STRUCT_TM_TM_ZONE
198
199/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
200 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
201#undef HAVE_ST_BLKSIZE
202
203/* Define to 1 if you have the `system' function. */
204#undef HAVE_SYSTEM
205
206/* Define to 1 if you have the <sys/param.h> header file. */
207#undef HAVE_SYS_PARAM_H
208
209/* Define to 1 if you have the <sys/socket.h> header file. */
210#undef HAVE_SYS_SOCKET_H
211
212/* Define to 1 if you have the <sys/stat.h> header file. */
213#undef HAVE_SYS_STAT_H
214
215/* Define to 1 if you have the <sys/time.h> header file. */
216#undef HAVE_SYS_TIME_H
217
218/* Define to 1 if you have the <sys/types.h> header file. */
219#undef HAVE_SYS_TYPES_H
220
221/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
222#undef HAVE_SYS_WAIT_H
223
224/* Define to 1 if you have the <termios.h> header file. */
225#undef HAVE_TERMIOS_H
226
227/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
228 `HAVE_STRUCT_TM_TM_ZONE' instead. */
229#undef HAVE_TM_ZONE
230
231/* Define to 1 if you have the `towlower' function. */
232#undef HAVE_TOWLOWER
233
234/* Define to 1 if you have the `towupper' function. */
235#undef HAVE_TOWUPPER
236
237/* Define to 1 if you don't have `tm_zone' but do have the external array
238 `tzname'. */
239#undef HAVE_TZNAME
240
241/* Define to 1 if you have the `tzset' function. */
242#undef HAVE_TZSET
243
244/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
245#undef HAVE_UINTMAX_T
246
247/* Define to 1 if you have the <unistd.h> header file. */
248#undef HAVE_UNISTD_H
249
250/* Define if you have the 'unsigned long long' type. */
251#undef HAVE_UNSIGNED_LONG_LONG
252
253/* Define to 1 if you have the `vprintf' function. */
254#undef HAVE_VPRINTF
255
256/* Define to 1 if you have the <wchar.h> header file. */
257#undef HAVE_WCHAR_H
258
259/* Define to 1 if you have the `wcrtomb' function. */
260#undef HAVE_WCRTOMB
261
262/* Define to 1 if you have the `wcscoll' function. */
263#undef HAVE_WCSCOLL
264
265/* Define to 1 if you have the `wctype' function. */
266#undef HAVE_WCTYPE
267
268/* Define to 1 if you have the <wctype.h> header file. */
269#undef HAVE_WCTYPE_H
270
271/* systems should define this type here */
272#undef HAVE_WCTYPE_T
273
274/* systems should define this type here */
275#undef HAVE_WINT_T
276
277/* disable lint checks */
278#undef NO_LINT
279
280/* Name of package */
281#undef PACKAGE
282
283/* Define to the address where bug reports for this package should be sent. */
284#undef PACKAGE_BUGREPORT
285
286/* Define to the full name of this package. */
287#undef PACKAGE_NAME
288
289/* Define to the full name and version of this package. */
290#undef PACKAGE_STRING
291
292/* Define to the one symbol short name of this package. */
293#undef PACKAGE_TARNAME
294
295/* Define to the version of this package. */
296#undef PACKAGE_VERSION
297
298/* Define to 1 if *printf supports %F format */
299#undef PRINTF_HAS_F_FORMAT
300
301/* Define to 1 if the C compiler supports function prototypes. */
302#undef PROTOTYPES
303
304/* Define as the return type of signal handlers (`int' or `void'). */
305#undef RETSIGTYPE
306
307/* The size of a `unsigned int', as computed by sizeof. */
308#undef SIZEOF_UNSIGNED_INT
309
310/* The size of a `unsigned long', as computed by sizeof. */
311#undef SIZEOF_UNSIGNED_LONG
312
313/* return type of sprintf */
314#undef SPRINTF_RET
315
316/* Define to 1 if you have the ANSI C header files. */
317#undef STDC_HEADERS
318
319/* strtod doesn't have C89 semantics */
320#undef STRTOD_NOT_C89
321
322/* some systems define this type here */
323#undef TIME_T_IN_SYS_TYPES_H
324
325/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
326#undef TIME_WITH_SYS_TIME
327
328/* Define to 1 if your <sys/time.h> declares `struct tm'. */
329#undef TM_IN_SYS_TIME
330
331/* force use of our version of strftime */
332#undef USE_INCLUDED_STRFTIME
333
334/* Version number of package */
335#undef VERSION
336
337/* Define to 1 if on AIX 3.
338 System headers sometimes define this.
339 We just want to avoid a redefinition error message. */
340#ifndef _ALL_SOURCE
341# undef _ALL_SOURCE
342#endif
343
344/* Number of bits in a file offset, on hosts where this is settable. */
345#undef _FILE_OFFSET_BITS
346
347/* Define for large files, on AIX-style hosts. */
348#undef _LARGE_FILES
349
350/* Define to 1 if on MINIX. */
351#undef _MINIX
352
353/* Define to 2 if the system does not provide POSIX.1 features except with
354 this defined. */
355#undef _POSIX_1_SOURCE
356
357/* Define to 1 if you need to in order for `stat' and other things to work. */
358#undef _POSIX_SOURCE
359
360/* Define to 1 if type `char' is unsigned and you are not using gcc. */
361#ifndef __CHAR_UNSIGNED__
362# undef __CHAR_UNSIGNED__
363#endif
364
365/* Define like PROTOTYPES; this can be used by system headers. */
366#undef __PROTOTYPES
367
368/* Define to empty if `const' does not conform to ANSI C. */
369#undef const
370
371/* Define to `int' if <sys/types.h> doesn't define. */
372#undef gid_t
373
374/* Define to `__inline__' or `__inline' if that's what the C compiler
375 calls it, or to nothing if 'inline' is not supported under any name. */
376#ifndef __cplusplus
377#undef inline
378#endif
379
380/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
381#undef intmax_t
382
383/* Define to `int' if <sys/types.h> does not define. */
384#undef pid_t
385
386/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
387 supported. Do not define if restrict is supported directly. */
388#undef restrict
389
390/* Define to `unsigned' if <sys/types.h> does not define. */
391#undef size_t
392
393/* type to use in place of socklen_t if not defined */
394#undef socklen_t
395
396/* Define to `int' if <sys/types.h> does not define. */
397#undef ssize_t
398
399/* Define to `int' if <sys/types.h> doesn't define. */
400#undef uid_t
401
402/* Define to unsigned long or unsigned long long if <stdint.h> and
403 <inttypes.h> don't define. */
404#undef uintmax_t
405
406#include "custom.h"
Note: See TracBrowser for help on using the repository browser.