diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-22 18:37:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-22 18:37:52 +0200 |
commit | 20a79b31c9897f825323eedee4c0eb01922d53da (patch) | |
tree | f8bc24ddb36eea4667844de73d452e167e0bb0d5 /pc/config.h | |
parent | a235d1584e1e3ea07ccaa1c4281af53bd1ca41b0 (diff) | |
download | egawk-20a79b31c9897f825323eedee4c0eb01922d53da.tar.gz egawk-20a79b31c9897f825323eedee4c0eb01922d53da.tar.bz2 egawk-20a79b31c9897f825323eedee4c0eb01922d53da.zip |
Add support for %a and %A in printf.
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 e68b84ce..52d5a964 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.1a" +/* 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 |