Commit 1a4f72dd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Michael Curtis adjusted this for RISC OS

parent c3c8bbd3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 */