summaryrefslogtreecommitdiffstats
path: root/contrib/lukemftp/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lukemftp/acconfig.h')
-rw-r--r--contrib/lukemftp/acconfig.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/lukemftp/acconfig.h b/contrib/lukemftp/acconfig.h
index 5c64cef..fb3cbfa 100644
--- a/contrib/lukemftp/acconfig.h
+++ b/contrib/lukemftp/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.6 2000/09/17 23:29:12 lukem Exp $ */
+/* $Id: acconfig.h,v 1.9 2002/06/10 01:27:13 lukem Exp $ */
@TOP@
@BOTTOM@
@@ -6,9 +6,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
@@ -33,9 +39,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