From: Martin Mares Date: Sun, 2 Sep 2001 10:23:27 +0000 (+0000) Subject: Added CPU_64BIT_POINTERS. X-Git-Tag: holmes-import~1475 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3b41138361256d2fa53ae888c21d44532cab8114;p=libucw.git Added CPU_64BIT_POINTERS. --- diff --git a/lib/config.h b/lib/config.h index 608316d5..de3e0a62 100644 --- a/lib/config.h +++ b/lib/config.h @@ -23,6 +23,7 @@ #undef CPU_BIG_ENDIAN #define CPU_ALLOW_UNALIGNED #define CPU_STRUCT_ALIGN 4 +#undef CPU_64BIT_POINTERS /* Paths */