From 252278ff5d7412ff271f2d33b068e863d078c45b Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 12 Nov 2002 07:37:15 +0000 Subject: We have fparseln(3). Also libskey on RELENG_4. --- libexec/lukemftpd/config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libexec/lukemftpd') diff --git a/libexec/lukemftpd/config.h b/libexec/lukemftpd/config.h index 022933c..d6e4688 100644 --- a/libexec/lukemftpd/config.h +++ b/libexec/lukemftpd/config.h @@ -52,7 +52,7 @@ #define HAVE_FLOCK 1 /* Define if you have the fparseln function. */ -/* #undef HAVE_FPARSELN */ +#define HAVE_FPARSELN 1 /* Define if you have the fts_open function. */ #define HAVE_FTS_OPEN 1 @@ -249,8 +249,11 @@ /* Define if not using in-built /bin/ls code */ /* #undef NO_INTERNAL_LS */ +#include +#if __FreeBSD_version <= 500020 /* Define if using S/Key */ -/* #undef SKEY */ +#define SKEY 1 +#endif /* * Define this if compiling with SOCKS (the firewall traversal library). @@ -279,3 +282,6 @@ /* #undef sendto */ /* #undef shutdown */ /* #undef write */ + +/* Define if you have the header file. */ +#define HAVE_FTP_NAMES 1 -- cgit v1.1