freebsd-dev/libexec/lukemftpd/nbsd2fbsd.h

12 lines
233 B
C
Raw Normal View History

2003-01-06 03:03:53 +00:00
/* $FreeBSD$ */
/* XXX: Depend on our system headers protecting against multiple includes. */
#include <paths.h>
#undef _PATH_FTPUSERS
#include <pwd.h>
#define LOGIN_NAME_MAX MAXLOGNAME /* <sys/param.h> */
#define _DIAGASSERT(x)