]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Follow-up to r1702948:
authorJeff Trawick <trawick@apache.org>
Sat, 3 Oct 2015 14:55:43 +0000 (14:55 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 3 Oct 2015 14:55:43 +0000 (14:55 +0000)
commit69deb8019035f9b8ba6d9860fc9f682a400a4648
treeee132ce044f945a16ea20ac455e33d85b8a7bb82
parentcfabdeb78edc1c9d9dbfbc3fd511563285b1a11c
Follow-up to r1702948:

APR_HAVE_foo is checked via #if, not #ifdef (since it should always be
defined, to either 0 or 1)

This fixes a compile error on Windows introduced by r1702948
as well as straightens up two long-time glitches.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706595 13f79535-47bb-0310-9956-ffa450edef68
include/scoreboard.h
modules/filters/regexp.c
modules/ssl/ssl_private.h