summaryrefslogtreecommitdiffstats
path: root/contrib/awk/acconfig.h
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-09-27 08:51:04 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-09-27 08:51:04 +0000
commitb725e888cf822f521a9b7e26005b40c6d57beda4 (patch)
tree80d722fe88f0d4797e912358c9280a6b7186fc89 /contrib/awk/acconfig.h
parenta46c41193ff2573a4c910e19b570e9c253e714a1 (diff)
downloadFreeBSD-src-b725e888cf822f521a9b7e26005b40c6d57beda4.zip
FreeBSD-src-b725e888cf822f521a9b7e26005b40c6d57beda4.tar.gz
Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-
management problem involving custom print formats. PR: 13615 Reported by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
Diffstat (limited to 'contrib/awk/acconfig.h')
-rw-r--r--contrib/awk/acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/awk/acconfig.h b/contrib/awk/acconfig.h
index 05f3c61..db80a4c 100644
--- a/contrib/awk/acconfig.h
+++ b/contrib/awk/acconfig.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1995-1997 the Free Software Foundation, Inc.
+ * Copyright (C) 1995-1999 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -30,6 +30,9 @@
#undef SPRINTF_RET /* return type of sprintf */
#undef BITOPS /* bitwise ops (undocumented feature) */
#undef NONDECDATA /* non-decimal input data (undocumented feature) */
+#undef _FILE_OFFSET_BITS /* bits in a file offset, where this matters */
+#undef _LARGEFILE_SOURCE /* makes fseeko etc. visible on some hosts */
+#undef _LARGE_FILES /* emables large files on AIX-style hosts */
@BOTTOM@
OpenPOWER on IntegriCloud