mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:23:07 +03:00
Michael Curtis adjusted this for RISC OS
This commit is contained in:
parent
c3c8bbd3b2
commit
1a4f72dd4f
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue