summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-07 21:23:18 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-07 21:23:18 -0600
commit6f8c0fcdeb457d11ea80cc3e04d4c4e0bbe4ed98 (patch)
treec71a8aceeda59e5473eaf412a1d4fab89be41aec /include
parentd1300c95499f3b422c2299432eb4acc93cf4618a (diff)
downloadalpine-6f8c0fcdeb457d11ea80cc3e04d4c4e0bbe4ed98.tar.xz
* Changes to configure.ac force all these changes. This includes
changes that are necessary for compilation that did not make it to the previous commit.
Diffstat (limited to 'include')
-rw-r--r--include/config.h.in9
-rw-r--r--include/config.wnt.h6
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 */