1238827Smm/*-
2238827Smm * Copyright (c) 1998 Mark Newton
3238827Smm * Copyright (c) 1994 Christos Zoulas
4228762Smm * All rights reserved.
5228762Smm *
6228762Smm * Redistribution and use in source and binary forms, with or without
7228762Smm * modification, are permitted provided that the following conditions
8228762Smm * are met:
9228762Smm * 1. Redistributions of source code must retain the above copyright
10228762Smm *    notice, this list of conditions and the following disclaimer.
11228762Smm * 2. Redistributions in binary form must reproduce the above copyright
12228762Smm *    notice, this list of conditions and the following disclaimer in the
13228762Smm *    documentation and/or other materials provided with the distribution.
14228769Smm * 3. The name of the author may not be used to endorse or promote products
15228762Smm *    derived from this software without specific prior written permission
16228762Smm *
17228762Smm * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18228762Smm * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19228770Smm * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20232153Smm * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21228762Smm * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22228762Smm * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23232153Smm * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24228769Smm * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25228762Smm * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26228770Smm * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27228762Smm *
28228762Smm * $FreeBSD: releng/11.0/sys/compat/svr4/svr4_ulimit.h 139743 2005-01-05 22:34:37Z imp $
29228762Smm */
30228762Smm
31228762Smm#ifndef	_SVR4_ULIMIT_H_
32228769Smm#define	_SVR4_ULIMIT_H_
33228762Smm
34228762Smm#define	SVR4_GFILLIM		 1
35#define	SVR4_SFILLIM		 2
36#define	SVR4_GMEMLIM		 3
37#define	SVR4_GDESLIM		 4
38#define	SVR4_GTXTOFF		64
39
40
41#endif /* !_SVR4_ULIMIT_H_ */
42