From 6bd252eeb55785fad476ddcb8bff6b48cc2f67f9 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 12 Jun 2000 04:17:45 +0000 Subject: [PATCH] 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 --- configure.in | 1 - modules/generators/mod_cgi.c | 3 --- modules/metadata/mod_cern_meta.c | 3 --- 3 files changed, 7 deletions(-) diff --git a/configure.in b/configure.in index 0f50f9812d..26d62799e7 100644 --- a/configure.in +++ b/configure.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 \ diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index f95b86a177..3321d82d75 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -81,9 +81,6 @@ #include "http_log.h" #include "util_script.h" #include "http_conf_globals.h" -#ifdef HAVE_SYS_STAT_H -#include -#endif #ifdef HAVE_STRING_H #include #endif diff --git a/modules/metadata/mod_cern_meta.c b/modules/metadata/mod_cern_meta.c index cface066a0..ae42c09bf9 100644 --- a/modules/metadata/mod_cern_meta.c +++ b/modules/metadata/mod_cern_meta.c @@ -158,9 +158,6 @@ #ifdef HAVE_SYS_TYPES_H #include #endif -#ifdef HAVE_SYS_STAT_H -#include -#endif #define DIR_CMD_PERMS OR_INDEXES -- 2.40.0