]> granicus.if.org Git - apache/commitdiff
Nothing in Apache should be calling stat anymore, so we can remove
authorRyan Bloom <rbb@apache.org>
Mon, 12 Jun 2000 04:17:45 +0000 (04:17 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 12 Jun 2000 04:17:45 +0000 (04:17 +0000)
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

configure.in
modules/generators/mod_cgi.c
modules/metadata/mod_cern_meta.c

index 0f50f9812df8ea075bb75722827da739ba272ff2..26d62799e719b6dc24fb77c09ac7b1364bd2ac82 100644 (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 \
index f95b86a1771ef11e2c2d2fa99283a06fb38f814f..3321d82d752ae74791dca7f6b8abf6e3a97585a9 100644 (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
index cface066a0f659378a59324fe389951ad41c3535..ae42c09bf94483090d023d856f2f3e33add8b3e7 100644 (file)
 #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