diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:18 +0200 |
| commit | 537bfce2bda471c92caabd388589230200891509 (patch) | |
| tree | aedeccfaf0ba52c238ecf51fc009c0db5d4b60f0 /config.h.meson | |
| parent | 869e9027026cdbb15d4e4a6327ff41d2697858eb (diff) | |
New upstream version 1.58~rc1 upstream/1.58_rc1
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 |