Michael Curtis adjusted this for RISC OS

This commit is contained in:
Daniel Stenberg 2002-04-08 22:44:33 +00:00
parent c3c8bbd3b2
commit 1a4f72dd4f
1 changed files with 7 additions and 0 deletions

View 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 */