diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 19:00:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 19:00:22 +0100 |
| commit | a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 (patch) | |
| tree | 9e44755880d5933fcc90c6008d4585a76298a1bd /config.h.in | |
| parent | 9fae01fa351805b2903e535736e06971bc0b925e (diff) | |
Imported Upstream version 0.8.2 upstream/0.8.2
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 |