aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-02-14 21:02:17 +0100
committerGuido Günther <agx@sigxcpu.org>2011-02-14 21:02:17 +0100
commit7b7e3193b5647606508a0342479f7b322ec31cc6 (patch)
treef79dd9b1cfa2cf7a439be149ccbe1dac78867d37 /config.h.in
parentDocument changes and release 0.17-1 (diff)
parentNew upstream version 2.91.6 (diff)
downloadkrb5-auth-dialog-7b7e3193b5647606508a0342479f7b322ec31cc6.tar.gz
krb5-auth-dialog-7b7e3193b5647606508a0342479f7b322ec31cc6.tar.bz2
krb5-auth-dialog-7b7e3193b5647606508a0342479f7b322ec31cc6.zip
Merge commit 'upstream/2.91.6'
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 7 insertions, 3 deletions
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 <locale.h> 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
bgstack15