diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-07 21:23:18 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-07 21:23:18 -0600 |
commit | 6f8c0fcdeb457d11ea80cc3e04d4c4e0bbe4ed98 (patch) | |
tree | c71a8aceeda59e5473eaf412a1d4fab89be41aec /include/config.wnt.h | |
parent | d1300c95499f3b422c2299432eb4acc93cf4618a (diff) | |
download | alpine-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/config.wnt.h')
-rw-r--r-- | include/config.wnt.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |