diff options
author | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-11-11 08:45:41 -0800 |
---|---|---|
committer | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-11-11 08:45:41 -0800 |
commit | 9525b14bcdeb5b5f6f95ab27c2f48f18bd2ec829 (patch) | |
tree | df51891a276edf456c1481f49653a76cdfedee53 /usr/src/lib/libresolv2/include/netdb_private.h | |
parent | 0324f02a004039d6377111191fdd7134452d7817 (diff) | |
download | illumos-gate-9525b14bcdeb5b5f6f95ab27c2f48f18bd2ec829.tar.gz |
6289479 libresolv2 clean up and alignment with libbind.6.0
Diffstat (limited to 'usr/src/lib/libresolv2/include/netdb_private.h')
-rw-r--r-- | usr/src/lib/libresolv2/include/netdb_private.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/usr/src/lib/libresolv2/include/netdb_private.h b/usr/src/lib/libresolv2/include/netdb_private.h deleted file mode 100644 index 58a6c5905f..0000000000 --- a/usr/src/lib/libresolv2/include/netdb_private.h +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. - */ - -#ifndef _NETDB_PRIVATE_H -#define _NETDB_PRIVATE_H - -#pragma ident "%Z%%M% %I% %E% SMI" - -/* - * Constants defined by the ISC for BIND 8.2, but which do not appear - * in RFC 2553 (hence, aren't suitable for inclusion in <netdb.h>). - */ - -/* - * Error return codes from getaddrinfo() - */ - -#define EAI_BADHINTS 12 -#define EAI_PROTOCOL 13 -#define EAI_MAX 14 - -/* - * Flag values for getaddrinfo() - */ - -#define AI_MASK 0x00000007 - -/* - * Scope delimit character - */ -#define SCOPE_DELIMITER '%' - -/* - * XXX - * Various data types (hostent_data, netent_data, protoent_data, servent_data) - * only defined for __osf__ or __hpux => we don't need them ?? - */ - -#endif /* _NETDB_PRIVATE_H */ |