diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 3783b160..689a497e 100644 --- a/config.h.in +++ b/config.h.in @@ -66,6 +66,9 @@ /* Define if libnl has rtnl_link_inet6_get_addr_gen_mode() */ #undef HAVE_LIBNL_INET6_ADDR_GEN_MODE +/* Define if libnl has rtnl_link_inet6_get_token() */ +#undef HAVE_LIBNL_INET6_TOKEN + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -145,6 +148,12 @@ /* git commit id of the original source code version */ #undef NM_GIT_SHA +/* Define if more asserts are enabled */ +#undef NM_MORE_ASSERTS + +/* Define if more asserts are enabled */ +#undef NM_MORE_LOGGING + /* Name of package */ #undef PACKAGE @@ -236,6 +245,9 @@ /* Define if you have Teamd control support */ #undef WITH_TEAMDCTL +/* Define if you have Wi-Fi support */ +#undef WITH_WIFI + /* Define if you have WiMAX support */ #undef WITH_WIMAX |