diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /config.h.meson | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index bda54203..d364f762 100644 --- a/config.h.meson +++ b/config.h.meson @@ -13,6 +13,9 @@ /* Define to path of dnsmasq binary */ #mesondefine DNSMASQ_PATH +/* Define to path of modprobe binary */ +#mesondefine MODPROBE_PATH + /* Gettext package */ #mesondefine GETTEXT_PACKAGE @@ -46,6 +49,9 @@ /* Define to 1 if you have the <sys/auxv.h> header file. */ #mesondefine HAVE_SYS_AUXV_H +/* Define to 1 if you have the <threads.h> header file. */ +#mesondefine HAVE_THREADS_H + /* Define if you have Linux Wireless Extensions support */ #mesondefine HAVE_WEXT @@ -100,6 +106,9 @@ /* Default configuration option for main.plugins setting */ #mesondefine NM_CONFIG_DEFAULT_MAIN_PLUGINS +/* Default configuration value for main.migrate-ifcfg-rh setting */ +#mesondefine NM_CONFIG_DEFAULT_MAIN_MIGRATE_IFCFG_RH + /* Default value for main.rc-manager setting */ #mesondefine NM_CONFIG_DEFAULT_MAIN_RC_MANAGER |