10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 51618Srie# Common Development and Distribution License (the "License"). 61618Srie# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 211618Srie 221618Srie# 231618Srie# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 241618Srie# Use is subject to license terms. 251618Srie# 260Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 270Sstevel@tonic-gate# 280Sstevel@tonic-gate# Message file for cmd/sgs/libconv/common/config.c 290Sstevel@tonic-gate 30*2352Sab196087@ MSG_CONF_EDLIBPATH "ELF-DEFAULT-LIBPATH" 31*2352Sab196087@ MSG_CONF_ESLIBPATH "ELF-SECURE-LIBPATH" 32*2352Sab196087@ MSG_CONF_ADLIBPATH "AOUT-DEFAULT-LIBPATH" 33*2352Sab196087@ MSG_CONF_ASLIBPATH "AOUT-SECURE-LIBPATH" 34*2352Sab196087@ MSG_CONF_DIRCFG "DIRECTORY-CONFIG" 35*2352Sab196087@ MSG_CONF_OBJALT "OBJECT-ALTERNATIVES" 36*2352Sab196087@ MSG_CONF_MEMRESV "MEMORY-RESERVATION" 37*2352Sab196087@ MSG_CONF_ENVS "ENVIRONMENT-VARIABLES" 38*2352Sab196087@ MSG_CONF_FLTR "FILTER-ASSOCIATIONS" 390Sstevel@tonic-gate 40*2352Sab196087@ MSG_CONF_DIRENT "DIR" 41*2352Sab196087@ MSG_CONF_ALLENTS "ALL-ENTRIES" 42*2352Sab196087@ MSG_CONF_NOEXIST "NON-EXISTENT" 43*2352Sab196087@ MSG_CONF_EXEC "EXEC" 44*2352Sab196087@ MSG_CONF_OPTIONAL "OPTIONAL-ALTERNATE" 45*2352Sab196087@ MSG_CONF_ALTER "ALTERNATE" 46*2352Sab196087@ MSG_CONF_DUMP "DUMPED" 47*2352Sab196087@ MSG_CONF_REALPATH "REALPATH" 48*2352Sab196087@ MSG_CONF_NOALTER "NO-ALTERNATE" 49*2352Sab196087@ MSG_CONF_GROUP "GROUP" 50*2352Sab196087@ MSG_CONF_APP "SPECIFIC-APP" 51*2352Sab196087@ MSG_CONF_CMDLINE "COMMAND-LINE" 52*2352Sab196087@ MSG_CONF_FILTER "FILTER" 53*2352Sab196087@ MSG_CONF_FILTEE "FILTEE" 540Sstevel@tonic-gate 550Sstevel@tonic-gate@ MSG_GBL_NULL "" 56