summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 10:49:55 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 10:49:55 +1100
commit6854f820d62321f1a63f152e2d59e98bd8c01b69 (patch)
tree5fc4a730dbd6e86e4c8a2c7bf3c12501f25eaa4d
parent296a546476a848f73cb126aa66bce737038e2273 (diff)
Fix inclusion of additional preprocessor directives from acconfig.h
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 007a9b0cc..ac60cd4a4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -24,6 +24,8 @@
24/* Define if you *don't* want to use an external ssh-askpass */ 24/* Define if you *don't* want to use an external ssh-askpass */
25#undef DISABLE_EXTERNAL_ASKPASS 25#undef DISABLE_EXTERNAL_ASKPASS
26 26
27@BOTTOM@
28
27/* ******************* Shouldn't need to edit below this line ************** */ 29/* ******************* Shouldn't need to edit below this line ************** */
28 30
29#ifndef SHUT_RDWR 31#ifndef SHUT_RDWR