summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 15:46:08 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 15:46:08 +1100
commit3d1b22c150bfacb300d6d58b1f71f13cef46ef22 (patch)
treea9d424e7535ce8eb3cb348826122815d6223620f /acconfig.h
parent6d7b2cd1a32efa2a40c97361065d357a2e60b716 (diff)
- Make ssh-askpass support optional through autoconf
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 56075fd9..007a9b0c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -21,8 +21,11 @@
/* Define is libutil has login() function */
#undef HAVE_LIBUTIL_LOGIN
+/* Define if you *don't* want to use an external ssh-askpass */
+#undef DISABLE_EXTERNAL_ASKPASS
+
+/* ******************* Shouldn't need to edit below this line ************** */
-/* Shouldn't need to edit below this line *************************** */
#ifndef SHUT_RDWR
enum
{