From c444c4172f219b7461e2d38e1bbd87f9eeb2a0cd Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 25 May 2015 13:47:31 +0200 Subject: further cleanups with S_IF* macros generalized declarations --- main/php_ini.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/php_ini.c') diff --git a/main/php_ini.c b/main/php_ini.c index 80d34848f8..99919ca56e 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -37,10 +37,6 @@ #include #endif -#ifndef S_ISREG -#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) -#endif - #ifdef PHP_WIN32 #define TRANSLATE_SLASHES_LOWER(path) \ { \ -- cgit v1.2.1