diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ff4567ea..98c7506f 100644 --- a/config.h.in +++ b/config.h.in @@ -38,9 +38,16 @@ you don't. */ #undef HAVE_DECL_EXPLICIT_BZERO +/* Define to 1 if you have the declaration of `getrandom', and to 0 if you + don't. */ +#undef HAVE_DECL_GETRANDOM + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* has getrandom */ +#undef HAVE_GETRANDOM + /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT @@ -104,6 +111,9 @@ /* Define if systemd support is available */ #undef HAVE_SYSTEMD +/* Define to 1 if you have the <sys/auxv.h> header file. */ +#undef HAVE_SYS_AUXV_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H @@ -262,6 +272,9 @@ #endif +/* sys/random.h is usable */ +#undef USE_SYS_RANDOM_H + /* Version number of package */ #undef VERSION @@ -274,6 +287,9 @@ /* Define if you have dhclient */ #undef WITH_DHCLIENT +/* Define if you have dhcpcanon */ +#undef WITH_DHCPCANON + /* Define if you have dhcpcd */ #undef WITH_DHCPCD @@ -289,6 +305,9 @@ /* Define if you have oFono support (experimental) */ #undef WITH_OFONO +/* Define if you have OpenVSwitch support */ +#undef WITH_OPENVSWITCH + /* whether to compile polkit support */ #undef WITH_POLKIT |