summaryrefslogtreecommitdiff
path: root/net/tnftp/files/acconfig.h
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2005-05-11 09:58:55 +0000
committerlukem <lukem@pkgsrc.org>2005-05-11 09:58:55 +0000
commit8be484732b022cd71d2fa312ffef243522e2fbd4 (patch)
treec47608e04af6eeda9c5a95dc6f536acc3db74e58 /net/tnftp/files/acconfig.h
parent0deed5910da28b76a8aceede887d9e803435aaf9 (diff)
downloadpkgsrc-8be484732b022cd71d2fa312ffef243522e2fbd4.tar.gz
Merge tnftp 20050511.
(Future merges should be easier as this time I froze the vendor RCSIDs)
Diffstat (limited to 'net/tnftp/files/acconfig.h')
-rw-r--r--net/tnftp/files/acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/tnftp/files/acconfig.h b/net/tnftp/files/acconfig.h
index b2a80c24149..5dfe37b2928 100644
--- a/net/tnftp/files/acconfig.h
+++ b/net/tnftp/files/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.2 2004/04/25 02:48:12 grant Exp $ */
+/* NetBSD: acconfig.h,v 1.6 2005/05/11 03:10:05 lukem Exp */
@TOP@
@BOTTOM@
@@ -69,6 +69,9 @@
/* Define if we have poll() and it is not emulated */
#undef HAVE_POLL
+/* Define if we have struct pollfd in <poll.h> or <sys/poll.h> */
+#undef HAVE_STRUCT_POLLFD
+
/*
* Define this if compiling with SOCKS (the firewall traversal library).
* Also, you must define connect, getsockname, bind, accept, listen, and