1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Cygwin recognition fix.

This commit is contained in:
Bruno Haible
2006-05-17 10:46:10 +00:00
parent d5d5cf5933
commit 8bf3eb7ff3
2 changed files with 5 additions and 1 deletions
+4
View 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.
+1 -1
View 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