From 715e5efccac0144c48a2f8ae0c8b959506f74a9f Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 27 Jan 2003 18:07:53 +0000 Subject: paq compressor --- lib/Input.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/Input.cc b/lib/Input.cc index 6644dd0..4648d91 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -20,7 +20,11 @@ #define S_ISREG(x) 1 #endif +#ifdef WORDS_BIGENDIAN +#define BUILTIN_SIG 0x4e504151 +#else #define BUILTIN_SIG 0x5141504e +#endif /* -- cgit v1.2.3