diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:23 +0200 |
| commit | aa308069bebf2d5a3200728caa69a76137c03d8b (patch) | |
| tree | c0ba2281e801c4720a0d8a5e5ee943688234f088 /config.h.meson | |
| parent | 0a4b2c29da4ccf259bbcea3298d15abebb94348f (diff) | |
| parent | 537bfce2bda471c92caabd388589230200891509 (diff) | |
Update upstream source from tag 'upstream/1.58_rc1'
Update to upstream version '1.58~rc1' with Debian dir 451489c9234e2b6b7c2f41ca6670287ea3ac3efd
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 |