userconf.h revision 1.1
11.1Sgmcgarry/* $NetBSD: userconf.h,v 1.1 2001/07/01 02:56:21 gmcgarry Exp $ */ 21.1Sgmcgarry 31.1Sgmcgarry/*- 41.1Sgmcgarry * Copyright (c) 2001 The NetBSD Foundation, Inc. 51.1Sgmcgarry * All rights reserved. 61.1Sgmcgarry * 71.1Sgmcgarry * Redistribution and use in source and binary forms, with or without 81.1Sgmcgarry * modification, are permitted provided that the following conditions 91.1Sgmcgarry * are met: 101.1Sgmcgarry * 1. Redistributions of source code must retain the above copyright 111.1Sgmcgarry * notice, this list of conditions and the following disclaimer. 121.1Sgmcgarry * 2. Redistributions in binary form must reproduce the above copyright 131.1Sgmcgarry * notice, this list of conditions and the following disclaimer in the 141.1Sgmcgarry * documentation and/or other materials provided with the distribution. 151.1Sgmcgarry * 3. All advertising materials mentioning features or use of this software 161.1Sgmcgarry * must display the following acknowledgement: 171.1Sgmcgarry * This product includes software developed by the NetBSD 181.1Sgmcgarry * Foundation, Inc. and its contributors. 191.1Sgmcgarry * 4. Neither the name of The NetBSD Foundation nor the names of its 201.1Sgmcgarry * contributors may be used to endorse or promote products derived 211.1Sgmcgarry * from this software without specific prior written permission. 221.1Sgmcgarry * 231.1Sgmcgarry * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 241.1Sgmcgarry * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 251.1Sgmcgarry * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 261.1Sgmcgarry * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 271.1Sgmcgarry * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 281.1Sgmcgarry * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 291.1Sgmcgarry * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 301.1Sgmcgarry * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 311.1Sgmcgarry * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 321.1Sgmcgarry * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 331.1Sgmcgarry * POSSIBILITY OF SUCH DAMAGE. 341.1Sgmcgarry */ 351.1Sgmcgarry 361.1Sgmcgarry#ifndef _SYS_USERCONF_H_ 371.1Sgmcgarry#define _SYS_USERCON_H_ 381.1Sgmcgarry 391.1Sgmcgarryvoid user_config __P((void)); 401.1Sgmcgarry 411.1Sgmcgarry#endif 42