diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 9 | ||||
-rw-r--r-- | include/config.wnt.h | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/include/config.h.in b/include/config.h.in index 5ac7e65b..134b813a 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -79,6 +79,9 @@ #undef DF_HEADER_IN_REPLY /* Default configuration value */ +#undef DF_HTML_DIRECTORY + +/* Default configuration value */ #undef DF_KBLOCK_PASSWD_COUNT /* Default configuration value */ @@ -469,6 +472,9 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK +/* Default extension for html files */ +#undef HTML_EXT + /* Default configuration value */ #undef INBOX_NAME @@ -478,8 +484,7 @@ /* Enable keyboard lock support */ #undef KEYBOARD_LOCK -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Path to local inboxes for pico newmail check */ diff --git a/include/config.wnt.h b/include/config.wnt.h index 7c244822..50d1235e 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -118,6 +118,12 @@ /* Default configuration value */ #define DF_USE_ONLY_DOMAIN_NAME "no" +/* Default configuration value */ +#define DF_HTML_DIRECTORY "alpine-html" + +/* Default extension for html files */ +#define HTML_EXT "htm" + /* Define enable dmalloc debugging */ /* #undef ENABLE_DMALLOC */ |