]> granicus.if.org Git - php/commitdiff
remove checks
authorSascha Schumann <sas@php.net>
Sun, 22 Aug 1999 18:34:40 +0000 (18:34 +0000)
committerSascha Schumann <sas@php.net>
Sun, 22 Aug 1999 18:34:40 +0000 (18:34 +0000)
Zend/configure.in
Zend/zend.h

index dc3739e7b925769ae3276382c44cafbaf06147af..8f3c3fad1c617fd3c47469e1a7d92841335da577 100644 (file)
@@ -80,8 +80,6 @@ dnl This is required for QNX and may be some BSD derived systems
 AC_CHECK_TYPE( uint, unsigned int )
 AC_CHECK_TYPE( ulong, unsigned long )
 
-AC_CHECK_SIZEOF(void *, 4)
-
 dnl Checks for library functions.
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS(memcpy memmove strdup strerror strcasecmp strstr flock lockf putenv tempnam usleep setlocale gettimeofday setvbuf srand48 lrand48 srandom random link symlink regcomp getlogin cuserid vsnprintf snprintf gcvt utime crypt setitimer rint unsetenv strftime setsockopt tzset statvfs statfs inet_aton getpid kill)
index b5dbe957f2457980512225bb11d9ccc49271e416..220d0eb00285ee7b807ec19ca691689fb12355d9 100644 (file)
 #include "zend_errors.h"
 #include "zend_alloc.h"
 
-/* this is a workaround for a bug in gcc */
-#if SIZEOF_VOID_P == 8 || (1)
 typedef unsigned int zend_bool;
-#else
-typedef unsigned char zend_bool;
-#endif
 
 #undef SUCCESS
 #undef FAILURE