IIS: Creates IIS_VERSION definition

This definition is currently used in two different circumstances: Report with
accuracy that the server is an IIS  (status call), and also show the amount of
loaded remote rules on the windows logs. Different from Apache which loads the
rules twice, IIS just do it once.
This commit is contained in:
Felipe Zimmerle
2014-12-05 05:50:27 -08:00
parent 6c0cdab35a
commit f6d6cea015
4 changed files with 17 additions and 1 deletions

View File

@@ -19,6 +19,11 @@ LIBS = $(APACHE)\lib\libhttpd.lib \
###########################################################################
###########################################################################
!IF "$(IIS_BUILD)" == "yes"
DEFS=$(DEFS) -DVERSION_IIS
!ENDIF
CC = CL
MT = mt