diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-25 15:21:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-25 15:21:16 +0000 |
commit | 3915fecf80dbf9ca4f55fe90d92035a75c34c04d (patch) | |
tree | 69399b0b59782c9f733ee799a681eee0dcdb5099 /src/config-riscos.h | |
parent | f94f06825cf91e30e19b7c94561e5c89cc5915c6 (diff) | |
download | curl-3915fecf80dbf9ca4f55fe90d92035a75c34c04d.tar.gz |
USE_MANUAL is now defined by default
Diffstat (limited to 'src/config-riscos.h')
-rw-r--r-- | src/config-riscos.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |