[BACK]Return to gc_interix.diff CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Annotation of OpenXM_contrib2/asir2000/gc_interix.diff, Revision 1.1

1.1     ! ohara       1: # $OpenXM$
        !             2: --- include/private/gc_priv.h.orig     Tue Jun 24 14:11:42 2003
        !             3: +++ include/private/gc_priv.h  Thu Feb 26 08:10:31 2004
        !             4: @@ -19,6 +19,10 @@
        !             5:  # ifndef GC_PRIVATE_H
        !             6:  # define GC_PRIVATE_H
        !             7:
        !             8: +#if defined(__INTERIX)
        !             9: +#define __CYGWIN__
        !            10: +#endif
        !            11: +
        !            12:  #if defined(mips) && defined(SYSTYPE_BSD) && defined(sony_news)
        !            13:      /* sony RISC NEWS, NEWSOS 4 */
        !            14:  #   define BSD_TIME

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>