Nothing in Apache should be calling stat anymore, so we can remove

the check for sys/stat.h and all references to the resulting macro.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-06-12 04:17:45 +00:00
parent 06ec9982bb
commit 6bd252eeb5
3 changed files with 0 additions and 7 deletions

View File

@ -71,7 +71,6 @@ stdlib.h \
ctype.h \
limits.h \
unistd.h \
sys/stat.h \
sys/time.h \
sys/types.h \
sys/socket.h \

View File

@ -81,9 +81,6 @@
#include "http_log.h"
#include "util_script.h"
#include "http_conf_globals.h"
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif

View File

@ -158,9 +158,6 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#define DIR_CMD_PERMS OR_INDEXES