diff options
author | pixel <pixel> | 2003-01-27 18:07:53 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-27 18:07:53 +0000 |
commit | 715e5efccac0144c48a2f8ae0c8b959506f74a9f (patch) | |
tree | cfbe2de00528d7de42d98cce02ea7c45b6b6e55e /lib | |
parent | a1176b45029cf5c7645627d38dfc96f66ea213f5 (diff) |
paq compressor
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Input.cc | 4 |
1 files changed, 4 insertions, 0 deletions
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 /* |