diff options
Diffstat (limited to 'net/tnftp/files/config.h.in')
-rw-r--r-- | net/tnftp/files/config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tnftp/files/config.h.in b/net/tnftp/files/config.h.in index 178fa132ee7..6e66d21124f 100644 --- a/net/tnftp/files/config.h.in +++ b/net/tnftp/files/config.h.in @@ -1,5 +1,5 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* $Id: config.h.in,v 1.2 2004/03/11 13:45:55 grant Exp $ */ +/* $Id: config.h.in,v 1.3 2004/04/25 02:48:12 grant Exp $ */ /* Define if on AIX 3. @@ -84,9 +84,6 @@ /* Define if you have the mkstemp function. */ #undef HAVE_MKSTEMP -/* Define if you have the poll function. */ -#undef HAVE_POLL - /* Define if you have the select function. */ #undef HAVE_SELECT @@ -255,6 +252,9 @@ /* Define if strptime() is declared in <time.h> */ #undef HAVE_STRPTIME_D +/* Define if we have poll() and it is not emulated */ +#undef HAVE_POLL + /* * Define this if compiling with SOCKS (the firewall traversal library). * Also, you must define connect, getsockname, bind, accept, listen, and |