limits.h revision 256281
1168515Sgshapiro/*-
2168515Sgshapiro * Copyright (c) 1988, 1993
3168515Sgshapiro *	The Regents of the University of California.  All rights reserved.
4132943Sgshapiro *
5266692Sgshapiro * Redistribution and use in source and binary forms, with or without
6132943Sgshapiro * modification, are permitted provided that the following conditions
7168515Sgshapiro * are met:
890792Sgshapiro * 1. Redistributions of source code must retain the above copyright
9168515Sgshapiro *    notice, this list of conditions and the following disclaimer.
1090792Sgshapiro * 2. Redistributions in binary form must reproduce the above copyright
11168515Sgshapiro *    notice, this list of conditions and the following disclaimer in the
12168515Sgshapiro *    documentation and/or other materials provided with the distribution.
1390792Sgshapiro * 4. Neither the name of the University nor the names of its contributors
1490792Sgshapiro *    may be used to endorse or promote products derived from this software
1590792Sgshapiro *    without specific prior written permission.
1690792Sgshapiro *
17168515Sgshapiro * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1890792Sgshapiro * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19168515Sgshapiro * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2090792Sgshapiro * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2190792Sgshapiro * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22168515Sgshapiro * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23168515Sgshapiro * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24168515Sgshapiro * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25168515Sgshapiro * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26168515Sgshapiro * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27168515Sgshapiro * SUCH DAMAGE.
28168515Sgshapiro *
29168515Sgshapiro *	@(#)limits.h	8.3 (Berkeley) 1/4/94
30168515Sgshapiro * $FreeBSD: stable/10/sys/powerpc/include/limits.h 143063 2005-03-02 21:33:29Z joerg $
31168515Sgshapiro */
32168515Sgshapiro
3390792Sgshapiro#ifndef _MACHINE_LIMITS_H_
3490792Sgshapiro#define	_MACHINE_LIMITS_H_
35168515Sgshapiro
36168515Sgshapiro#include <sys/cdefs.h>
37168515Sgshapiro
38168515Sgshapiro#ifdef __CC_SUPPORTS_WARNING
39168515Sgshapiro#warning "machine/limits.h is deprecated.  Include sys/limits.h instead."
4090792Sgshapiro#endif
4190792Sgshapiro
42168515Sgshapiro#include <sys/limits.h>
43168515Sgshapiro
44168515Sgshapiro#endif /* !_MACHINE_LIMITS_H_ */
45168515Sgshapiro