diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
commit | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch) | |
tree | 84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/opensips | |
parent | 2c3389799c46724a4922179ff70d1230ccbe5b59 (diff) |
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/opensips')
-rw-r--r-- | package/opensips/Config.in | 196 |
1 files changed, 0 insertions, 196 deletions
diff --git a/package/opensips/Config.in b/package/opensips/Config.in deleted file mode 100644 index 31c565218..000000000 --- a/package/opensips/Config.in +++ /dev/null @@ -1,196 +0,0 @@ -#menu "opensips........................... Configurable, free SIP server" - -config ADK_PACKAGE_OPENSIPS - prompt "opensips........................... Configurable, free SIP server" - tristate - default n - select ADK_PACKAGE_LIBOPENSSL - help - Open SIP Express Router (OpenSER) is a high-performance, - configurable, free SIP server. - -config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING - prompt "opensips-mod-acc............... Accounting support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable accounting support - -config ADK_PACKAGE_OPENSIPS_MOD_AUTH - prompt "opensips-mod-auth.............. Authentication support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable authentication support - -config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB - prompt "opensips-mod-auth-db......... Authentication with database support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS_MOD_AUTH - help - Enable authentication with database support - -config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS - prompt "opensips-mod-avpops............ AVP options support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable AVP options support - -config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER - prompt "opensips-mod-dispatcher........ dispatcher support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable dispatcher options support - -config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION - prompt "opensips-mod-diversion......... diversion support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable diversion options support - -config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE - prompt "opensips-mod-flatstore......... flatstore support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable flatstore support - -config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS - prompt "opensips-mod-gflags............ gflags support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable GFlags support - -config ADK_PACKAGE_OPENSIPS_MOD_GROUP - prompt "opensips-mod-group............. group support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable group support - -config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY - prompt "opensips-mod-mediaproxy........ Mediaproxy support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable mediaproxy support - -config ADK_PACKAGE_OPENSIPS_MOD_MSILO - prompt "opensips-mod-msilo............. MSilo support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable msilo support - -config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER - prompt "opensips-mod-nathelper......... NAT helper support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - NAT helper support - -config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS - prompt "opensips-mod-options........... options support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable options support - -config ADK_PACKAGE_OPENSIPS_MOD_PDT - prompt "opensips-mod-pdt............... PDT support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable pdt support - -config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS - prompt "opensips-mod-permissions....... Permissions support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable permissions support - -config ADK_PACKAGE_OPENSIPS_MOD_PIKE - prompt "opensips-mod-pike.............. PIKE support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable pike support - -config ADK_PACKAGE_OPENSIPS_MOD_SMS - prompt "opensips-mod-sms............... SMS support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - SMS support - -config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL - prompt "opensips-mod-speeddial......... Speed Dial support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Speed Dial support - -config ADK_PACKAGE_OPENSIPS_MOD_UAC - prompt "opensips-mod-uac............... UAC support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable UAC support - -config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT - prompt "opensips-mod-uac............... UAC redirect support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable UAC redirect support - -config ADK_PACKAGE_OPENSIPS_MOD_URI - prompt "opensips-mod-uri............... URI support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable URI support - -config ADK_PACKAGE_OPENSIPS_MOD_URI_DB - prompt "opensips-mod-uri-db............ URI database support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable URI database support - -config ADK_PACKAGE_OPENSIPS_MOD_XLOG - prompt "opensips-mod-xlog.............. Logging support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Logging support - -#endmenu |