1238106Sdes/*-
2238106Sdes * Copyright (c) 1998 Mark Newton
3238106Sdes * Copyright (c) 1994 Christos Zoulas
4238106Sdes * All rights reserved.
5238106Sdes *
6238106Sdes * Redistribution and use in source and binary forms, with or without
7238106Sdes * modification, are permitted provided that the following conditions
8238106Sdes * are met:
9238106Sdes * 1. Redistributions of source code must retain the above copyright
10238106Sdes *    notice, this list of conditions and the following disclaimer.
11238106Sdes * 2. Redistributions in binary form must reproduce the above copyright
12238106Sdes *    notice, this list of conditions and the following disclaimer in the
13238106Sdes *    documentation and/or other materials provided with the distribution.
14238106Sdes * 3. The name of the author may not be used to endorse or promote products
15238106Sdes *    derived from this software without specific prior written permission
16238106Sdes *
17238106Sdes * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18238106Sdes * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19238106Sdes * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20238106Sdes * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21238106Sdes * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22238106Sdes * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23238106Sdes * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24238106Sdes * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25238106Sdes * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26238106Sdes * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27238106Sdes *
28238106Sdes * $FreeBSD$
29238106Sdes */
30238106Sdes
31238106Sdes#ifndef	_SVR4_ULIMIT_H_
32238106Sdes#define	_SVR4_ULIMIT_H_
33238106Sdes
34238106Sdes#define	SVR4_GFILLIM		 1
35238106Sdes#define	SVR4_SFILLIM		 2
36238106Sdes#define	SVR4_GMEMLIM		 3
37238106Sdes#define	SVR4_GDESLIM		 4
38238106Sdes#define	SVR4_GTXTOFF		64
39238106Sdes
40238106Sdes
41238106Sdes#endif /* !_SVR4_ULIMIT_H_ */
42238106Sdes