Added automatic Cygwin detection

[SVN r13663]
This commit is contained in:
John Maddock 2002-05-04 11:06:20 +00:00
parent 688dbda1a7
commit fbecfa9d63

View File

@ -226,7 +226,7 @@ int unlink( char *f ); /* In filevms.c */
# define OS_COHERENT
# define NO_VFORK
# endif
# ifdef __cygwin__
# if defined(__cygwin__) || defined(__CYGWIN__)
# define OSMINOR "OS=CYGWIN"
# define OS_CYGWIN
# endif
@ -520,3 +520,4 @@ extern struct globs globs;
# define DEBUG_PARSE ( globs.debug[ 11 ] ) /* debug parsing */
# define DEBUG_GRAPH ( globs.debug[ 12 ] ) /* debug dependencies */