1*41fbaed0StronIncluded for the use of the fix_strcasecmp.c module which works 2*41fbaed0Stronaround a Solaris problem. 3*41fbaed0Stron 4*41fbaed0Stron/* 5*41fbaed0Stron * Copyright (c) 1987, 1993 6*41fbaed0Stron * The Regents of the University of California. All rights reserved. 7*41fbaed0Stron * 8*41fbaed0Stron * Redistribution and use in source and binary forms, with or without 9*41fbaed0Stron * modification, are permitted provided that the following conditions 10*41fbaed0Stron * are met: 11*41fbaed0Stron * 1. Redistributions of source code must retain the above copyright 12*41fbaed0Stron * notice, this list of conditions and the following disclaimer. 13*41fbaed0Stron * 2. Redistributions in binary form must reproduce the above copyright 14*41fbaed0Stron * notice, this list of conditions and the following disclaimer in the 15*41fbaed0Stron * documentation and/or other materials provided with the distribution. 16*41fbaed0Stron * 3. All advertising materials mentioning features or use of this software 17*41fbaed0Stron * must display the following acknowledgement: 18*41fbaed0Stron * This product includes software developed by the University of 19*41fbaed0Stron * California, Berkeley and its contributors. 20*41fbaed0Stron * 4. Neither the name of the University nor the names of its contributors 21*41fbaed0Stron * may be used to endorse or promote products derived from this software 22*41fbaed0Stron * without specific prior written permission. 23*41fbaed0Stron * 24*41fbaed0Stron * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 25*41fbaed0Stron * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26*41fbaed0Stron * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27*41fbaed0Stron * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28*41fbaed0Stron * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 29*41fbaed0Stron * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 30*41fbaed0Stron * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31*41fbaed0Stron * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 32*41fbaed0Stron * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33*41fbaed0Stron * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 34*41fbaed0Stron * SUCH DAMAGE. 35*41fbaed0Stron */ 36