diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 70efa3a5..206f64a6 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,10 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Define if you have a dbus-glib with + dbus_glib_global_set_disable_legacy_property_access() */ +#undef HAVE_DBUS_GLIB_DISABLE_LEGACY_PROP_ACCESS + /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT @@ -45,6 +49,9 @@ /* Define to 1 if you have the <paths.h> header file. */ #undef HAVE_PATHS_H +/* Define if you have a polkit with polkit_authority_get_sync() */ +#undef HAVE_POLKIT_AUTHORITY_GET_SYNC + /* Define to 1 if you have the <pppd/pppd.h> header file. */ #undef HAVE_PPPD_PPPD_H @@ -90,6 +97,9 @@ /* Define to path of iptables binary */ #undef IPTABLES_PATH +/* Define to path of the kernel firmware directory */ +#undef KERNEL_FIRMWARE_DIR + /* Define this to hack around buggy libnl rtnl_addr caching */ #undef LIBNL_NEEDS_ADDR_CACHING_WORKAROUND @@ -145,6 +155,9 @@ /* Define if you have Gentoo */ #undef TARGET_GENTOO +/* Define if you have linexa */ +#undef TARGET_LINEXA + /* Define if you have Mandriva */ #undef TARGET_MANDRIVA |