diff options
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 |