From 1d937d62c0aa3c0ef2e500510a44a02af56bd707 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Feb 2004 14:46:12 +0000 Subject: support configure --disable-manual --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') 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 -- cgit v1.2.3