Tue Dec 26 11:43:53 2000 Earnie Boyd * libc/include/sys/features.h: __CYGWIN__ is preferred over __CYGWIN32__ Index: features.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/sys/features.h,v retrieving revision 1.1 diff -u -3 -r1.1 features.h --- features.h 2000/12/12 01:24:08 1.1 +++ features.h 2000/12/26 16:41:23 @@ -77,7 +77,7 @@ # define _POSIX_VERSION 199009L #endif -#ifdef __CYGWIN32__ +#ifdef __CYGWIN__ # define _POSIX_JOB_CONTROL 1 # define _POSIX_SAVED_IDS 0 # define _POSIX_VERSION 199009L