diff options
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 |