mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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 */
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user