1139735Simp/*-
287567Sobrien * Copyright (c) 1988, 1993
387567Sobrien *	The Regents of the University of California.  All rights reserved.
487567Sobrien *
587567Sobrien * Redistribution and use in source and binary forms, with or without
687567Sobrien * modification, are permitted provided that the following conditions
787567Sobrien * are met:
887567Sobrien * 1. Redistributions of source code must retain the above copyright
987567Sobrien *    notice, this list of conditions and the following disclaimer.
1087567Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1187567Sobrien *    notice, this list of conditions and the following disclaimer in the
1287567Sobrien *    documentation and/or other materials provided with the distribution.
1387567Sobrien * 4. Neither the name of the University nor the names of its contributors
1487567Sobrien *    may be used to endorse or promote products derived from this software
1587567Sobrien *    without specific prior written permission.
1687567Sobrien *
1787567Sobrien * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1887567Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1987567Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2087567Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2187567Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2287567Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2387567Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2487567Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2587567Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2687567Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2787567Sobrien * SUCH DAMAGE.
2887567Sobrien *
2987567Sobrien *	@(#)limits.h	8.3 (Berkeley) 1/4/94
3087567Sobrien * $FreeBSD$
3187567Sobrien */
3287567Sobrien
33115164Skan#ifndef _MACHINE_LIMITS_H_
3487567Sobrien#define	_MACHINE_LIMITS_H_
3587567Sobrien
36143063Sjoerg#include <sys/cdefs.h>
37143063Sjoerg
38143063Sjoerg#ifdef __CC_SUPPORTS_WARNING
39114216Skan#warning "machine/limits.h is deprecated.  Include sys/limits.h instead."
4087567Sobrien#endif
4187567Sobrien
42114216Skan#include <sys/limits.h>
4387567Sobrien
4487567Sobrien#endif /* !_MACHINE_LIMITS_H_ */
45