diff options
author | Ted Gould <ted@gould.cx> | 2012-02-07 21:14:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-07 21:14:45 -0600 |
commit | c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7 (patch) | |
tree | 2e8148be67c0d980232be867fb1ff78406444f84 /config.h.in | |
parent | 669d032147326fadfd606eb22efd5ca3e5c4d39a (diff) | |
parent | 455f5df69319c0feb5e64317bef16925623e8ac5 (diff) | |
download | ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.tar.gz ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.tar.bz2 ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.zip |
* New upstream release.
* Screensaver code cleanup
* Fix ordering of items on request
* Removing GOA support
* Fix GTK3 Box Deprecation
* Updating to dbusmenu 0.5.90
* Making the gtk logout helper and apt optional build time choices
* Add name hints to the indicators
* bump version for release
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 |