conf: Document swanctl options

This commit is contained in:
Tobias Brunner 2014-06-27 15:47:34 +02:00
parent 4d066ef7fc
commit 38f27e172c
3 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ options = \
options/pool.opt \
options/scepclient.opt \
options/starter.opt \
options/swanctl.opt \
options/tnc.opt
plugins = \

2
conf/options/swanctl.opt Normal file
View File

@ -0,0 +1,2 @@
swanctl.load =
Plugins to load in swanctl.

View File

@ -1531,6 +1531,7 @@ AM_COND_IF([USE_MANAGER], [strongswan_options=${strongswan_options}" manager"])
AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"])
AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"])
AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"])
AM_COND_IF([USE_SWANCTL], [strongswan_options=${strongswan_options}" swanctl"])
AC_SUBST(strongswan_options)