Cygwin recognition fix.
authorBruno Haible <bruno@clisp.org>
Wed, 17 May 2006 10:46:10 +0000 (10:46 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 17 May 2006 10:46:10 +0000 (10:46 +0000)
lib/ChangeLog
lib/stdint_.h

index eb24678..0d11884 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-17  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: Fix recognition of Cygwin.
+
 2006-05-11  Jim Meyering  <jim@meyering.net>
 
        * sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From James Lemley.
index 156bb80..53d8ab1 100644 (file)
@@ -64,7 +64,7 @@
      UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX.  */
 # define _STDINT_H_HAVE_SYSTEM_INTTYPES
 #endif
-#if !((defined(UNIX_CYGWIN32) || defined(__linux__)) && defined(__BIT_TYPES_DEFINED__))
+#if !((defined(__CYGWIN__) || defined(__linux__)) && defined(__BIT_TYPES_DEFINED__))
 # define _STDINT_H_NEED_SIGNED_INT_TYPES
 #endif