diff options
author | Damien Miller <djm@mindrot.org> | 2000-06-18 07:43:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-06-18 07:43:25 +0200 |
commit | 0f91b4e3a1aebff24bd25d402fa597e2f36db6ae (patch) | |
tree | ddf2568920e624aace5b31aa51887f821d8ae4b0 /acconfig.h | |
parent | - OpenBSD CVS updates: (diff) | |
download | openssh-0f91b4e3a1aebff24bd25d402fa597e2f36db6ae.tar.xz openssh-0f91b4e3a1aebff24bd25d402fa597e2f36db6ae.zip |
- (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 0a08ee6af..6e92e962a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -6,6 +6,9 @@ @TOP@ +/* Define if you are on NeXT */ +#undef HAVE_NEXT + /* Define if you want to disable PAM support */ #undef DISABLE_PAM @@ -153,6 +156,8 @@ #undef HAVE_SOCKLEN_T #undef HAVE_SIZE_T #undef HAVE_SSIZE_T +#undef HAVE_MODE_T +#undef HAVE_PID_T #undef HAVE_STRUCT_SOCKADDR_STORAGE #undef HAVE_STRUCT_ADDRINFO #undef HAVE_STRUCT_IN6_ADDR |