From: Daniel Stenberg Date: Mon, 8 Apr 2002 22:44:33 +0000 (+0000) Subject: Michael Curtis adjusted this for RISC OS X-Git-Tag: upstream/7.37.1~15580 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a4f72dd4f3b556c0c0bcb9865f1b5f3f21613c3;p=platform%2Fupstream%2Fcurl.git Michael Curtis adjusted this for RISC OS --- diff --git a/src/setup.h b/src/setup.h index 395f8e7b5..581b8eca9 100644 --- a/src/setup.h +++ b/src/setup.h @@ -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 */