diff --git a/etc/centos/config.mk.in b/etc/centos/config.mk.in index 8afcb77..dfcb6a6 100644 --- a/etc/centos/config.mk.in +++ b/etc/centos/config.mk.in @@ -7,7 +7,7 @@ WITH_MQTT ?= yes WITH_HTTP ?= yes WITH_LUA ?= yes WITH_PING ?= yes -WITH_KILL ?= no +WITH_KILL ?= yes WITH_ENCRYPT ?= yes WITH_GREENWICH ?= yes diff --git a/etc/debian/config.mk.in b/etc/debian/config.mk.in index 6ff68c7..6fdecea 100644 --- a/etc/debian/config.mk.in +++ b/etc/debian/config.mk.in @@ -7,7 +7,7 @@ WITH_MQTT ?= yes WITH_HTTP ?= yes WITH_LUA ?= yes WITH_PING ?= yes -WITH_KILL ?= no +WITH_KILL ?= yes WITH_ENCRYPT ?= yes WITH_GREENWICH ?= yes