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-riscos.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config-riscos.h') diff --git a/src/config-riscos.h b/src/config-riscos.h index 79e1974bb..46de289b9 100644 --- a/src/config-riscos.h +++ b/src/config-riscos.h @@ -11,6 +11,9 @@ /* Define cpu-machine-OS */ #define OS "ARM-RISC OS" +/* Define to 1 if you want the built-in manual */ +#define USE_MANUAL 1 + /* Define if you have the gethostbyaddr_r() function with 5 arguments */ #undef HAVE_GETHOSTBYADDR_R_5 -- cgit v1.2.3