1139731Simp/*-
299129Sobrien * Copyright (c) 1988, 1993
399129Sobrien *	The Regents of the University of California.  All rights reserved.
499129Sobrien *
599129Sobrien * Redistribution and use in source and binary forms, with or without
699129Sobrien * modification, are permitted provided that the following conditions
799129Sobrien * are met:
899129Sobrien * 1. Redistributions of source code must retain the above copyright
999129Sobrien *    notice, this list of conditions and the following disclaimer.
1099129Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1199129Sobrien *    notice, this list of conditions and the following disclaimer in the
1299129Sobrien *    documentation and/or other materials provided with the distribution.
1399129Sobrien * 4. Neither the name of the University nor the names of its contributors
1499129Sobrien *    may be used to endorse or promote products derived from this software
1599129Sobrien *    without specific prior written permission.
1699129Sobrien *
1799129Sobrien * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1899129Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1999129Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2099129Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2199129Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2299129Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2399129Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2499129Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2599129Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2699129Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2799129Sobrien * SUCH DAMAGE.
2899129Sobrien *
2999129Sobrien *	@(#)limits.h	8.3 (Berkeley) 1/4/94
3099129Sobrien * $FreeBSD$
3199129Sobrien */
3299129Sobrien
33115164Skan#ifndef _MACHINE_LIMITS_H_
3499129Sobrien#define	_MACHINE_LIMITS_H_
3599129Sobrien
36143063Sjoerg#include <sys/cdefs.h>
37143063Sjoerg
38143063Sjoerg#ifdef __CC_SUPPORTS_WARNING
39114216Skan#warning "machine/limits.h is deprecated.  Include sys/limits.h instead."
40114216Skan#endif
4199129Sobrien
42114216Skan#include <sys/limits.h>
4399129Sobrien
4499129Sobrien#endif /* !_MACHINE_LIMITS_H_ */
45