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)
#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