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 2e61e7bb0..ad041c4ee 100644 --- a/acconfig.h +++ b/acconfig.h @@ -166,6 +166,9 @@ /* Define for Maildir support */ #undef MAILDIR_SUPPORT +/* Define if you want locale features. By default this is defined. */ +#undef CONFIG_LOCALE + /* Define to 1 if your termcap library has the ospeed variable */ #undef HAVE_OSPEED /* Define to 1 if you have ospeed, but it is not defined in termcap.h */ |