diff options
author | Micael Karlberg <[email protected]> | 2011-12-16 17:52:39 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-03 18:08:29 +0100 |
commit | f555a1b1ed4461c33a99737136daf2793479425e (patch) | |
tree | a3cfaacf30f69968fa3ddfeff20a0707c822179b /lib/inets/src/inets_app | |
parent | ab2ba6f1b0713fbe5c78f67aeefb73ffc006e995 (diff) | |
download | otp-f555a1b1ed4461c33a99737136daf2793479425e.tar.gz otp-f555a1b1ed4461c33a99737136daf2793479425e.tar.bz2 otp-f555a1b1ed4461c33a99737136daf2793479425e.zip |
[inets/httpd] Add server tokens config option
Added ability to configure the server software
header field (with the server_tokens config option).
OTP-9805
Diffstat (limited to 'lib/inets/src/inets_app')
-rw-r--r-- | lib/inets/src/inets_app/inets.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/inets/src/inets_app/inets.mk b/lib/inets/src/inets_app/inets.mk index 194b4ca2b1..d24cc0aea3 100644 --- a/lib/inets/src/inets_app/inets.mk +++ b/lib/inets/src/inets_app/inets.mk @@ -41,8 +41,6 @@ INETS_APP_VSN_COMPILE_FLAGS = \ +'{parse_transform,sys_pre_attributes}' \ +'{attribute,insert,app_vsn,$(APP_VSN)}' -INETS_FLAGS = -D'SERVER_SOFTWARE="$(APPLICATION)/$(VSN)"' - INETS_ERL_COMPILE_FLAGS += \ -pa $(ERL_TOP)/lib/inets/ebin \ $(INETS_APP_VSN_COMPILE_FLAGS) |