diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:49:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:49:45 +0300 |
commit | 6607eb3d5e40b98d2acc8f6b0d6a0b5a4b0f56bd (patch) | |
tree | c1eb39be8cc5c19101385e171ec0c58f95d521cc /configh.in | |
parent | 6719bb6e1c5576e857ab6fc121ec31a75161a3e7 (diff) | |
download | gawk-6607eb3d5e40b98d2acc8f6b0d6a0b5a4b0f56bd.tar.gz |
Move to gawk-3.0.3.gawk-3.0.3
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ */ /* - * Copyright (C) 1995, 96 the Free Software Foundation, Inc. + * Copyright (C) 1995-1997 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -128,6 +128,8 @@ #undef HAVE_STRINGIZE /* can use ANSI # operator in cpp */ #undef REGEX_MALLOC /* use malloc instead of alloca in regex.c */ #undef SPRINTF_RET /* return type of sprintf */ +#undef BITOPS /* bitwise ops (undocumented feature) */ +#undef NONDECDATA /* non-decimal input data (undocumented feature) */ /* Define if you have the fmod function. */ #undef HAVE_FMOD |