summaryrefslogtreecommitdiffstats
path: root/contrib/lukemftp/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lukemftp/config.h.in')
-rw-r--r--contrib/lukemftp/config.h.in29
1 files changed, 19 insertions, 10 deletions
diff --git a/contrib/lukemftp/config.h.in b/contrib/lukemftp/config.h.in
index 2ca7e20..d754334 100644
--- a/contrib/lukemftp/config.h.in
+++ b/contrib/lukemftp/config.h.in
@@ -1,5 +1,5 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
-/* $Id: config.h.in,v 1.24 2000/09/18 00:40:12 lukem Exp $ */
+/* $Id: config.h.in,v 1.28 2002/06/10 08:10:33 lukem Exp $ */
/* Define if on AIX 3.
@@ -54,6 +54,9 @@
/* Define if you have the fparseln function. */
#undef HAVE_FPARSELN
+/* Define if you have the fseeko function. */
+#undef HAVE_FSEEKO
+
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
@@ -69,18 +72,12 @@
/* Define if you have the getpgrp function. */
#undef HAVE_GETPGRP
-/* Define if you have the glob function. */
-#undef HAVE_GLOB
-
/* Define if you have the inet_ntop function. */
#undef HAVE_INET_NTOP
/* Define if you have the inet_pton function. */
#undef HAVE_INET_PTON
-/* Define if you have the issetugid function. */
-#undef HAVE_ISSETUGID
-
/* Define if you have the memmove function. */
#undef HAVE_MEMMOVE
@@ -93,6 +90,9 @@
/* Define if you have the select function. */
#undef HAVE_SELECT
+/* Define if you have the setprogname function. */
+#undef HAVE_SETPROGNAME
+
/* Define if you have the sl_init function. */
#undef HAVE_SL_INIT
@@ -132,12 +132,18 @@
/* Define if you have the usleep function. */
#undef HAVE_USLEEP
+/* Define if you have the <arpa/nameser.h> header file. */
+#undef HAVE_ARPA_NAMESER_H
+
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <err.h> header file. */
#undef HAVE_ERR_H
+/* Define if you have the <libutil.h> header file. */
+#undef HAVE_LIBUTIL_H
+
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
@@ -183,9 +189,15 @@
/* Define if your compiler supports `long long' */
#undef HAVE_LONG_LONG
+/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
+#undef HAVE_PRINTF_QD
+
/* Define if in_port_t exists */
#undef HAVE_IN_PORT_T
+/* Define if sa_family_t exists in <sys/socket.h> */
+#undef HAVE_SA_FAMILY_T
+
/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
#undef HAVE_SOCKADDR_SA_LEN
@@ -210,9 +222,6 @@
/* Define if `struct direct' has a d_namlen element */
#undef HAVE_D_NAMLEN
-/* Define if GLOB_BRACE exists in <glob.h> */
-#undef HAVE_GLOB_BRACE
-
/* Define if h_errno exists in <netdb.h> */
#undef HAVE_H_ERRNO_D
OpenPOWER on IntegriCloud