[BACK]Return to gc5_interix.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / gc

File: [local] / OpenXM / src / gc / Attic / gc5_interix.diff (download)

Revision 1.1, Sat Feb 28 15:35:45 2004 UTC (20 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, DEB_REL_1_2_3-9

Add patch for GC 5.3 on Interix system

# $OpenXM: OpenXM/src/gc/gc5_interix.diff,v 1.1 2004/02/28 15:35:45 ohara Exp $
--- gcconfig.h.orig	Sun Feb 22 03:57:51 2004
+++ gcconfig.h	Sat Feb 28 23:36:16 2004
@@ -40,6 +40,10 @@
 
 /* Machine specific parts contributed by various people.  See README file. */
 
+#if defined(__INTERIX)
+#define __CYGWIN__
+#endif
+
 /* First a unified test for Linux: */
 # if defined(linux) || defined(__linux__)
 #  ifndef LINUX