diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-19 05:32:34 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-19 05:32:34 +0100 |
commit | 04f801456ad64b8f08bb8643cf19e0b9ca477b36 (patch) | |
tree | a0fd23f758cb40cf808b8c18ced35d4045decee9 /includes.h | |
parent | - Added autoconf option to enable Kerberos 4 support (untested) (diff) | |
download | openssh-04f801456ad64b8f08bb8643cf19e0b9ca477b36.tar.xz openssh-04f801456ad64b8f08bb8643cf19e0b9ca477b36.zip |
- Renamed BSD helper function files to bsd-*
- Added tests for login and daemon and OpenBSD replacements for when they
are absent.
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes.h b/includes.h index 75349cf3e..06245fdce 100644 --- a/includes.h +++ b/includes.h @@ -67,12 +67,12 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #endif #ifdef HAVE_LIBPAM # include <security/pam_appl.h> -#endif /* HAVE_PAM */ +#endif #include "version.h" #include "helper.h" -#include "mktemp.h" -#include "strlcpy.h" +#include "bsd-strlcpy.h" +#include "bsd-mktemp.h" /* Define this to be the path of the xauth program. */ #ifndef XAUTH_PATH |