aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-12 14:46:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-12 14:46:12 +0000
commit1d937d62c0aa3c0ef2e500510a44a02af56bd707 (patch)
treee5f68a100adc95b42bf2bd5c3a3b335ecb5ce3c0 /src/config.h.in
parentf3663a9d0f3cf7511e056fafe2e25bca7169d50a (diff)
support configure --disable-manual
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 07ca44cfb..a6b89f3ad 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -91,3 +91,6 @@
/* type to use in place of socklen_t if not defined */
#undef socklen_t
+
+/* Define to 1 if you want the built-in manual */
+#undef USE_MANUAL