$NetBSD: patch-aa,v 1.1.1.1 2001/07/01 13:42:06 taca Exp $ --- extconf.rb.orig Fri Nov 3 05:08:42 2000 +++ extconf.rb @@ -1,15 +1,3 @@ require 'mkmf' -i = 0x01020304 - -case [i].pack('l') - when [i].pack('V') - $CFLAGS += " -DLITTLE_ENDIAN" - when [i].pack('N') - $CFLAGS += " -DBIG_ENDIAN" - else - p "Sorry, your machine has an unusual byte order which is not supported." - exit! -end - create_makefile('sha1')