diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-29 14:01:36 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-29 14:01:36 +0200 |
commit | 78315eb6d6bf411b07d9e0bc1ede41fae9484f25 (patch) | |
tree | 6c1ff91e092df4d86b076f7f4917764bb6d17f5e /acconfig.h | |
parent | - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code, (diff) | |
download | openssh-78315eb6d6bf411b07d9e0bc1ede41fae9484f25.tar.xz openssh-78315eb6d6bf411b07d9e0bc1ede41fae9484f25.zip |
- (djm) Merged big SCO portability patch from Tim Rice
<tim@multitalents.net>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1b860d66d..a17cba825 100644 --- a/acconfig.h +++ b/acconfig.h @@ -6,6 +6,12 @@ @TOP@ +/* SCO workaround */ +#undef BROKEN_SYS_TERMIO_H + +/* Define if you have SCO protected password database */ +#undef HAVE_SCO_PROTECTED_PW + /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ /* from environment and PATH */ #undef LOGIN_PROGRAM_FALLBACK |