summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 15:39:52 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 15:39:52 +0000
commit4893c5cce142ffebc108bc92c8c22650d7298746 (patch)
tree296ce87a6ed872a76b689b0fee043ac3ee4610bf /ext/digest
parente7bcd2ee33e3da1fd3989737e4521212b6484b6d (diff)
* ext/digest/defs.h: better support for old Cygwin, again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/defs.h b/ext/digest/defs.h
index bb55d984a2..5cfc77dd24 100644
--- a/ext/digest/defs.h
+++ b/ext/digest/defs.h
@@ -18,7 +18,7 @@
#if defined(HAVE_INTTYPES_H)
# include <inttypes.h>
-#elif !defined __CYGWIN__ || !defined __INTTYPES_DEFINED__
+#elif !defined __CYGWIN__ || !defined __uint8_t_defined
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
# if SIZEOF_LONG == 8