diff options
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 32f8429345..b801e1408c 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -449,7 +449,9 @@ typedef int socklen_t; #define uint32 unsigned long #elif (SIZEOF_SHORT == 4) #define uint32 unsigned short -#endif +#else +/* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */ +#define uint32 unsigned #endif /* |