From e2b445ed86a9ef003a52b214a700e08ed4c17a8d Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 31 Aug 2006 17:02:05 +0000 Subject: Catch up with the import of ftpd.c rev 1.1.1.6. --- libexec/lukemftpd/nbsd2fbsd.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libexec/lukemftpd') diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h index d060af6..ac09bdf 100644 --- a/libexec/lukemftpd/nbsd2fbsd.h +++ b/libexec/lukemftpd/nbsd2fbsd.h @@ -22,3 +22,14 @@ long long strsuftollx(const char *, const char *, #if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 500 #define LOGIN_NAME_MAX MAXLOGNAME /* max login name length (incl. NUL) */ #endif + +/* NetBSD pwd.h */ +#define _PASSWORD_CHGNOW -1 /* special day to force password + * change at next login */ + +/* Need this for some LOGIN_CAP functionality NetBSD has doesn't have + the infastructure for. */ +#define notyet +/* Need this for some USE_PAM functionality NetBSD has doesn't have + the infastructure for. */ +#define notdef -- cgit v1.1