blob: f75fe9db7081ce384b78f66bd71bd0412b8e62fc [file] [log] [blame]
Simon Kelleyaff33962015-01-31 20:13:40 +00001/* dnsmasq is Copyright (c) 2000-2015 Simon Kelley
Simon Kelley9e4abcb2004-01-22 19:47:41 +00002
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
Simon Kelley824af852008-02-12 20:43:05 +00005 the Free Software Foundation; version 2 dated June, 1991, or
6 (at your option) version 3 dated 29 June, 2007.
7
Simon Kelley9e4abcb2004-01-22 19:47:41 +00008 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
Simon Kelley824af852008-02-12 20:43:05 +000012
Simon Kelley73a08a22009-02-05 20:28:08 +000013 You should have received a copy of the GNU General Public License
14 along with this program. If not, see <http://www.gnu.org/licenses/>.
Simon Kelley9e4abcb2004-01-22 19:47:41 +000015*/
16
Simon Kelley208b65c2006-08-05 21:41:37 +010017#define FTABSIZ 150 /* max number of outstanding requests (default) */
Simon Kelleyfeba5c12004-07-27 20:28:58 +010018#define MAX_PROCS 20 /* max no children for TCP requests */
19#define CHILD_LIFETIME 150 /* secs 'till terminated (RFC1035 suggests > 120s) */
Simon Kelley25cf5e32015-01-09 15:53:03 +000020#define TCP_MAX_QUERIES 100 /* Maximum number of queries per incoming TCP connection */
Simon Kelley316e2732010-01-22 20:16:09 +000021#define EDNS_PKTSZ 4096 /* default max EDNS.0 UDP packet from RFC5625 */
Simon Kelleya77cec82015-05-08 16:25:38 +010022#define SAFE_PKTSZ 1280 /* "go anywhere" UDP packet size */
Simon Kelleyf8b422a2014-03-02 12:46:51 +000023#define KEYBLOCK_LEN 40 /* choose to mininise fragmentation when storing DNSSEC keys */
Simon Kelley7fa836e2014-02-10 20:11:24 +000024#define DNSSEC_WORK 50 /* Max number of queries to validate one question */
Simon Kelley16972692006-10-16 20:04:18 +010025#define TIMEOUT 10 /* drop UDP queries after TIMEOUT seconds */
Simon Kelley1f15b812009-10-13 17:49:32 +010026#define FORWARD_TEST 50 /* try all servers every 50 queries */
Simon Kelley28866e92011-02-14 20:19:14 +000027#define FORWARD_TIME 20 /* or 20 seconds */
Simon Kelley1a6bca82008-07-11 11:11:42 +010028#define RANDOM_SOCKS 64 /* max simultaneous random ports */
Simon Kelleycdeda282006-03-16 20:16:06 +000029#define LEASE_RETRY 60 /* on error, retry writing leasefile after LEASE_RETRY seconds */
Simon Kelley9e4abcb2004-01-22 19:47:41 +000030#define CACHESIZ 150 /* default cache size */
RinSatsuki28de3872015-01-10 15:22:21 +000031#define TTL_FLOOR_LIMIT 3600 /* don't allow --min-cache-ttl to raise TTL above this under any circumstances */
Simon Kelley316e2732010-01-22 20:16:09 +000032#define MAXLEASES 1000 /* maximum number of DHCP leases */
Simon Kelley5e9e0ef2006-04-17 14:24:29 +010033#define PING_WAIT 3 /* wait for ping address-in-use test */
34#define PING_CACHE_TIME 30 /* Ping test assumed to be valid this long. */
Simon Kelley849a8352006-06-09 21:02:31 +010035#define DECLINE_BACKOFF 600 /* disable DECLINEd static addresses for this long */
Simon Kelley5e9e0ef2006-04-17 14:24:29 +010036#define DHCP_PACKET_MAX 16384 /* hard limit on DHCP packet size */
Simon Kelley1fbe4d22014-03-01 20:03:47 +000037#define SMALLDNAME 50 /* most domain names are smaller than this */
38#define CNAME_CHAIN 10 /* chains longer than this atr dropped for loop protection */
Simon Kelley9e4abcb2004-01-22 19:47:41 +000039#define HOSTSFILE "/etc/hosts"
Simon Kelley44a2a312004-03-10 20:04:35 +000040#define ETHERSFILE "/etc/ethers"
Simon Kelleyc72daea2012-01-05 21:33:27 +000041#define DEFLEASE 3600 /* default lease time, 1 hour */
42#define CHUSER "nobody"
43#define CHGRP "dip"
44#define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */
45#define LOG_MAX 5 /* log-queue length */
46#define RANDFILE "/dev/urandom"
Simon Kelleyad094272012-08-10 17:10:54 +010047#define DNSMASQ_SERVICE "uk.org.thekelleys.dnsmasq" /* Default - may be overridden by config */
Simon Kelleyc72daea2012-01-05 21:33:27 +000048#define DNSMASQ_PATH "/uk/org/thekelleys/dnsmasq"
Simon Kelley4f7b3042012-11-28 21:27:02 +000049#define AUTH_TTL 600 /* default TTL for auth DNS */
50#define SOA_REFRESH 1200 /* SOA refresh default */
51#define SOA_RETRY 180 /* SOA retry default */
52#define SOA_EXPIRY 1209600 /* SOA expiry default */
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +010053#define LOOP_TEST_DOMAIN "test" /* domain for loop testing, "test" is reserved by RFC 2606 and won't therefore clash */
54#define LOOP_TEST_TYPE T_TXT
Simon Kelley4f7b3042012-11-28 21:27:02 +000055
Simon Kelleyc72daea2012-01-05 21:33:27 +000056/* compile-time options: uncomment below to enable or do eg.
57 make COPTS=-DHAVE_BROKEN_RTC
58
59HAVE_BROKEN_RTC
60 define this on embedded systems which don't have an RTC
61 which keeps time over reboots. Causes dnsmasq to use uptime
62 for timing, and keep lease lengths rather than expiry times
63 in its leases file. This also make dnsmasq "flash disk friendly".
64 Normally, dnsmasq tries very hard to keep the on-disk leases file
65 up-to-date: rewriting it after every renewal. When HAVE_BROKEN_RTC
66 is in effect, the lease file is only written when a new lease is
67 created, or an old one destroyed. (Because those are the only times
68 it changes.) This vastly reduces the number of file writes, and makes
69 it viable to keep the lease file on a flash filesystem.
70 NOTE: when enabling or disabling this, be sure to delete any old
71 leases file, otherwise dnsmasq may get very confused.
72
73HAVE_TFTP
74 define this to get dnsmasq's built-in TFTP server.
75
76HAVE_DHCP
77 define this to get dnsmasq's DHCPv4 server.
78
79HAVE_DHCP6
80 define this to get dnsmasq's DHCPv6 server. (implies HAVE_DHCP).
81
82HAVE_SCRIPT
83 define this to get the ability to call scripts on lease-change.
84
85HAVE_LUASCRIPT
86 define this to get the ability to call Lua script on lease-change. (implies HAVE_SCRIPT)
87
88HAVE_DBUS
89 define this if you want to link against libdbus, and have dnsmasq
90 support some methods to allow (re)configuration of the upstream DNS
91 servers via DBus.
92
93HAVE_IDN
94 define this if you want international domain name support.
95 NOTE: for backwards compatibility, IDN support is automatically
96 included when internationalisation support is built, using the
97 *-i18n makefile targets, even if HAVE_IDN is not explicitly set.
98
99HAVE_CONNTRACK
100 define this to include code which propogates conntrack marks from
101 incoming DNS queries to the corresponding upstream queries. This adds
102 a build-dependency on libnetfilter_conntrack, but the resulting binary will
103 still run happily on a kernel without conntrack support.
104
Jason A. Donenfeld13d86c72013-02-22 18:20:53 +0000105HAVE_IPSET
106 define this to include the ability to selectively add resolved ip addresses
107 to given ipsets.
108
Simon Kelley4820dce2012-12-18 18:30:30 +0000109HAVE_AUTH
110 define this to include the facility to act as an authoritative DNS
111 server for one or more zones.
112
Simon Kelley063efb32014-06-17 19:49:31 +0100113HAVE_DNSSEC
114 include DNSSEC validator.
Simon Kelley4820dce2012-12-18 18:30:30 +0000115
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +0100116HAVE_LOOP
117 include functionality to probe for and remove DNS forwarding loops.
118
Simon Kelley04918052015-01-26 11:23:43 +0000119HAVE_INOTIFY
120 use the Linux inotify facility to efficiently re-read configuration files.
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +0100121
Simon Kelleyc72daea2012-01-05 21:33:27 +0000122NO_IPV6
123NO_TFTP
124NO_DHCP
125NO_DHCP6
126NO_SCRIPT
127NO_LARGEFILE
Simon Kelley4820dce2012-12-18 18:30:30 +0000128NO_AUTH
Simon Kelley04918052015-01-26 11:23:43 +0000129NO_INOTIFY
Simon Kelleyc72daea2012-01-05 21:33:27 +0000130 these are avilable to explictly disable compile time options which would
131 otherwise be enabled automatically (HAVE_IPV6, >2Gb file sizes) or
132 which are enabled by default in the distributed source tree. Building dnsmasq
133 with something like "make COPTS=-DNO_SCRIPT" will do the trick.
134
Simon Kelley063efb32014-06-17 19:49:31 +0100135NO_NETTLE_ECC
136 Don't include the ECDSA cypher in DNSSEC validation. Needed for older Nettle versions.
137NO_GMP
138 Don't use and link against libgmp, Useful if nettle is built with --enable-mini-gmp.
139
Simon Kelleyc72daea2012-01-05 21:33:27 +0000140LEASEFILE
141CONFFILE
142RESOLVFILE
143 the default locations of these files are determined below, but may be overridden
144 in a build command line using COPTS.
145
146*/
147
Simon Kelleyc979fa02014-01-21 13:45:17 +0000148/* Defining this builds a binary which handles time differently and works better on a system without a
149 stable RTC (it uses uptime, not epoch time) and writes the DHCP leases file less often to avoid flash wear.
150*/
151
152/* #define HAVE_BROKEN_RTC */
Simon Kelleyc72daea2012-01-05 21:33:27 +0000153
154/* The default set of options to build. Built with these options, dnsmasq
155 has no library dependencies other than libc */
156
157#define HAVE_DHCP
Simon Kelley07933802012-02-14 20:55:25 +0000158#define HAVE_DHCP6
Simon Kelleyc72daea2012-01-05 21:33:27 +0000159#define HAVE_TFTP
160#define HAVE_SCRIPT
Simon Kelley4820dce2012-12-18 18:30:30 +0000161#define HAVE_AUTH
Simon Kelley3ddad242013-03-21 17:56:06 +0000162#define HAVE_IPSET
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +0100163#define HAVE_LOOP
Simon Kelleyc979fa02014-01-21 13:45:17 +0000164
165/* Build options which require external libraries.
166
167 Defining HAVE_<opt>_STATIC as _well_ as HAVE_<opt> will link the library statically.
168
169 You can use "make COPTS=-DHAVE_<opt>" instead of editing these.
170*/
171
Simon Kelleyc72daea2012-01-05 21:33:27 +0000172/* #define HAVE_LUASCRIPT */
Simon Kelleyc72daea2012-01-05 21:33:27 +0000173/* #define HAVE_DBUS */
174/* #define HAVE_IDN */
175/* #define HAVE_CONNTRACK */
Simon Kelley65d1e3b2014-01-08 11:00:01 +0000176/* #define HAVE_DNSSEC */
177
Simon Kelleyc72daea2012-01-05 21:33:27 +0000178
179/* Default locations for important system files. */
Simon Kelley73a08a22009-02-05 20:28:08 +0000180
181#ifndef LEASEFILE
182# if defined(__FreeBSD__) || defined (__OpenBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
183# define LEASEFILE "/var/db/dnsmasq.leases"
184# elif defined(__sun__) || defined (__sun)
185# define LEASEFILE "/var/cache/dnsmasq.leases"
Simon Kelley572b41e2011-02-18 18:11:18 +0000186# elif defined(__ANDROID__)
187# define LEASEFILE "/data/misc/dhcp/dnsmasq.leases"
Simon Kelley73a08a22009-02-05 20:28:08 +0000188# else
189# define LEASEFILE "/var/lib/misc/dnsmasq.leases"
190# endif
Simon Kelleyfeba5c12004-07-27 20:28:58 +0100191#endif
Simon Kelley73a08a22009-02-05 20:28:08 +0000192
193#ifndef CONFFILE
194# if defined(__FreeBSD__)
195# define CONFFILE "/usr/local/etc/dnsmasq.conf"
196# else
197# define CONFFILE "/etc/dnsmasq.conf"
198# endif
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000199#endif
Simon Kelley73a08a22009-02-05 20:28:08 +0000200
Simon Kelleyc72daea2012-01-05 21:33:27 +0000201#ifndef RESOLVFILE
202# if defined(__uClinux__)
203# define RESOLVFILE "/etc/config/resolv.conf"
204# else
205# define RESOLVFILE "/etc/resolv.conf"
206# endif
207#endif
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000208
Simon Kelley55d290a2012-06-29 20:58:32 +0100209#ifndef RUNFILE
210# if defined(__ANDROID__)
211# define RUNFILE "/data/dnsmasq.pid"
212# else
213# define RUNFILE "/var/run/dnsmasq.pid"
214# endif
215#endif
Simon Kelleyc72daea2012-01-05 21:33:27 +0000216
217/* platform dependent options: these are determined automatically below
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000218
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100219HAVE_LINUX_NETWORK
Simon Kelley824af852008-02-12 20:43:05 +0000220HAVE_BSD_NETWORK
221HAVE_SOLARIS_NETWORK
222 define exactly one of these to alter interaction with kernel networking.
223
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000224HAVE_GETOPT_LONG
Simon Kelleyda632e72012-03-26 11:14:05 +0100225 defined when GNU-style getopt_long available.
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000226
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000227HAVE_SOCKADDR_SA_LEN
Simon Kelleyc72daea2012-01-05 21:33:27 +0000228 defined if struct sockaddr has sa_len field (*BSD)
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000229*/
230
231/* Must preceed __linux__ since uClinux defines __linux__ too. */
Simon Kelleye17fb622006-01-14 20:33:46 +0000232#if defined(__uClinux__)
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100233#define HAVE_LINUX_NETWORK
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000234#define HAVE_GETOPT_LONG
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000235#undef HAVE_SOCKADDR_SA_LEN
Simon Kelley59353a62004-11-21 19:34:28 +0000236/* Never use fork() on uClinux. Note that this is subtly different from the
237 --keep-in-foreground option, since it also suppresses forking new
Simon Kelley5aabfc72007-08-29 11:24:47 +0100238 processes for TCP connections and disables the call-a-script on leasechange
239 system. It's intended for use on MMU-less kernels. */
Simon Kelleye17fb622006-01-14 20:33:46 +0000240#define NO_FORK
241
242#elif defined(__UCLIBC__)
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100243#define HAVE_LINUX_NETWORK
Simon Kelleye17fb622006-01-14 20:33:46 +0000244#if defined(__UCLIBC_HAS_GNU_GETOPT__) || \
245 ((__UCLIBC_MAJOR__==0) && (__UCLIBC_MINOR__==9) && (__UCLIBC_SUBLEVEL__<21))
246# define HAVE_GETOPT_LONG
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100247#endif
Simon Kelleye17fb622006-01-14 20:33:46 +0000248#undef HAVE_SOCKADDR_SA_LEN
Simon Kelley7cebd202006-05-06 14:13:33 +0100249#if !defined(__ARCH_HAS_MMU__) && !defined(__UCLIBC_HAS_MMU__)
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000250# define NO_FORK
251#endif
Simon Kelley7cebd202006-05-06 14:13:33 +0100252#if defined(__UCLIBC_HAS_IPV6__)
253# ifndef IPV6_V6ONLY
254# define IPV6_V6ONLY 26
255# endif
Simon Kelleye17fb622006-01-14 20:33:46 +0000256#endif
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000257
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000258/* This is for glibc 2.x */
259#elif defined(__linux__)
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100260#define HAVE_LINUX_NETWORK
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000261#define HAVE_GETOPT_LONG
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000262#undef HAVE_SOCKADDR_SA_LEN
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000263
Simon Kelley9e038942008-05-30 20:06:34 +0100264#elif defined(__FreeBSD__) || \
265 defined(__OpenBSD__) || \
266 defined(__DragonFly__) || \
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100267 defined(__FreeBSD_kernel__)
Simon Kelley824af852008-02-12 20:43:05 +0000268#define HAVE_BSD_NETWORK
Simon Kelley59353a62004-11-21 19:34:28 +0000269/* Later verions of FreeBSD have getopt_long() */
270#if defined(optional_argument) && defined(required_argument)
271# define HAVE_GETOPT_LONG
Simon Kelley59353a62004-11-21 19:34:28 +0000272#endif
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000273#define HAVE_SOCKADDR_SA_LEN
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000274
275#elif defined(__APPLE__)
Simon Kelley824af852008-02-12 20:43:05 +0000276#define HAVE_BSD_NETWORK
Simon Kelley316e2732010-01-22 20:16:09 +0000277#define HAVE_GETOPT_LONG
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000278#define HAVE_SOCKADDR_SA_LEN
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000279/* Define before sys/socket.h is included so we get socklen_t */
280#define _BSD_SOCKLEN_T_
Simon Kelley6dbdc972013-10-28 14:22:57 +0000281/* Select the RFC_3542 version of the IPv6 socket API.
282 Define before netinet6/in6.h is included. */
283#define __APPLE_USE_RFC_3542
Chen Yufei993f8cb2014-07-08 22:40:03 +0100284#define NO_IPSET
Simon Kelley6dbdc972013-10-28 14:22:57 +0000285
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000286#elif defined(__NetBSD__)
Simon Kelley824af852008-02-12 20:43:05 +0000287#define HAVE_BSD_NETWORK
Simon Kelleyfd9fa482004-10-21 20:24:00 +0100288#define HAVE_GETOPT_LONG
Simon Kelley9e4abcb2004-01-22 19:47:41 +0000289#define HAVE_SOCKADDR_SA_LEN
Simon Kelley824af852008-02-12 20:43:05 +0000290
291#elif defined(__sun) || defined(__sun__)
292#define HAVE_SOLARIS_NETWORK
Simon Kelley7622fc02009-06-04 20:32:05 +0100293#define HAVE_GETOPT_LONG
Simon Kelley824af852008-02-12 20:43:05 +0000294#undef HAVE_SOCKADDR_SA_LEN
Simon Kelley7622fc02009-06-04 20:32:05 +0100295#define ETHER_ADDR_LEN 6
296
Simon Kelley824af852008-02-12 20:43:05 +0000297#endif
298
Simon Kelleye17fb622006-01-14 20:33:46 +0000299/* Decide if we're going to support IPv6 */
300/* We assume that systems which don't have IPv6
301 headers don't have ntop and pton either */
302
Simon Kelleyc72daea2012-01-05 21:33:27 +0000303#if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY)
Simon Kelleye17fb622006-01-14 20:33:46 +0000304# define HAVE_IPV6
305# define ADDRSTRLEN INET6_ADDRSTRLEN
Simon Kelleyb5a7ff42013-04-25 11:03:47 +0100306#else
307# if !defined(INET_ADDRSTRLEN)
308# define INET_ADDRSTRLEN 16 /* 4*3 + 3 dots + NULL */
309# endif
Simon Kelleye17fb622006-01-14 20:33:46 +0000310# undef HAVE_IPV6
311# define ADDRSTRLEN INET_ADDRSTRLEN
Simon Kelleye17fb622006-01-14 20:33:46 +0000312#endif
313
Simon Kelleyc72daea2012-01-05 21:33:27 +0000314
315/* rules to implement compile-time option dependencies and
316 the NO_XXX flags */
317
318#ifdef NO_IPV6
319#undef HAVE_IPV6
Simon Kelley1f15b812009-10-13 17:49:32 +0100320#endif
321
Simon Kelleyc72daea2012-01-05 21:33:27 +0000322#ifdef NO_TFTP
323#undef HAVE_TFTP
324#endif
325
326#ifdef NO_DHCP
327#undef HAVE_DHCP
328#undef HAVE_DHCP6
329#endif
330
331#if defined(NO_DHCP6) || !defined(HAVE_IPV6)
332#undef HAVE_DHCP6
333#endif
334
335/* DHCP6 needs DHCP too */
336#ifdef HAVE_DHCP6
337#define HAVE_DHCP
338#endif
339
340#if defined(NO_SCRIPT) || !defined(HAVE_DHCP) || defined(NO_FORK)
341#undef HAVE_SCRIPT
342#undef HAVE_LUASCRIPT
343#endif
344
345/* Must HAVE_SCRIPT to HAVE_LUASCRIPT */
346#ifdef HAVE_LUASCRIPT
347#define HAVE_SCRIPT
348#endif
349
Simon Kelley4820dce2012-12-18 18:30:30 +0000350#ifdef NO_AUTH
351#undef HAVE_AUTH
352#endif
Simon Kelleyc72daea2012-01-05 21:33:27 +0000353
Simon Kelleyc4a09372014-06-02 20:30:07 +0100354#if defined(NO_IPSET)
Jason A. Donenfeld13d86c72013-02-22 18:20:53 +0000355#undef HAVE_IPSET
356#endif
357
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +0100358#ifdef NO_LOOP
359#undef HAVE_LOOP
360#endif
361
Simon Kelley04918052015-01-26 11:23:43 +0000362#if defined (HAVE_LINUX_NETWORK) && !defined(NO_INOTIFY)
363#define HAVE_INOTIFY
364#endif
365
Simon Kelleyc72daea2012-01-05 21:33:27 +0000366/* Define a string indicating which options are in use.
367 DNSMASQP_COMPILE_OPTS is only defined in dnsmasq.c */
368
369#ifdef DNSMASQ_COMPILE_OPTS
370
371static char *compile_opts =
372#ifndef HAVE_IPV6
373"no-"
374#endif
375"IPv6 "
376#ifndef HAVE_GETOPT_LONG
377"no-"
378#endif
379"GNU-getopt "
380#ifdef HAVE_BROKEN_RTC
381"no-RTC "
382#endif
383#ifdef NO_FORK
384"no-MMU "
385#endif
386#ifndef HAVE_DBUS
387"no-"
388#endif
389"DBus "
390#ifndef LOCALEDIR
391"no-"
392#endif
393"i18n "
394#if !defined(LOCALEDIR) && !defined(HAVE_IDN)
395"no-"
396#endif
397"IDN "
398#ifndef HAVE_DHCP
399"no-"
400#endif
401"DHCP "
402#if defined(HAVE_DHCP)
403# if !defined (HAVE_DHCP6)
404 "no-"
405# endif
406 "DHCPv6 "
407# if !defined(HAVE_SCRIPT)
408 "no-scripts "
409# else
410# if !defined(HAVE_LUASCRIPT)
411 "no-"
412# endif
413 "Lua "
414# endif
415#endif
416#ifndef HAVE_TFTP
417"no-"
418#endif
419"TFTP "
420#ifndef HAVE_CONNTRACK
421"no-"
422#endif
Simon Kelley4820dce2012-12-18 18:30:30 +0000423"conntrack "
Jason A. Donenfeld13d86c72013-02-22 18:20:53 +0000424#ifndef HAVE_IPSET
425"no-"
426#endif
427"ipset "
Simon Kelley4820dce2012-12-18 18:30:30 +0000428#ifndef HAVE_AUTH
429"no-"
430#endif
Simon Kelley0fc2f312014-01-08 10:26:58 +0000431"auth "
432#ifndef HAVE_DNSSEC
433"no-"
434#endif
Simon Kelleyb5ea1cc2014-07-29 16:34:14 +0100435"DNSSEC "
436#ifndef HAVE_LOOP
437"no-"
438#endif
Simon Kelley04918052015-01-26 11:23:43 +0000439"loop-detect "
440#ifndef HAVE_INOTIFY
441"no-"
442#endif
443"inotify";
Simon Kelley0fc2f312014-01-08 10:26:58 +0000444
Simon Kelleyc72daea2012-01-05 21:33:27 +0000445
446#endif
447
448
449