]> granicus.if.org Git - php/commitdiff
- Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)
authorFelipe Pena <felipe@php.net>
Wed, 17 Jun 2009 16:19:48 +0000 (16:19 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 17 Jun 2009 16:19:48 +0000 (16:19 +0000)
ext/fileinfo/libmagic/cdf.c

index e6de7e1e0b1cbbf4221b2cfc03a708e8da01514e..eecfa1e45204cd143bf9715b6487789f86dcacea 100644 (file)
@@ -47,6 +47,10 @@ FILE_RCSID("@(#)$File: cdf.c,v 1.17 2009/02/03 20:27:51 christos Exp $")
 #include <unistd.h>
 #endif
 
+#ifndef UINT32_MAX
+# define UINT32_MAX (0xffffffff)
+#endif
+
 #include <string.h>
 #include <time.h>
 #include <ctype.h>