summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2002-06-15 09:42:17 +0000
committerMike Heffner <mikeh@FreeBSD.org>2002-06-15 09:42:17 +0000
commit3ba0209ecff98522f806c94326a2bbeec1ba1c24 (patch)
treedad7bf31884acf2d5e81d7d9db84a0f3ef210b9e /usr.bin/ftp
parent50d3977d34547b843580ef90742fb48e62064286 (diff)
downloadsrc-test-3ba0209ecff98522f806c94326a2bbeec1ba1c24.tar.gz
src-test-3ba0209ecff98522f806c94326a2bbeec1ba1c24.zip
Update for lukemftp-1.6-beta2.
Notes
Notes: svn path=/head/; revision=98250
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/config.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/usr.bin/ftp/config.h b/usr.bin/ftp/config.h
index ea6e85bc651cb..77dff70747ce1 100644
--- a/usr.bin/ftp/config.h
+++ b/usr.bin/ftp/config.h
@@ -58,6 +58,9 @@
/* Define if you have the fparseln function. */
#define HAVE_FPARSELN 1
+/* Define if you have the fseeko function. */
+#define HAVE_FSEEKO 1
+
/* Define if you have the getaddrinfo function. */
#define HAVE_GETADDRINFO 1
@@ -74,7 +77,7 @@
#define HAVE_GETPGRP 1
/* Define if you have the glob function. */
-#define HAVE_GLOB 1
+#define USE_GLOB_H 1
/* Define if you have the inet_ntop function. */
#define HAVE_INET_NTOP 1
@@ -97,6 +100,9 @@
/* Define if you have the select function. */
#define HAVE_SELECT 1
+/* Define if you have the setprogname function. */
+#define HAVE_SETPROGNAME 1
+
/* Define if you have the sl_init function. */
#define HAVE_SL_INIT 1
@@ -136,12 +142,18 @@
/* Define if you have the usleep function. */
#define HAVE_USLEEP 1
+/* Define if you have the <arpa/nameser.h> header file. */
+#define HAVE_ARPA_NAMESER_H 1
+
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define if you have the <err.h> header file. */
#define HAVE_ERR_H 1
+/* Define if you have the <libutil.h> header file. */
+#define HAVE_LIBUTIL_H 1
+
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
@@ -190,6 +202,9 @@
/* Define if in_port_t exists */
#define HAVE_IN_PORT_T 1
+/* Define if sa_family_t exists in <sys/socket.h> */
+#define HAVE_SA_FAMILY_T 1
+
/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
#define HAVE_SOCKADDR_SA_LEN 1