]> andersk Git - moira.git/commitdiff
make sure AIX gets the right resolv.h
authormar <mar>
Sat, 17 Mar 1990 00:35:05 +0000 (00:35 +0000)
committermar <mar>
Sat, 17 Mar 1990 00:35:05 +0000 (00:35 +0000)
lib/fixhost.c

index 2803aece5b43524f7013f8ccd6b1edaac0a5dfb0..1d97d041775900da6ef264f3d7ec8a68192a01ff 100644 (file)
@@ -17,11 +17,11 @@ static char *rcsid_fixhost_c = "$Header$";
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/nameser.h>
-#ifdef sun
+#if defined(sun) || defined(AIX386)
 #include <resolv.h>
 #else
 #include <arpa/resolv.h>
-#endif sun
+#endif
 #include <netdb.h>
 #include <stdio.h>
 #include <strings.h>
This page took 0.037065 seconds and 5 git commands to generate.