MacOS 10.6 support update
[openafs.git] / src / des / conf-darwin.h
1 #define BITS32
2 #define BIG
3 #undef BSDUNIX
4 #if defined(__ppc__) || defined(__ppc64__)
5 #define MSBFIRST
6 #elif defined(__i386__) || defined(__amd64__)
7 #define LSBFIRST
8 #else
9 #error "MSBFIRST or LSBFIRST undefined"
10 #endif
11 #define MUSTALIGN
12 #if !defined(KERNEL) && defined(AFS_DARWIN80_ENV)
13 extern int _darwin_swap_long_bytes_bit_number(afs_uint32 x);
14 extern char *_darwin_whichstr[];
15 extern int _darwin_which;
16 #endif /* !KERNEL && AFS_DARWIN80_ENV */