aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:14:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:14:38 +0300
commitfae4762eba9ff7bb466a600130e9c90eaac6b0bc (patch)
tree62711fe7cd511824b5f8a90ba1ba7b523d42e127 /acconfig.h
parentbc70de7b3302d5a81515b901cae376b8b51d2004 (diff)
downloadegawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.gz
egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.bz2
egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.zip
Move to gawk-3.1.1.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 10ad23a0..dce2b0c6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -33,6 +33,8 @@
#undef DYNAMIC /* allow dynamic addition of builtins */
#undef STRTOD_NOT_C89 /* strtod doesn't have C89 semantics */
#undef ssize_t /* signed version of size_t */
+#undef USE_INCLUDED_STRFTIME /* force use of our version of strftime */
+#undef TIME_T_IN_SYS_TYPES_H /* some systems define this type here */
@BOTTOM@