mirror of
https://github.com/curl/curl.git
synced 2025-09-13 07:32:38 +03:00
Michael Curtis adjusted this for RISC OS
This commit is contained in:
parent
c3c8bbd3b2
commit
1a4f72dd4f
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user