From 3915fecf80dbf9ca4f55fe90d92035a75c34c04d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 25 Apr 2004 15:21:16 +0000 Subject: USE_MANUAL is now defined by default --- src/config-netware.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config-netware.h') diff --git a/src/config-netware.h b/src/config-netware.h index 31180ac17..20baa2ac0 100644 --- a/src/config-netware.h +++ b/src/config-netware.h @@ -1,5 +1,8 @@ /* lib/config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you want the built-in manual */ +#define USE_MANUAL 1 + /* to disable DICT */ #undef CURL_DISABLE_DICT -- cgit v1.2.3