summaryrefslogtreecommitdiff
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 56075fd9f..007a9b0cc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -21,8 +21,11 @@
21/* Define is libutil has login() function */ 21/* Define is libutil has login() function */
22#undef HAVE_LIBUTIL_LOGIN 22#undef HAVE_LIBUTIL_LOGIN
23 23
24/* Define if you *don't* want to use an external ssh-askpass */
25#undef DISABLE_EXTERNAL_ASKPASS
26
27/* ******************* Shouldn't need to edit below this line ************** */
24 28
25/* Shouldn't need to edit below this line *************************** */
26#ifndef SHUT_RDWR 29#ifndef SHUT_RDWR
27enum 30enum
28{ 31{