mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -71,7 +71,6 @@ stdlib.h \
|
||||
ctype.h \
|
||||
limits.h \
|
||||
unistd.h \
|
||||
sys/stat.h \
|
||||
sys/time.h \
|
||||
sys/types.h \
|
||||
sys/socket.h \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user