]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/getrrsetbyname.h
Import of OpenSSH 4.9p1
[gssapi-openssh.git] / openssh / openbsd-compat / getrrsetbyname.h
index 67937ef5f4ae93955ed2358b16359433f1f4e339..1283f55062e0cc5ebdb323cb68c4b02d125d2be5 100644 (file)
 #include <netdb.h>
 #include <resolv.h>
 
+#ifndef HFIXEDSZ
+#define HFIXEDSZ 12
+#endif
+
+#ifndef T_RRSIG
+#define T_RRSIG 46
+#endif
+
 /*
  * Flags for getrrsetbyname()
  */
This page took 0.077893 seconds and 4 git commands to generate.