aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-21 13:24:58 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-21 13:24:58 +0200
commitc344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4 (patch)
tree28d09bd6afde8055f7b51dcd6b0f0b1ca31dac56 /config.h.in
parentNew upstream version 3.15.4 (diff)
downloadkrb5-auth-dialog-c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4.tar.gz
krb5-auth-dialog-c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4.tar.bz2
krb5-auth-dialog-c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4.zip
New upstream version 3.20.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index b6010a2..2438b4a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -111,13 +111,6 @@
/* 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
@@ -154,8 +147,7 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Define to the minimum amount of time (m) a credential will have to be valid
bgstack15