mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Back out most of the last commit. Keep APR macros seperate from Apache
macros. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user