diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 3c6dd02c87..ebc1605516 100644 --- a/acconfig.h +++ b/acconfig.h @@ -20,3 +20,6 @@ /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK + +/* Define if ctime_r takes three arguments */ +#undef CTIME_R_THREE_ARGS |