]> granicus.if.org Git - apache/commit
We where mixing #if USE_SSL en #ifdef USE_SSL. Since there where
authorDirk-Willem van Gulik <dirkx@apache.org>
Thu, 11 Jul 2002 13:44:12 +0000 (13:44 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Thu, 11 Jul 2002 13:44:12 +0000 (13:44 +0000)
commit45aec24eded370b8568e0109a0dce0a54aba9c3f
tree22e3c314b0c4c0bc86b08e23afba27f19665dd73
parent377e1a7d8e9ae81c59693aa118472d3e0d97823c
We where mixing #if USE_SSL en #ifdef USE_SSL. Since there where
many more #ifdef's than #if's - Converted the minority to the majority.

Note however that the APR_* defines are usually set to '=1'. So this is
not quite consistent. (I.e. CFLAGS=-DUSE_SSL or CFLAGS=-DUSE_SSL=1).

Dw.

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