diff options
Diffstat (limited to 'ext/fileinfo/fileinfo.c')
-rw-r--r-- | ext/fileinfo/fileinfo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index 40df99df47..8663372de3 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -39,10 +39,6 @@ #include "fopen_wrappers.h" /* needed for is_url */ #include "Zend/zend_exceptions.h" -#ifndef _S_IFDIR -# define _S_IFDIR S_IFDIR -#endif - /* {{{ macros and type definitions */ typedef struct _php_fileinfo { zend_long options; |