From 6acf79f4a8676952331c4cd2dc1ef9ef7af12593 Mon Sep 17 00:00:00 2001 From: cmetz <> Date: Wed, 23 Jun 1999 21:55:29 +0000 Subject: [PATCH] Added some protocol independent interfaces (supposedly IPv6 support APIs, but ones that are useful for all protocols, not just IPv6). --- src/include/netdb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/netdb.h b/src/include/netdb.h index c28a64a4..af69f49c 100644 --- a/src/include/netdb.h +++ b/src/include/netdb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netdb.h,v 1.5 1999/06/05 23:47:07 deraadt Exp $ */ +/* $OpenBSD: netdb.h,v 1.6 1999/06/23 21:55:29 cmetz Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 @@ -141,6 +141,7 @@ struct protoent { #define AI_PASSIVE 1 /* socket address is intended for bind() */ #define AI_CANONNAME 2 /* request for canonical name */ #define AI_NUMERICHOST 4 /* don't ever try nameservice */ +#define AI_EXT 8 /* enable non-portable extensions */ #define NI_NUMERICHOST 1 /* return the host address, not the name */ #define NI_NUMERICSERV 2 /* return the service address, not the name */