summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2002-06-15 09:42:17 +0000
committermikeh <mikeh@FreeBSD.org>2002-06-15 09:42:17 +0000
commit379207e17995107fdfe31dc7cd3231a973327f47 (patch)
treedad7bf31884acf2d5e81d7d9db84a0f3ef210b9e /usr.bin/ftp
parent2712fbd62738f1e02a14641dc9209f49882a7445 (diff)
downloadFreeBSD-src-379207e17995107fdfe31dc7cd3231a973327f47.zip
FreeBSD-src-379207e17995107fdfe31dc7cd3231a973327f47.tar.gz
Update for lukemftp-1.6-beta2.
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 ea6e85b..77dff70 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
OpenPOWER on IntegriCloud