1/********************************************
2config_h.in
3copyright 2009-2014,2016 Thomas E. Dickey
4 vile:cmode
5
6This is a source file for mawk, an implementation of
7the AWK programming language.
8
9Mawk is distributed without warranty under the terms of
10the GNU General Public License, version 2, 1991.
11********************************************/
12
13/*
14 * $MawkId: config_h.in,v 1.30 2016/09/05 14:01:37 tom Exp $
15 * template for config.h
16 */
17
18#undef DECL_ENVIRON
19#undef FPE_TRAPS_ON
20#undef GCC_NORETURN
21#undef GCC_PRINTF
22#undef GCC_PRINTFLIKE
23#undef GCC_SCANF
24#undef GCC_SCANFLIKE
25#undef GCC_UNUSED
26#undef HAVE_BSD_STDLIB_H
27#undef HAVE_ERRNO_H
28#undef HAVE_FCNTL_H
29#undef HAVE_FORK
30#undef HAVE_ISNAN
31#undef HAVE_MATHERR
32#undef HAVE_MATH__LIB_VERSION
33#undef HAVE_MKTIME
34#undef HAVE_PIPE
35#undef HAVE_REAL_PIPES
36#undef HAVE_REGEXPR_H_FUNCS
37#undef HAVE_REGEXP_H_FUNCS
38#undef HAVE_REGEX_H_FUNCS
39#undef HAVE_SIGACTION
40#undef HAVE_SIGACTION_SA_SIGACTION
41#undef HAVE_SIGINFO_H
42#undef HAVE_STRFTIME
43#undef HAVE_STRTOD_OVF_BUG
44#undef HAVE_SYS_WAIT_H
45#undef HAVE_TDESTROY
46#undef HAVE_TSEARCH
47#undef HAVE_UNISTD_H
48#undef HAVE_WAIT
49#undef LOCALE
50#undef MAWK_RAND_MAX
51#undef MAX__INT
52#undef MAX__LONG
53#undef MAX__UINT
54#undef NAME_RANDOM
55#undef NOINFO_SIGFPE
56#undef NO_LEAKS
57#undef SIZE_T_STDDEF_H
58#undef SIZE_T_TYPES_H
59#undef SYSTEM_NAME
60#undef TURN_OFF_FPE_TRAPS
61#undef TURN_ON_FPE_TRAPS
62#undef USE_IEEEFP_H
63#undef YY_NO_LEAKS
64#undef const
65#undef mawk_rand
66#undef mawk_srand
67
68#ifndef GCC_NORETURN
69#define GCC_NORETURN /* nothing */
70#endif
71
72#ifndef GCC_UNUSED
73#define GCC_UNUSED /* nothing */
74#endif
75
76#ifndef OPT_TRACE
77#define OPT_TRACE 0
78#endif
79