From 7c5e901f4df3238c5b0804c792483dde3da7e49d Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 10 Feb 2005 22:19:55 +0000 Subject: [PATCH] - Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t') --- Zend/zend_strtod.c | 4 ---- configure.in | 1 - 2 files changed, 5 deletions(-) diff --git a/Zend/zend_strtod.c b/Zend/zend_strtod.c index 4891c33666..cd60232c1b 100644 --- a/Zend/zend_strtod.c +++ b/Zend/zend_strtod.c @@ -134,10 +134,6 @@ typedef unsigned long int uint32_t; #define IEEE_LITTLE_ENDIAN #endif -#ifdef HAVE_SYS_BITYPES_H -#include -#endif - #define Long int32_t #define ULong uint32_t diff --git a/configure.in b/configure.in index c351d59f1f..717f20d98b 100644 --- a/configure.in +++ b/configure.in @@ -371,7 +371,6 @@ stdlib.h \ string.h \ syslog.h \ sysexits.h \ -sys/bitypes.h \ sys/ioctl.h \ sys/file.h \ sys/mman.h \ -- 2.50.1