summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 1ca56cded..9b871ec3c 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -22,6 +22,11 @@
/* Cookies */
#define WITH_COOKIES
+/* SSL */
+#if !defined(small)
+#define WITH_SSL
+#endif
+
/* Image renderering modules */
#define WITH_JPEG
#define WITH_MNG