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.in | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ea34eaa6..4da720d0 100644 --- a/config.h.in +++ b/config.h.in @@ -140,6 +140,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <threads.h> header file. */ +#undef HAVE_THREADS_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -176,6 +179,9 @@ /* Mobile Broadband Service Provider Information Database location */ #undef MOBILE_BROADBAND_PROVIDER_INFO_DATABASE +/* Define to path of modprobe binary */ +#undef MODPROBE_PATH + /* Path to netconfig */ #undef NETCONFIG_PATH @@ -194,6 +200,9 @@ /* Default configuration option for main.dhcp setting */ #undef NM_CONFIG_DEFAULT_MAIN_DHCP +/* The default value of the main.migrate-ifcfg-rh configuration option */ +#undef NM_CONFIG_DEFAULT_MAIN_MIGRATE_IFCFG_RH + /* Default configuration option for main.plugins setting */ #undef NM_CONFIG_DEFAULT_MAIN_PLUGINS |