--- cltypes.h.orig	2004-01-29 11:06:19.274682696 +0000
+++ cltypes.h	2004-01-29 11:07:03.363980104 +0000
@@ -39,9 +39,9 @@
     typedef unsigned short uint16_t;    typedef signed short int16_t;
 # endif
 
-# if defined SIZEOF_INT == 4
+# if SIZEOF_INT == 4
     typedef unsigned int uint32_t;      typedef signed int int32_t;
-# elif defined SIZEOF_LONG == 4
+# elif SIZEOF_LONG == 4
     typedef unsigned long uint32_t;     typedef signed long int32_t;
 # else
 #   error unable to typedef int32_t from either int or long
