ruby--ruby/ext/digest/sha2
knu 6a581e6317 * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
error to fail.

* ext/digest/sha2/extconf.rb: Do not exit on error, and utilize
  NO_UINT64_T to detect if the system has a 64bit integer type.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-08-14 17:04:00 +00:00
..
.cvsignore Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
MANIFEST Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
extconf.rb * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an 2001-08-14 17:04:00 +00:00
sha2.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha2.h Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha2hl.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
sha2init.c Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00