<bind/bitypes.h>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5688 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,6 +9,9 @@ AC_TRY_COMPILE([
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <bind/bitypes.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
|
||||
#include <netinet/in6_machtypes.h>
|
||||
#endif
|
||||
|
@@ -149,6 +149,9 @@ int main(int argc, char **argv)
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
fprintf(f, "#include <sys/bitypes.h>\n");
|
||||
#endif
|
||||
#ifdef HAVE_BIND_BITYPES_H
|
||||
fprintf(f, "#include <bind/bitypes.h>\n");
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
|
||||
fprintf(f, "#include <netinet/in6_machtypes.h>\n");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user