default for AF_MAX (missing on old-linux)
authorMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 22:44:17 +0000 (22:44 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 22:44:17 +0000 (22:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3857 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/sendto_kdc.c

index 64b964292ae47dc5662782bbf877b98548cb78af..3e28f24d1b14bf9209fd5800f0ac7a029afee533 100644 (file)
@@ -45,6 +45,11 @@ static char rcsid_sendto_kdc_c[] =
 #include <sys/select.h>
 #endif
 
+#ifndef AF_MAX
+/* good enough -- only missing on old linux so far anyhow. */
+#define AF_MAX 10
+#endif
+
 /*
  * send the formatted request 'message' to a KDC for realm 'realm' and
  * return the response (if any) in 'reply'.