summaryrefslogtreecommitdiff
path: root/main/php_ini.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-25 13:47:31 +0200
committerAnatol Belski <ab@php.net>2015-05-25 18:03:28 +0200
commitc444c4172f219b7461e2d38e1bbd87f9eeb2a0cd (patch)
treef2cd1de69efe091997abe30d239dff3a1cbbb5c7 /main/php_ini.c
parentcfadcfc73486828b53ec45217fd00659a1a2e918 (diff)
downloadphp-git-c444c4172f219b7461e2d38e1bbd87f9eeb2a0cd.tar.gz
further cleanups with S_IF* macros generalized declarations
Diffstat (limited to 'main/php_ini.c')
-rw-r--r--main/php_ini.c4
1 files changed, 0 insertions, 4 deletions
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 <dirent.h>
#endif
-#ifndef S_ISREG
-#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
-#endif
-
#ifdef PHP_WIN32
#define TRANSLATE_SLASHES_LOWER(path) \
{ \