xref: /illumos-gate/usr/src/lib/libresolv/mapfile-vers (revision 8222814ef8560ee0ba222eca8ca5acffc6cd0e44)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21f808c858Sraf#
22cd3e9333SAli Bahrami# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
23f808c858Sraf#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
377c478bd9Sstevel@tonic-gate#
38f808c858Sraf
39cd3e9333SAli Bahrami$mapfile_version 2
40cd3e9333SAli Bahrami
41f808c858Sraf# Due to mistakes made early in the history of this library, there are
42f808c858Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
43f808c858Sraf# Don't add any symbols to this version.
44f808c858Sraf
45cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
46f808c858Sraf    global:
47f808c858Sraf	SUNW_1.1;
48f808c858Sraf} SUNW_0.7;
497c478bd9Sstevel@tonic-gate
50cd3e9333SAli BahramiSYMBOL_VERSION SUNW_0.7 {
517c478bd9Sstevel@tonic-gate    global:
52f808c858Sraf	dn_comp;
53f808c858Sraf	dn_expand;
54f808c858Sraf	dn_skipname;
55f808c858Sraf	fp_query;
56f808c858Sraf	_getlong;
57f808c858Sraf	_getshort;
58*8222814eSRichard Lowe	h_errno		{ FLAGS = NODIRECT; FILTER = libnsl.so.1; };
59f808c858Sraf	hostalias;
60f808c858Sraf	p_cdname;
61f808c858Sraf	p_class;
62f808c858Sraf	p_query;
63f808c858Sraf	p_rr;
64f808c858Sraf	p_time;
65f808c858Sraf	p_type;
66f808c858Sraf	putlong;
67*8222814eSRichard Lowe	_res		{
68*8222814eSRichard Lowe			  ASSERT = {
69*8222814eSRichard Lowe				  TYPE = OBJECT;
70*8222814eSRichard Lowe				  SIZE = addrsize[99];
71*8222814eSRichard Lowe				};
72*8222814eSRichard Lowe			};
73f808c858Sraf	res_init;
74f808c858Sraf	res_mkquery;
75f808c858Sraf	res_query;
76f808c858Sraf	res_querydomain;
77f808c858Sraf	res_search;
78f808c858Sraf	res_send;
79*8222814eSRichard Lowe	strcasecmp	{ TYPE = FUNCTION; FILTER = libc.so.1; };
80*8222814eSRichard Lowe	strncasecmp	{ TYPE = FUNCTION; FILTER = libc.so.1; };
81f808c858Sraf};
82f808c858Sraf
83cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
84f808c858Sraf    global:
85f808c858Sraf	res_endhostent;
86f808c858Sraf	res_gethostbyaddr;
87f808c858Sraf	res_gethostbyname;
88*8222814eSRichard Lowe	_res_opcodes		{
89*8222814eSRichard Lowe				  ASSERT = {
90*8222814eSRichard Lowe					  TYPE = OBJECT;
91*8222814eSRichard Lowe					  SIZE = addrsize[16];
92*8222814eSRichard Lowe					};
93*8222814eSRichard Lowe				};
94*8222814eSRichard Lowe	_res_resultcodes	{
95*8222814eSRichard Lowe				  ASSERT = {
96*8222814eSRichard Lowe					  TYPE = OBJECT;
97*8222814eSRichard Lowe					  SIZE = addrsize[16];
98*8222814eSRichard Lowe					};
99*8222814eSRichard Lowe				};
100f808c858Sraf	res_sethostent;
101f808c858Sraf	__res_set_no_hosts_fallback;
102f808c858Sraf    local:
103f808c858Sraf	*;
1047c478bd9Sstevel@tonic-gate};
105