diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-13 10:49:55 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-13 10:49:55 +1100 |
commit | 6854f820d62321f1a63f152e2d59e98bd8c01b69 (patch) | |
tree | 5fc4a730dbd6e86e4c8a2c7bf3c12501f25eaa4d | |
parent | 296a546476a848f73cb126aa66bce737038e2273 (diff) |
Fix inclusion of additional preprocessor directives from acconfig.h
-rw-r--r-- | acconfig.h | 2 |
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 |