xref: /onnv-gate/usr/src/lib/nsswitch/files/common/mapfile-vers (revision 12692:4341b447c069)
10Sstevel@tonic-gate#
2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
71676Sjpk# Common Development and Distribution License (the "License").
81676Sjpk# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM
388744SAli.Bahrami@Sun.COM#
390Sstevel@tonic-gate# Generic interface definition for usr/src/lib/nsswitch/files.
400Sstevel@tonic-gate#
410Sstevel@tonic-gate
42*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
43*12692SAli.Bahrami@Oracle.COM
44*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
450Sstevel@tonic-gate	global:
460Sstevel@tonic-gate		_nss_files_bootparams_constr;
470Sstevel@tonic-gate		_nss_files_auth_attr_constr;
480Sstevel@tonic-gate		_nss_files_audit_user_constr;
490Sstevel@tonic-gate 		_nss_files_ethers_constr;
500Sstevel@tonic-gate		_nss_files_exec_attr_constr;
510Sstevel@tonic-gate		_nss_files_group_constr;
520Sstevel@tonic-gate		_nss_files_hosts_constr;
530Sstevel@tonic-gate		_nss_files_ipnodes_constr;
540Sstevel@tonic-gate		_nss_files_netmasks_constr;
550Sstevel@tonic-gate		_nss_files_networks_constr;
560Sstevel@tonic-gate		_nss_files_passwd_constr;
570Sstevel@tonic-gate		_nss_files_printers_constr;
580Sstevel@tonic-gate		_nss_files__printers_constr;
590Sstevel@tonic-gate		_nss_files_prof_attr_constr;
600Sstevel@tonic-gate		_nss_files_project_constr;
610Sstevel@tonic-gate		_nss_files_protocols_constr;
620Sstevel@tonic-gate		_nss_files_rpc_constr;
630Sstevel@tonic-gate		_nss_files_services_constr;
640Sstevel@tonic-gate		_nss_files_shadow_constr;
650Sstevel@tonic-gate		_nss_files_user_attr_constr;
661676Sjpk		_nss_files_tnrhdb_constr;
671676Sjpk		_nss_files_tnrhtp_constr;
680Sstevel@tonic-gate	local:
690Sstevel@tonic-gate		*;
700Sstevel@tonic-gate};
71