aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-03-22 20:03:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-03-22 20:03:45 +0200
commit264ef6a7dad099f3fdb10c7cab88f1d4e6257c96 (patch)
treeea31ac104d7a903f9c86905abca5b65ceca5493b /pc/config.h
parent9e06eb5b97fb92f15344a909dfbf7455946564c5 (diff)
parent047fa8844122d13e2898972c9e0a2332ddddc2f5 (diff)
downloadegawk-264ef6a7dad099f3fdb10c7cab88f1d4e6257c96.tar.gz
egawk-264ef6a7dad099f3fdb10c7cab88f1d4e6257c96.tar.bz2
egawk-264ef6a7dad099f3fdb10c7cab88f1d4e6257c96.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h
index 17c2c18a..d7c25142 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -473,6 +473,9 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.2.60"
+/* Define to 1 if *printf supports %a format */
+#define PRINTF_HAS_A_FORMAT 1
+
/* Define to 1 if *printf supports %F format */
#ifdef __DJGPP__
#define PRINTF_HAS_F_FORMAT 1