aboutsummaryrefslogtreecommitdiff
path: root/src/config-riscos.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-25 15:21:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-25 15:21:16 +0000
commit3915fecf80dbf9ca4f55fe90d92035a75c34c04d (patch)
tree69399b0b59782c9f733ee799a681eee0dcdb5099 /src/config-riscos.h
parentf94f06825cf91e30e19b7c94561e5c89cc5915c6 (diff)
USE_MANUAL is now defined by default
Diffstat (limited to 'src/config-riscos.h')
-rw-r--r--src/config-riscos.h3
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