Skip to content

Commit 8126fc9

Browse files
committed
Don't include system headers in php_config.h
1 parent 4ef1c5f commit 8126fc9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

configure.ac

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ AH_TOP([
4343
#define ZEND_DLIMPORT
4444
])
4545
AH_BOTTOM([
46-
#include <stdlib.h>
47-
48-
#ifdef HAVE_SYS_TYPES_H
49-
# include <sys/types.h>
50-
#endif
51-
52-
#ifdef HAVE_SYS_SELECT_H
53-
#include <sys/select.h>
54-
#endif
55-
56-
#include <string.h>
57-
5846
#endif /* PHP_CONFIG_H */
5947
])
6048

0 commit comments

Comments
 (0)