diff options
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/config.h.meson b/config.h.meson index 05d346bb..6eb4f03f 100644 --- a/config.h.meson +++ b/config.h.meson @@ -1,9 +1,6 @@ /* Define if building universal (internal helper macro) */ #mesondefine AC_APPLE_UNIVERSAL_BUILD -/* Define to path of dhclient binary */ -#mesondefine DHCLIENT_PATH - /* Define to path of dhcpcd binary */ #mesondefine DHCPCD_PATH @@ -221,9 +218,6 @@ /* Define if you want connectivity checking support */ #mesondefine WITH_CONCHECK -/* Define if you have dhclient */ -#mesondefine WITH_DHCLIENT - /* Define if you have dhcpcd */ #mesondefine WITH_DHCPCD @@ -294,3 +288,6 @@ /* Define to 1 if dlvsym() is available */ #mesondefine HAVE_DLVSYM + +/* Define to 1 if you want CLAT support. */ +#mesondefine HAVE_CLAT |