summaryrefslogtreecommitdiffstats
path: root/libexec/lukemftpd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-12 07:37:15 +0000
committerobrien <obrien@FreeBSD.org>2002-11-12 07:37:15 +0000
commit252278ff5d7412ff271f2d33b068e863d078c45b (patch)
treedd82da3d4c4dc1beeab4da21e737d39ba7b7c6b2 /libexec/lukemftpd
parentf868559af8256dc12c91b115cdc9884112c12c91 (diff)
downloadFreeBSD-src-252278ff5d7412ff271f2d33b068e863d078c45b.zip
FreeBSD-src-252278ff5d7412ff271f2d33b068e863d078c45b.tar.gz
We have fparseln(3). Also libskey on RELENG_4.
Diffstat (limited to 'libexec/lukemftpd')
-rw-r--r--libexec/lukemftpd/config.h10
1 files changed, 8 insertions, 2 deletions
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 <sys/param.h>
+#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 <arpa/ftp.h> header file. */
+#define HAVE_FTP_NAMES 1
OpenPOWER on IntegriCloud