mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:33:32 +03:00
somewhat protect Mac OS X users from using Mac OS 9 config file
This commit is contained in:
parent
29f7f468ce
commit
62519bfe05
4 changed files with 26 additions and 4 deletions
|
|
@ -46,8 +46,8 @@
|
|||
#include "config-win32.h"
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#include "config-mac.h"
|
||||
#if defined(macintosh) && defined(__MRC__)
|
||||
# include "config-mac.h"
|
||||
#endif
|
||||
|
||||
#ifdef __riscos__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue