diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ddb1256..a20ac2b 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* locale directory */ #undef GNOMELOCALEDIR +/* Define to 1 to enable APT support */ +#undef HAVE_APT + /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET @@ -21,6 +24,12 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT +/* whether gtk3 is available */ +#undef HAVE_GTK3 + +/* Define to 1 to enable GTK Logout Helper */ +#undef HAVE_GTKLOGOUTHELPER + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |