diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-22 20:03:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-22 20:03:45 +0200 |
commit | 264ef6a7dad099f3fdb10c7cab88f1d4e6257c96 (patch) | |
tree | ea31ac104d7a903f9c86905abca5b65ceca5493b /pc/config.h | |
parent | 9e06eb5b97fb92f15344a909dfbf7455946564c5 (diff) | |
parent | 047fa8844122d13e2898972c9e0a2332ddddc2f5 (diff) | |
download | egawk-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.h | 3 |
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 |