]> granicus.if.org Git - apache/commitdiff
Back out most of the last commit. Keep APR macros seperate from Apache
authorBill Stoddard <stoddard@apache.org>
Fri, 21 Jan 2000 01:25:25 +0000 (01:25 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 21 Jan 2000 01:25:25 +0000 (01:25 +0000)
macros.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84504 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4
include/httpd.h

index 3df2330496157d45bc368356a1944a1f3c6ae0dd..195270220a35e0381612aa6917f868433c7c6666 100644 (file)
@@ -157,7 +157,7 @@ AC_DEFUN(APACHE_INADDR_NONE,[
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
-#if APR_HAVE_NETINET_IN_H
+#ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
 #ifdef HAVE_ARPA_INET_H
index a1aa55eab9e96b70becbe0a2f4f368bbf575f933..51a8d05810cbaa4bb76d6581a35ff243d3b0de08 100644 (file)
@@ -81,7 +81,7 @@ extern "C" {
 #include "ap.h"
 #include "ap_mmn.h"
 
-#if APR_HAVE_NETINET_IN_H
+#ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif