summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-11-03 17:30:06 +0100
committerSven Eden <yamakuzure@gmx.net>2017-11-21 07:02:10 +0100
commit7c8473b165e5a0af8a85fc9b40bb9eb319e7554a (patch)
tree7f6ea518691c10b7513e4430a848df0230deb737 /meson_options.txt
parentb605cf820c4831451fd009825a914d6f98045219 (diff)
Add IP address address ACL representation and parser
Add a config directive parser that takes multiple space separated IPv4 or IPv6 addresses with optional netmasks in CIDR notation rvalue and puts a parsed version of it to linked list of IPAddressAccessItem objects. The code actually using this will be added later.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d4d944806..441d22749 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,6 @@ option('rootlibdir', type : 'string',
option('rootprefix', type : 'string',
description : '''override the root prefix''')
#if 0 /// UNNEEDED by elogind
-# Note: See meson.build why we use precompiler masks
# option('link-udev-shared', type : 'boolean',
# description : 'link systemd-udev and its helpers to libsystemd-shared.so')
#