Added #define of int32 to int for cray. This will almost certainly cause
authorJeremy Allison <jra@samba.org>
Tue, 3 Jul 2001 18:33:12 +0000 (18:33 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 3 Jul 2001 18:33:12 +0000 (18:33 +0000)
the rpc code to fail on the cray....
Jeremy.

source/include/includes.h

index 96688c5217e62e3544ab6b83a64a23e03cbd4b06..c5f4720a5af222f23f46700161ff4a15143a67ae 100644 (file)
@@ -434,6 +434,9 @@ typedef int socklen_t;
 #define int32 long
 #elif (SIZEOF_SHORT == 4)
 #define int32 short
+#else
+/* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
+#define uint32 int
 #endif
 #endif