summaryrefslogtreecommitdiff
path: root/main/php_ini.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-05-26 14:17:21 +0800
committerXinchen Hui <laruence@gmail.com>2015-05-26 14:17:21 +0800
commit49b10ee264c88edc4fc52d4ab9ae1ca843be7c1f (patch)
tree37914a2c0af1c7a5a1691d7d2973f9cf0b1263da /main/php_ini.c
parent9f1788f00db71cf06f62b02a24973ce2718efeb6 (diff)
parent770a4629432a8722bd1ad46eee9bccdd00c61e30 (diff)
downloadphp-git-49b10ee264c88edc4fc52d4ab9ae1ca843be7c1f.tar.gz
Merge branch 'master' into merge-fastcgi
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) \
{ \