* FPCAPACHE_1_13 or FPCAPACHE_2_0 define will determine what Apache version is taken

git-svn-id: trunk@9588 -
This commit is contained in:
michael 2007-12-30 20:42:32 +00:00
parent 1b0307ae5c
commit ac7f8dee39

View File

@ -297,6 +297,16 @@ $CPUCROSSIFDEF2
# searchpath for includefiles
#-Fi/pp/inc;/pp/rtl/inc
#IFDEF FPCAPACHE_1_13
-Fu$1/units/\$fpctarget/httpd-1.3/
#ELSE
#IFDEF FPCAPACHE_2_0
-Fu$1/units/\$fpctarget/httpd-2.0
#ELSE
-Fu$1/units/\$fpctarget/httpd-2.2
#ENDIF
#ENDIF
# searchpath for units and other system dependent things
-Fu$FPCPATH/units/\$fpctarget
-Fu$FPCPATH/units/\$fpctarget/*