Michael Curtis adjusted this for RISC OS
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Apr 2002 22:44:33 +0000 (22:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Apr 2002 22:44:33 +0000 (22:44 +0000)
src/setup.h

index 395f8e7..581b8ec 100644 (file)
@@ -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 */