14b22b933Srs200217# 24b22b933Srs200217# CDDL HEADER START 34b22b933Srs200217# 44b22b933Srs200217# The contents of this file are subject to the terms of the 54b22b933Srs200217# Common Development and Distribution License (the "License"). 64b22b933Srs200217# You may not use this file except in compliance with the License. 74b22b933Srs200217# 84b22b933Srs200217# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94b22b933Srs200217# or http://www.opensolaris.org/os/licensing. 104b22b933Srs200217# See the License for the specific language governing permissions 114b22b933Srs200217# and limitations under the License. 124b22b933Srs200217# 134b22b933Srs200217# When distributing Covered Code, include this CDDL HEADER in each 144b22b933Srs200217# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154b22b933Srs200217# If applicable, add the following below this CDDL HEADER, with the 164b22b933Srs200217# fields enclosed by brackets "[]" replaced with your own identifying 174b22b933Srs200217# information: Portions Copyright [yyyy] [name of copyright owner] 184b22b933Srs200217# 194b22b933Srs200217# CDDL HEADER END 204b22b933Srs200217# 21bfed486aSAli Bahrami 22bfed486aSAli Bahrami# 23*cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 244b22b933Srs200217# 25bfed486aSAli Bahrami 26bfed486aSAli Bahrami# 27bfed486aSAli Bahrami# MAPFILE HEADER START 28bfed486aSAli Bahrami# 29bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31bfed486aSAli Bahrami# 32bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33bfed486aSAli Bahrami# 34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36bfed486aSAli Bahrami# 37bfed486aSAli Bahrami# MAPFILE HEADER END 38bfed486aSAli Bahrami# 39bfed486aSAli Bahrami 40*cd3e9333SAli Bahrami$mapfile_version 2 41*cd3e9333SAli Bahrami 424b22b933Srs200217# 434b22b933Srs200217# Generic interface definition for usr/src/lib/nsswitch/mdns. 44bfed486aSAli Bahrami# 454b22b933Srs200217 46*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 474b22b933Srs200217 global: 484b22b933Srs200217 _nss_mdns_hosts_constr; 494b22b933Srs200217 _nss_mdns_ipnodes_constr; 504b22b933Srs200217 _nss_get_mdns_hosts_name; 514b22b933Srs200217 _nss_get_mdns_ipnodes_name; 524b22b933Srs200217 local: 534b22b933Srs200217 *; 544b22b933Srs200217}; 55