1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28# Due to mistakes made early in the history of this library, there are
29# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
30# Don't add any symbols to this version.
31
32SUNW_1.1 {
33    global:
34	SUNW_1.1;
35} SUNW_0.7;
36
37SUNW_0.7 {
38    global:
39	dn_comp;
40	dn_expand;
41	dn_skipname;
42	fp_query;
43	_getlong;
44	_getshort;
45	h_errno = FILTER libnsl.so.1;
46	hostalias;
47	p_cdname;
48	p_class;
49	p_query;
50	p_rr;
51	p_time;
52	p_type;
53	putlong;
54	_res;
55	res_init;
56	res_mkquery;
57	res_query;
58	res_querydomain;
59	res_search;
60	res_send;
61	strcasecmp = FUNCTION FILTER libc.so.1;
62	strncasecmp = FUNCTION FILTER libc.so.1;
63};
64
65SUNWprivate_1.1 {
66    global:
67	res_endhostent;
68	res_gethostbyaddr;
69	res_gethostbyname;
70	_res_opcodes;
71	_res_resultcodes;
72	res_sethostent;
73	__res_set_no_hosts_fallback;
74    local:
75	*;
76};
77