|
|
@ -44,8 +44,9 @@
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#if defined WIN32 && !defined __CYGWIN__
|
|
|
|
#if defined WIN32 && !defined __CYGWIN__
|
|
|
|
# define WIN_ENV 1
|
|
|
|
# define WIN_ENV 1
|
|
|
|
#elif 0
|
|
|
|
/* Todo: How to correctly recognize a Mac platform? */
|
|
|
|
/* Todo: How to determine MAC_ENV ? */
|
|
|
|
#elif defined macintosh || defined MACOS_CLASSIC || defined MACOS_X_UNIX || defined MACOS_X || defined MACOS
|
|
|
|
|
|
|
|
# define MAC_ENV 1
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
# define UNIX_ENV 1
|
|
|
|
# define UNIX_ENV 1
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|