[ https://www.modsecurity.org/tracker/browse/MODSEC-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Breno Silva Pinto resolved MODSEC-357.
--------------------------------------
Resolution: Fixed
> Bad pre-compiling check
> -----------------------
>
> Key: MODSEC-357
> URL: https://www.modsecurity.org/tracker/browse/MODSEC-357
> Project: ModSecurity
> Issue Type: Bug
> Security Level: Normal
> Components: Build System
> Affects Versions: 2.7.1
> Environment: Windows Visual C++ 6.0
> Reporter: Marc Stern
> Assignee: Breno Silva Pinto
> Fix For: 2.7.2
>
>
> In re_operators.c, the following check is performed:
> #if !defined(WIN32) || !defined(WINNT)
> #include <arpa/inet.h>
> #endif
> This should be replaced by
> #if APR_HAVE_ARPA_INET_H
> #include <arpa/inet.h>
> #endif
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|