2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Added automatic Cygwin detection

[SVN r13663]
This commit is contained in:
John Maddock
2002-05-04 11:06:20 +00:00
parent 424eb63499
commit 77720caa8d
2 changed files with 4 additions and 2 deletions

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 */

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 */