diff options
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 |