1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

@ -46,6 +46,9 @@
/* this is not the same as Mac OS X */ /* this is not the same as Mac OS X */
#include "config-mac.h" #include "config-mac.h"
#endif #endif
#ifdef __riscos__
#include "config-riscos.h"
#endif
#endif #endif
#ifndef OS #ifndef OS
@ -77,4 +80,8 @@ int fileno( FILE *stream);
#endif #endif
#endif #endif
#ifdef __riscos__
#define USE_ENVIRONMENT
#endif
#endif /* __SETUP_H */ #endif /* __SETUP_H */