Annotation of OpenXM/src/gc/gc5_interix.diff, Revision 1.1
1.1 ! ohara 1: # $OpenXM$
! 2: --- gcconfig.h.orig Sun Feb 22 03:57:51 2004
! 3: +++ gcconfig.h Sat Feb 28 23:36:16 2004
! 4: @@ -40,6 +40,10 @@
! 5:
! 6: /* Machine specific parts contributed by various people. See README file. */
! 7:
! 8: +#if defined(__INTERIX)
! 9: +#define __CYGWIN__
! 10: +#endif
! 11: +
! 12: /* First a unified test for Linux: */
! 13: # if defined(linux) || defined(__linux__)
! 14: # ifndef LINUX
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>