diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-28 16:32:22 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-28 16:32:22 +0100 |
commit | 9550a76c3716acc1a591dd9604cbc958a92ad891 (patch) | |
tree | 39968e63afca468fc699f9629a16868b015394a4 /acconfig.h | |
parent | - Merged AIX patch from Darren Hall <dhall@virage.org> (diff) | |
download | openssh-9550a76c3716acc1a591dd9604cbc958a92ad891.tar.xz openssh-9550a76c3716acc1a591dd9604cbc958a92ad891.zip |
- Applied another NetBSD portability patch from David Rankin
<drankin@bohemians.lexington.ky.us>
- Fix --with-default-path option.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 23376f8d4..dc0c28185 100644 --- a/acconfig.h +++ b/acconfig.h @@ -48,6 +48,9 @@ /* Define is utmp.h has a ut_tv field */ #undef HAVE_TV_IN_UTMP +/* Define is utmp.h has a ut_id field */ +#undef HAVE_ID_IN_UTMP + /* Define if you want to use utmpx */ #undef USE_UTMPX |