From c646d52761bf59f014b9c385d15309880cc5309c Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 14 Feb 2011 21:00:53 +0100 Subject: New upstream version 2.91.6 --- config.h.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index a95567b..908fe5d 100644 --- a/config.h.in +++ b/config.h.in @@ -93,9 +93,6 @@ /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES -/* use libnotify for status messages */ -#undef HAVE_LIBNOTIFY - /* Define to 1 if you have the `pam' library (-lpam). */ #undef HAVE_LIBPAM @@ -114,6 +111,13 @@ /* Define to 1 if you have the `mmap' function. */ #undef HAVE_MMAP +/* Define to 1 if you have the `notify_notification_new_with_status_icon' + function. */ +#undef HAVE_NOTIFY_NOTIFICATION_NEW_WITH_STATUS_ICON + +/* Define to 1 if you have the `notify_notification_set_hint' function. */ +#undef HAVE_NOTIFY_NOTIFICATION_SET_HINT + /* Define to 1 if you have the `plock' function. */ #undef HAVE_PLOCK -- cgit