aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-08 22:44:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-08 22:44:33 +0000
commit1a4f72dd4f3b556c0c0bcb9865f1b5f3f21613c3 (patch)
tree2f200c3e9202d50e33472432b530796df56afe04 /src/setup.h
parentc3c8bbd3b2688da8ec674a70eb88ff162e38ec47 (diff)
Michael Curtis adjusted this for RISC OS
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index 395f8e7b5..581b8eca9 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -46,6 +46,9 @@
/* this is not the same as Mac OS X */
#include "config-mac.h"
#endif
+#ifdef __riscos__
+#include "config-riscos.h"
+#endif
#endif
#ifndef OS
@@ -77,4 +80,8 @@ int fileno( FILE *stream);
#endif
#endif
+#ifdef __riscos__
+#define USE_ENVIRONMENT
+#endif
+
#endif /* __SETUP_H */