<bind/bitypes.h>
authorJohan Danielsson <joda@pdc.kth.se>
Sun, 21 Mar 1999 18:58:11 +0000 (18:58 +0000)
committerJohan Danielsson <joda@pdc.kth.se>
Sun, 21 Mar 1999 18:58:11 +0000 (18:58 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5688 ec53bebd-3082-4978-b11e-865c3cabbd6b

cf/grok-type.m4
include/bits.c

index ecbbbbaa3f8c1ece942dc9d614c5ddb62554b322..09473a3e77858556e791d95318dada37998b6a5b 100644 (file)
@@ -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
index 9dc35a7b4c233884a87d2de55f1a98cd467f5154..308426a0dbb5ba661c645ec9236733aa72f53a3d 100644 (file)
@@ -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