diff options
| author | Michael Biebl <biebl@debian.org> | 2011-05-27 19:57:25 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-05-27 19:57:25 +0200 |
| commit | d465e5fac63f36bcf4069e36827f4b62c494556d (patch) | |
| tree | 65f4ba9567e091233cdf3279f7ba3c9479e74a1c /config.h.in | |
| parent | 9f806e97a24bba61417ae312fcc0da40914266fb (diff) | |
Imported Upstream version 0.8.9997 upstream/0.8.9997
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index d9cdcb45..bdbd783e 100644 --- a/config.h.in +++ b/config.h.in @@ -53,9 +53,6 @@ /* 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 @@ -214,6 +211,9 @@ /* Version number of package */ #undef VERSION +/* Define if you have PolicyKit support */ +#undef WITH_POLKIT + /* Define if you have PPP support */ #undef WITH_PPP |