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 eb24678fef800482b2619400083c4db61da26152..0d118849b35b2c8fee0d62c9a80dfb32bca3005a 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 156bb80a01f5ce08b418c5b8d5aff9ba5b454583..53d8ab1e8b87e4297251476a953807880e866772 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