diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/main/php.h b/main/php.h index 317a048405..066685cf9b 100644 --- a/main/php.h +++ b/main/php.h @@ -230,17 +230,7 @@ typedef unsigned int socklen_t; #include "zend_hash.h" #include "zend_alloc.h" #include "zend_stack.h" - -#if STDC_HEADERS -# include <string.h> -#else -# ifndef HAVE_MEMCPY -# define memcpy(d, s, n) bcopy((s), (d), (n)) -# endif -# ifndef HAVE_MEMMOVE -# define memmove(d, s, n) bcopy ((s), (d), (n)) -# endif -#endif +#include <string.h> #ifndef HAVE_STRERROR char *strerror(int); |