summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-06 05:33:30 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-03 02:28:08 -0500
commit86c2d3093686c4f945086c90af9b8a7900925b6b (patch)
tree3848ed86ba0ec57d7319b84bbf320d1191af3d62 /meson_options.txt
parent1334dd4ad52f8685948066af4798446af6b3e2da (diff)
downloadlighttpd-git-86c2d3093686c4f945086c90af9b8a7900925b6b.tar.gz
[multiple] remove long-deprecated modules
x-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 92c85ec0..c3a2ddeb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,16 +18,6 @@ option('with_fam',
value: false,
description: 'fam/gamin for reducing number of stat() calls [default: off]',
)
-option('with_gdbm',
- type: 'boolean',
- value: false,
- description: 'gdbm storage for mod_trigger_b4_dl [default: off]',
-)
-option('with_geoip',
- type: 'boolean',
- value: false,
- description: 'with GeoIP-support mod_geoip [default: off]',
-)
option('with_gnutls',
type: 'boolean',
value: 'false',
@@ -68,11 +58,6 @@ option('with_mbedtls',
value: 'false',
description: 'with mbedTLS-support [default: off]',
)
-option('with_memcached',
- type: 'boolean',
- value: false,
- description: 'memcached storage for mod_trigger_b4_dl [default: off]',
-)
option('with_mysql',
type: 'boolean',
value: false,