diff options
| author | Michael Biebl <biebl@debian.org> | 2015-07-14 19:38:58 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-07-14 19:38:58 +0200 |
| commit | 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 (patch) | |
| tree | 6790165f39daee79e2b6c6617483320613493367 /config.h.in | |
| parent | f408e27bccfacf347605a8d98649975a68f38a17 (diff) | |
Imported Upstream version 1.0.4 upstream/1.0.4
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 |