1 /* configh.in. Generated from configure.ac by autoheader. */
2 /* pc/config.h. Generated automatically by pc/config.sed. */
3
4 /* dynamic loading is possible */
5 #define DYNAMIC 1
6
7 /* Define to 1 if translation of program messages to the user's native
8 language is requested. */
9 #undef ENABLE_NLS
10
11 /* Define to the type of elements in the array set by `getgroups'. Usually
12 this is either `int' or `gid_t'. */
13 #define GETGROUPS_T gid_t
14
15 /* Define to 1 if the `getpgrp' function requires zero arguments. */
16 #define GETPGRP_VOID 1
17
18 /* Define to 1 if you have the `alarm' function. */
19 #define HAVE_ALARM 1
20
21 /* Define to 1 if you have the <arpa/inet.h> header file. */
22 #undef HAVE_ARPA_INET_H
23
24 /* Define to 1 if you have the `atexit' function. */
25 #define HAVE_ATEXIT 1
26
27 /* Define to 1 if you have the `btowc' function. */
28 #define HAVE_BTOWC 1
29
30 /* Define to 1 if you have the Mac OS X function
31 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
32 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
33
34 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
35 the CoreFoundation framework. */
36 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
37
38 /* Define to 1 if bool, true and false work as per C2023. */
39 #undef HAVE_C_BOOL
40
41 /* Define to 1 if C supports variable-length arrays. */
42 #undef HAVE_C_VARARRAYS
43
44 /* Define if the GNU dcgettext() function is already present or preinstalled.
45 */
46 #undef HAVE_DCGETTEXT
47
48 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
49 */
50 #define HAVE_DECL_TZNAME 1
51
52 /* Define to 1 if you have the <fcntl.h> header file. */
53 #define HAVE_FCNTL_H 1
54
55 /* Define to 1 if you have the `fmod' function. */
56 #define HAVE_FMOD 1
57
58 /* Define to 1 if you have the `fwrite_unlocked' function. */
59 #undef HAVE_FWRITE_UNLOCKED
60
61 /* Define to 1 if you have the `gai_strerror' function. */
62 #define HAVE_GAI_STRERROR 1
63
64 /* have getaddrinfo */
65 #define HAVE_GETADDRINFO 1
66
67 /* Define to 1 if you have the `getgrent' function. */
68 #undef HAVE_GETGRENT
69
70 /* Define to 1 if you have the `getgroups' function. */
71 #undef HAVE_GETGROUPS
72
73 /* Define if the GNU gettext() function is already present or preinstalled. */
74 #undef HAVE_GETTEXT
75
76 /* Define to 1 if you have the `grantpt' function. */
77 #undef HAVE_GRANTPT
78
79 /* Do we have history_list? */
80 #undef HAVE_HISTORY_LIST
81
82 /* Define if you have the iconv() function and it works. */
83 #undef HAVE_ICONV
84
85 /* Define to 1 if the system has the type `intmax_t'. */
86 #define HAVE_INTMAX_T 1
87
88 /* Define to 1 if you have the <inttypes.h> header file. */
89 #define HAVE_INTTYPES_H 1
90
91 /* Define to 1 if you have the `isascii' function. */
92 #define HAVE_ISASCII 1
93
94 /* Define to 1 if you have the `isblank' function. */
95 #undef HAVE_ISBLANK
96
97 /* Define to 1 if you have the `iswctype' function. */
98 #define HAVE_ISWCTYPE 1
99
100 /* Define to 1 if you have the `iswlower' function. */
101 #define HAVE_ISWLOWER 1
102
103 /* Define to 1 if you have the `iswupper' function. */
104 #define HAVE_ISWUPPER 1
105
106 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
107 #define HAVE_LANGINFO_CODESET 1
108
109 /* Define if your <locale.h> file defines LC_MESSAGES. */
110 #undef HAVE_LC_MESSAGES
111
112 /* Define to 1 if you have the <libintl.h> header file. */
113 #undef HAVE_LIBINTL_H
114
115 /* Define to 1 if you have a fully functional readline library. */
116 /* #undef HAVE_LIBREADLINE */
117
118 /* Define if you have the libsigsegv library. */
119 #undef HAVE_LIBSIGSEGV
120
121 /* Define to 1 if you have the <locale.h> header file. */
122 #define HAVE_LOCALE_H 1
123
124 /* Define to 1 if the system has the type 'long long int'. */
125 #undef HAVE_LONG_LONG_INT
126
127 /* Define to 1 if you have the `lstat' function. */
128 #undef HAVE_LSTAT
129
130 /* Define to 1 if you have the `mbrlen' function. */
131 #define HAVE_MBRLEN 1
132
133 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
134 #define HAVE_MBRTOWC 1
135
136 /* Define to 1 if you have the <mcheck.h> header file. */
137 #undef HAVE_MCHECK_H
138
139 /* Define to 1 if you have the `memcmp' function. */
140 #define HAVE_MEMCMP 1
141
142 /* Define to 1 if you have the `memcpy' function. */
143 #define HAVE_MEMCPY 1
144
145 /* Define to 1 if you have the `memmove' function. */
146 #define HAVE_MEMMOVE 1
147
148 /* Define to 1 if you have the <memory.h> header file. */
149 #undef HAVE_MEMORY_H
150
151 /* Define to 1 if you have the `memset' function. */
152 #define HAVE_MEMSET 1
153
154 /* Define to 1 if you have the <minix/config.h> header file. */
155 #undef HAVE_MINIX_CONFIG_H
156
157 /* Define to 1 if you have the `mkstemp' function. */
158 #undef HAVE_MKSTEMP
159
160 /* we have the mktime function */
161 #define HAVE_MKTIME 1
162
163 /* Define to 1 if you have fully functional mpfr and gmp libraries. */
164 /* #undef HAVE_MPFR */
165
166 /* Define to 1 if you have the `mtrace' function. */
167 #undef HAVE_MTRACE
168
169 /* Define to 1 if you have the <netdb.h> header file. */
170 #undef HAVE_NETDB_H
171
172 /* Define to 1 if you have the <netinet/in.h> header file. */
173 #undef HAVE_NETINET_IN_H
174
175 /* Define to 1 if you have the `posix_openpt' function. */
176 #undef HAVE_POSIX_OPENPT
177
178 /* Define to 1 if you have the `setenv' function. */
179 #define HAVE_SETENV 1
180
181 /* Define to 1 if you have the `setlocale' function. */
182 #define HAVE_SETLOCALE 1
183
184 /* Define to 1 if you have the `setsid' function. */
185 #undef HAVE_SETSID
186
187 /* Define to 1 if you have the `sigprocmask' function. */
188 #undef HAVE_SIGPROCMASK
189
190 /* Define to 1 if you have the `snprintf' function. */
191 #define HAVE_SNPRINTF 1
192
193 /* newer systems define this type here */
194 #define HAVE_SOCKADDR_STORAGE 1
195
196 /* we have sockets on this system */
197 #define HAVE_SOCKETS 1
198
199 /* Define to 1 if you have the <stdbool.h> header file. */
200 #define HAVE_STDBOOL_H 1
201
202 /* Define to 1 if you have the <stddef.h> header file. */
203 #ifdef __GNUC__
204 #define HAVE_STDDEF_H 1
205 #endif
206
207 /* Define to 1 if you have the <stdint.h> header file. */
208 #define HAVE_STDINT_H 1
209
210 /* Define to 1 if you have the <stdio.h> header file. */
211 #undef HAVE_STDIO_H
212
213 /* Define to 1 if you have the <stdlib.h> header file. */
214 #define HAVE_STDLIB_H 1
215
216 /* Define to 1 if you have the `strcasecmp' function. */
217 #undef HAVE_STRCASECMP
218
219 /* Define to 1 if you have the `strchr' function. */
220 #define HAVE_STRCHR 1
221
222 /* Define to 1 if you have the `strcoll' function. */
223 #undef HAVE_STRCOLL
224
225 /* Define to 1 if you have the `strerror' function. */
226 #define HAVE_STRERROR 1
227
228 /* Define to 1 if you have the `strftime' function. */
229 /* MinGW uses the replacement from missing_d, to support the %e specifier. */
230 #define strftime rpl_strftime
231
232 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
233 #define HAVE_STRINGIZE 1
234
235 /* Define to 1 if you have the <strings.h> header file. */
236 #define HAVE_STRINGS_H 1
237
238 /* Define to 1 if you have the <string.h> header file. */
239 #define HAVE_STRING_H 1
240
241 /* Define to 1 if you have the `strncasecmp' function. */
242 #define HAVE_STRNCASECMP 1
243
244 /* Define to 1 if you have the <stropts.h> header file. */
245 #undef HAVE_STROPTS_H
246
247 /* Define to 1 if you have the `strsignal' function. */
248 #define HAVE_STRSIGNAL 1
249
250 /* Define to 1 if you have the `strtod' function. */
251 #define HAVE_STRTOD 1
252
253 /* Define to 1 if you have the `strtoul' function. */
254 #define HAVE_STRTOUL 1
255
256 /* Define to 1 if `gr_passwd' is a member of `struct group'. */
257 #undef HAVE_STRUCT_GROUP_GR_PASSWD
258
259 /* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
260 #undef HAVE_STRUCT_PASSWD_PW_PASSWD
261
262 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
263 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
264
265 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
266 #undef HAVE_STRUCT_TM_TM_ZONE
267
268 /* Define to 1 if you have the `system' function. */
269 #define HAVE_SYSTEM 1
270
271 /* Define to 1 if you have the <sys/ioctl.h> header file. */
272 #undef HAVE_SYS_IOCTL_H
273
274 /* Define to 1 if you have the <sys/param.h> header file. */
275 #define HAVE_SYS_PARAM_H 1
276
277 /* Define to 1 if you have the <sys/select.h> header file. */
278 #undef HAVE_SYS_SELECT_H
279
280 /* Define to 1 if you have the <sys/socket.h> header file. */
281 #undef HAVE_SYS_SOCKET_H
282
283 /* Define to 1 if you have the <sys/stat.h> header file. */
284 #define HAVE_SYS_STAT_H 1
285
286 /* Define to 1 if you have the <sys/time.h> header file. */
287 #define HAVE_SYS_TIME_H 1
288
289 /* Define to 1 if you have the <sys/types.h> header file. */
290 #define HAVE_SYS_TYPES_H 1
291
292 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
293 #undef HAVE_SYS_WAIT_H
294
295 /* Define to 1 if you have the <termios.h> header file. */
296 #undef HAVE_TERMIOS_H
297
298 /* Define to 1 if you have the `timegm' function. */
299 #undef HAVE_TIMEGM
300
301 /* Define to 1 if you have the `tmpfile' function. */
302 #undef HAVE_TMPFILE
303
304 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
305 `HAVE_STRUCT_TM_TM_ZONE' instead. */
306 #undef HAVE_TM_ZONE
307
308 /* Define to 1 if you have the `towlower' function. */
309 #define HAVE_TOWLOWER 1
310
311 /* Define to 1 if you have the `towupper' function. */
312 #define HAVE_TOWUPPER 1
313
314 /* Define to 1 if you don't have `tm_zone' but do have the external array
315 `tzname'. */
316 #define HAVE_TZNAME 1
317
318 /* Define to 1 if you have the `tzset' function. */
319 #define HAVE_TZSET 1
320
321 /* Define to 1 if the system has the type `uintmax_t'. */
322 #define HAVE_UINTMAX_T 1
323
324 /* Define to 1 if you have the <unistd.h> header file. */
325 #define HAVE_UNISTD_H 1
326
327 /* Define to 1 if the system has the type `unsigned long long int'. */
328 #undef HAVE_UNSIGNED_LONG_LONG_INT
329
330 /* Define to 1 if you have the `usleep' function. */
331 #define HAVE_USLEEP 1
332
333 /* Define to 1 if you have the `waitpid' function. */
334 #undef HAVE_WAITPID
335
336 /* Define to 1 if you have the <wchar.h> header file. */
337 #define HAVE_WCHAR_H 1
338
339 /* Define to 1 if you have the `wcrtomb' function. */
340 #define HAVE_WCRTOMB 1
341
342 /* Define to 1 if you have the `wcscoll' function. */
343 #define HAVE_WCSCOLL 1
344
345 /* Define to 1 if you have the `wctype' function. */
346 #define HAVE_WCTYPE 1
347
348 /* Define to 1 if you have the <wctype.h> header file. */
349 #define HAVE_WCTYPE_H 1
350
351 /* systems should define this type here */
352 #define HAVE_WCTYPE_T 1
353
354 /* systems should define this type here */
355 #define HAVE_WINT_T 1
356
357 /* Define to 1 if you have the `__etoa_l' function. */
358 #undef HAVE___ETOA_L
359
360 /* disable lint checks */
361 #undef NO_LINT
362
363 /* Name of package */
364 #define PACKAGE "gawk"
365
366 /* Define to the address where bug reports for this package should be sent. */
367 #define PACKAGE_BUGREPORT "bug-gawk@gnu.org"
368
369 /* Define to the full name of this package. */
370 #define PACKAGE_NAME "GNU Awk"
371
372 /* Define to the full name and version of this package. */
373 #define PACKAGE_STRING "GNU Awk 5.2.2"
374
375 /* Define to the one symbol short name of this package. */
376 #define PACKAGE_TARNAME "gawk"
377
378 /* Define to the home page for this package. */
379 #define PACKAGE_URL "http://www.gnu.org/software/gawk/"
380
381 /* Define to the version of this package. */
382 #define PACKAGE_VERSION "5.2.2"
383
384 /* Define to 1 if *printf supports %a format */
385 #define PRINTF_HAS_A_FORMAT 1
386
387 /* Define to 1 if *printf supports %F format */
388 #undef PRINTF_HAS_F_FORMAT
389
390 /* The size of `unsigned int', as computed by sizeof. */
391 #define SIZEOF_UNSIGNED_INT 4
392
393 /* The size of `unsigned long', as computed by sizeof. */
394 #define SIZEOF_UNSIGNED_LONG 4
395
396 /* The size of `void *', as computed by sizeof. */
397 #undef SIZEOF_VOID_P
398
399 /* Define to 1 if all of the C90 standard headers exist (not just the ones
400 required in a freestanding environment). This macro is provided for
401 backward compatibility; new code need not use it. */
402 #define STDC_HEADERS 1
403
404 /* enable built-in intdiv0 function */
405 #undef SUPPLY_INTDIV
406
407 /* some systems define this type here */
408 #undef TIME_T_IN_SYS_TYPES_H
409
410 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
411 #undef TM_IN_SYS_TIME
412
413 /* Define to 1 if the character set is EBCDIC */
414 #undef USE_EBCDIC
415
416 /* Define to 1 if we can use the pma allocator */
417 #undef USE_PERSISTENT_MALLOC
418
419 /* This is required to compile Gnulib regex code. */
420 #define _GNU_SOURCE 1
421 /* Enable extensions on AIX 3, Interix. */
422 #ifndef _ALL_SOURCE
423 # undef _ALL_SOURCE
424 #endif
425 /* Enable general extensions on macOS. */
426 #ifndef _DARWIN_C_SOURCE
427 # undef _DARWIN_C_SOURCE
428 #endif
429 /* Enable general extensions on Solaris. */
430 #ifndef __EXTENSIONS__
431 # undef __EXTENSIONS__
432 #endif
433 /* Enable GNU extensions on systems that have them. */
434 #ifndef _GNU_SOURCE
435 # undef _GNU_SOURCE
436 #endif
437 /* Enable X/Open compliant socket functions that do not require linking
438 with -lxnet on HP-UX 11.11. */
439 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
440 # undef _HPUX_ALT_XOPEN_SOCKET_API
441 #endif
442 /* Identify the host operating system as Minix.
443 This macro does not affect the system headers' behavior.
444 A future release of Autoconf may stop defining this macro. */
445 #ifndef _MINIX
446 # undef _MINIX
447 #endif
448 /* Enable general extensions on NetBSD.
449 Enable NetBSD compatibility extensions on Minix. */
450 #ifndef _NETBSD_SOURCE
451 # undef _NETBSD_SOURCE
452 #endif
453 /* Enable OpenBSD compatibility extensions on NetBSD.
454 Oddly enough, this does nothing on OpenBSD. */
455 #ifndef _OPENBSD_SOURCE
456 # undef _OPENBSD_SOURCE
457 #endif
458 /* Define to 1 if needed for POSIX-compatible behavior. */
459 #ifndef _POSIX_SOURCE
460 # undef _POSIX_SOURCE
461 #endif
462 /* Define to 2 if needed for POSIX-compatible behavior. */
463 #ifndef _POSIX_1_SOURCE
464 # undef _POSIX_1_SOURCE
465 #endif
466 /* Enable POSIX-compatible threading on Solaris. */
467 #ifndef _POSIX_PTHREAD_SEMANTICS
468 # undef _POSIX_PTHREAD_SEMANTICS
469 #endif
470 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
471 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
472 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
473 #endif
474 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
475 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
476 # undef __STDC_WANT_IEC_60559_BFP_EXT__
477 #endif
478 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
479 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
480 # undef __STDC_WANT_IEC_60559_DFP_EXT__
481 #endif
482 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
483 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
484 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
485 #endif
486 /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
487 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
488 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
489 #endif
490 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
491 #ifndef __STDC_WANT_LIB_EXT2__
492 # undef __STDC_WANT_LIB_EXT2__
493 #endif
494 /* Enable extensions specified by ISO/IEC 24747:2009. */
495 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
496 # undef __STDC_WANT_MATH_SPEC_FUNCS__
497 #endif
498 /* Enable extensions on HP NonStop. */
499 #ifndef _TANDEM_SOURCE
500 # undef _TANDEM_SOURCE
501 #endif
502 /* Enable X/Open extensions. Define to 500 only if necessary
503 to make mbstate_t available. */
504 #ifndef _XOPEN_SOURCE
505 # undef _XOPEN_SOURCE
506 #endif
507
508
509 /* Version number of package */
510 #define VERSION "5.2.2"
511
512 /* Number of bits in a file offset, on hosts where this is settable. */
513 #undef _FILE_OFFSET_BITS
514
515 /* Define for large files, on AIX-style hosts. */
516 #undef _LARGE_FILES
517
518 /* The _Noreturn keyword of C11. */
519 #ifndef _Noreturn
520 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
521 || 0x5110 <= __SUNPRO_C)
522 # define _Noreturn __attribute__ ((__noreturn__))
523 # elif defined _MSC_VER && 1200 <= _MSC_VER
524 # define _Noreturn __declspec (noreturn)
525 # else
526 # define _Noreturn
527 # endif
528 #endif
529
530
531 /* Define to 1 if type `char' is unsigned and your compiler does not
532 predefine this macro. */
533 #ifndef __CHAR_UNSIGNED__
534 # undef __CHAR_UNSIGNED__
535 #endif
536
537 /* Define to 1 if C does not support variable-length arrays, and if the
538 compiler does not already define this. */
539 #undef __STDC_NO_VLA__
540
541 /* Define to empty if `const' does not conform to ANSI C. */
542 #undef const
543
544 /* Define to `int' if <sys/types.h> doesn't define. */
545 #undef gid_t
546
547 /* Define to `__inline__' or `__inline' if that's what the C compiler
548 calls it, or to nothing if 'inline' is not supported under any name. */
549 #ifndef __cplusplus
550 #ifdef __GNUC__
551 #define inline __inline__
552 #endif
553 #endif
554
555 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
556 not define. */
557 #undef intmax_t
558
559 /* Define as a signed integer type capable of holding a process identifier. */
560 #undef pid_t
561
562 /* Define to the equivalent of the C99 'restrict' keyword, or to
563 nothing if this is not supported. Do not define if restrict is
564 supported only directly. */
565 #undef restrict
566 /* Work around a bug in older versions of Sun C++, which did not
567 #define __restrict__ or support _Restrict or __restrict__
568 even though the corresponding Sun C compiler ended up with
569 "#define restrict _Restrict" or "#define restrict __restrict__"
570 in the previous line. This workaround can be removed once
571 we assume Oracle Developer Studio 12.5 (2016) or later. */
572 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
573 # define _Restrict
574 # define __restrict__
575 #endif
576
577 /* Define to `unsigned int' if <sys/types.h> does not define. */
578 #undef size_t
579
580 /* type to use in place of socklen_t if not defined */
581 #undef socklen_t
582
583 /* Define to `int' if <sys/types.h> does not define. */
584 #undef ssize_t
585
586 /* Define to `int' if <sys/types.h> doesn't define. */
587 #undef uid_t
588
589 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
590 do not define. */
591 #undef uintmax_t
592
593 #ifndef HAVE_C_BOOL
594 # if !defined __cplusplus && !defined __bool_true_false_are_defined
595 # if HAVE_STDBOOL_H
596 # include <stdbool.h>
597 # else
598 # if defined __SUNPRO_C
599 # error "<stdbool.h> is not usable with this configuration. To make it usable, add -D_STDC_C99= to $CC."
600 # else
601 # error "<stdbool.h> does not exist on this platform. Use gnulib module 'stdbool-c99' instead of gnulib module 'stdbool'."
602 # endif
603 # endif
604 # endif
605 # if !true
606 # define true (!false)
607 # endif
608 #endif
609
610 #include "custom.h"
611
612 #define HAVE_POPEN_H 1