Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -current

has the structures that probe_ipv6 tested for, so this will always be
defined if the standard tests are run.
This commit is contained in:
Peter Wemm 1999-11-30 04:24:01 +00:00
parent 072355e049
commit 95a3c8199b

View File

@ -54,7 +54,7 @@
#define PF_INET6 AF_INET6
#endif
#include <port_ipv6.h>
#define HAVE_INET6_STRUCTS
#ifndef HAS_INET6_STRUCTS
/* Replace with structure from later rev of O/S if known. */