Skip to content
Snippets Groups Projects
Commit 1a4f72dd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Michael Curtis adjusted this for RISC OS

parent c3c8bbd3
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment