1 #ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:Config 1.1 */ 2 # 3 # CDDL HEADER START 4 # 5 # The contents of this file are subject to the terms of the 6 # Common Development and Distribution License, Version 1.0 only 7 # (the "License"). You may not use this file except in compliance 8 # with the License. 9 # 10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11 # or http://www.opensolaris.org/os/licensing. 12 # See the License for the specific language governing permissions 13 # and limitations under the License. 14 # 15 # When distributing Covered Code, include this CDDL HEADER in each 16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17 # If applicable, add the following below this CDDL HEADER, with the 18 # fields enclosed by brackets "[]" replaced with your own identifying 19 # information: Portions Copyright [yyyy] [name of copyright owner] 20 # 21 # CDDL HEADER END 22 # 23 # 24 # Config provides a means of configuring certain parameters 25 # within BNU at run time. 26 # 27 # FORMAT: 28 # 29 # <parameter>=<value> 30 # 31 # where <parameter> is the name of one of the configurable parameters, 32 # and <value> is the value to be assigned to that parameter. 33 # 34 # PARAMETERS: 35 # 36 # The following list provides the names of the configurable parameters 37 # and describes the values which may be assigned to them. 38 # 39 # <parameter> <value> 40 # 41 # Protocol prioritized subset of valid protocols provided 42 # at compile time, with optional protocol-specific 43 # parameters in parentheses. 44 # 45 # EXAMPLE: 46 # 47 # Protocol=G(7,512)g 48 # 49