summaryrefslogtreecommitdiff
path: root/pith/conf.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-07-03 02:14:33 -0600
committerEduardo Chappa <chappa@washington.edu>2020-07-03 02:14:33 -0600
commitf6a3f80237f4b565e97aa72130444d8262c723b8 (patch)
treecc25d85a4bc4900fd22961a40f56a55b04a23a30 /pith/conf.h
parent55740c0e9b40562cbc8081ce32b2a542392fd12b (diff)
downloadalpine-f6a3f80237f4b565e97aa72130444d8262c723b8.tar.xz
* Experimental: Elimination of the w32 build code for PC-Alpine.
Now w32 and wnt are the same code, so we are only left with wnt and wxp.
Diffstat (limited to 'pith/conf.h')
-rw-r--r--pith/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/conf.h b/pith/conf.h
index e9023cc4..bd72563b 100644
--- a/pith/conf.h
+++ b/pith/conf.h
@@ -133,7 +133,7 @@
#define VAR_COLOR_STYLE vars[V_COLOR_STYLE].current_val.p
#define GLO_COLOR_STYLE vars[V_COLOR_STYLE].global_val.p
#endif
-#if !defined(_WINDOWS) || defined(WINDOWS_LIBRESSL_CERTS)
+#if !defined(_WINDOWS) || defined(WINDOWS_UNIXSSL_CERTS)
#define VAR_SSLCAPATH vars[V_SSLCAPATH].current_val.l
#define GLO_SSLCAPATH vars[V_SSLCAPATH].global_val.l
#define VAR_SSLCAFILE vars[V_SSLCAFILE].current_val.l
@@ -918,7 +918,7 @@ char **get_supported_options(void);
unsigned reset_startup_rule(MAILSTREAM *);
void free_pinerc_lines(PINERC_LINE **);
void panic1(char *, char *);
-#if !defined(_WINDOWS) || defined(WINDOWS_LIBRESSL_CERTS)
+#if !defined(_WINDOWS) || defined(WINDOWS_UNIXSSL_CERTS)
void set_system_certs_path(struct pine *);
void set_system_certs_container(struct pine *);
#endif