mirror of
https://github.com/ThomasDickey/mawk-snapshots.git
synced 2026-01-27 03:14:29 +00:00
77 lines
1.6 KiB
Plaintext
77 lines
1.6 KiB
Plaintext
/********************************************
|
|
config_h.in
|
|
copyright 2009-2012,2013 Thomas E. Dickey
|
|
|
|
This is a source file for mawk, an implementation of
|
|
the AWK programming language.
|
|
|
|
Mawk is distributed without warranty under the terms of
|
|
the GNU General Public License, version 2, 1991.
|
|
********************************************/
|
|
|
|
/*
|
|
* $MawkId: config_h.in,v 1.27 2013/12/27 00:43:02 tom Exp $
|
|
* vile:cmode
|
|
* template for config.h
|
|
*/
|
|
|
|
#undef DECL_ENVIRON
|
|
#undef FPE_TRAPS_ON
|
|
#undef GCC_NORETURN
|
|
#undef GCC_PRINTF
|
|
#undef GCC_PRINTFLIKE
|
|
#undef GCC_SCANF
|
|
#undef GCC_SCANFLIKE
|
|
#undef GCC_UNUSED
|
|
#undef HAVE_ERRNO_H
|
|
#undef HAVE_FCNTL_H
|
|
#undef HAVE_FORK
|
|
#undef HAVE_ISNAN
|
|
#undef HAVE_MATHERR
|
|
#undef HAVE_MATH__LIB_VERSION
|
|
#undef HAVE_MKTIME
|
|
#undef HAVE_PIPE
|
|
#undef HAVE_REAL_PIPES
|
|
#undef HAVE_REGEXPR_H_FUNCS
|
|
#undef HAVE_REGEXP_H_FUNCS
|
|
#undef HAVE_REGEX_H_FUNCS
|
|
#undef HAVE_SIGACTION
|
|
#undef HAVE_SIGACTION_SA_SIGACTION
|
|
#undef HAVE_SIGINFO_H
|
|
#undef HAVE_STRFTIME
|
|
#undef HAVE_STRTOD_OVF_BUG
|
|
#undef HAVE_SYS_WAIT_H
|
|
#undef HAVE_TDESTROY
|
|
#undef HAVE_TSEARCH
|
|
#undef HAVE_UNISTD_H
|
|
#undef HAVE_WAIT
|
|
#undef LOCALE
|
|
#undef MAWK_RAND_MAX
|
|
#undef MAX__INT
|
|
#undef MAX__LONG
|
|
#undef MAX__UINT
|
|
#undef NOINFO_SIGFPE
|
|
#undef NO_LEAKS
|
|
#undef SIZE_T_STDDEF_H
|
|
#undef SIZE_T_TYPES_H
|
|
#undef SYSTEM_NAME
|
|
#undef TURN_OFF_FPE_TRAPS
|
|
#undef TURN_ON_FPE_TRAPS
|
|
#undef USE_IEEEFP_H
|
|
#undef YY_NO_LEAKS
|
|
#undef const
|
|
#undef mawk_rand
|
|
#undef mawk_srand
|
|
|
|
#ifndef GCC_NORETURN
|
|
#define GCC_NORETURN /* nothing */
|
|
#endif
|
|
|
|
#ifndef GCC_UNUSED
|
|
#define GCC_UNUSED /* nothing */
|
|
#endif
|
|
|
|
#ifndef OPT_TRACE
|
|
#define OPT_TRACE 0
|
|
#endif
|