c81dfb6b390a694001fb0646611bce4072c0df27
[reactos.git] / posix / include / limits.h
1 /* TODO */
2 /*
3 * limits.h
4 *
5 * implementation-dependent constants. Based on the Single UNIX(r)
6 * Specification, Version 2
7 *
8 * This file is part of the ReactOS Operating System.
9 *
10 * Contributors:
11 * Created by KJK::Hyperion <noog@libero.it>
12 *
13 * THIS SOFTWARE IS NOT COPYRIGHTED
14 *
15 * This source code is offered for use in the public domain. You may
16 * use, modify or distribute it freely.
17 *
18 * This code is distributed in the hope that it will be useful but
19 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
20 * DISCLAMED. This includes but is not limited to warranties of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
22 *
23 */
24 #ifndef __LIMITS_H_INCLUDED__
25 #define __LIMITS_H_INCLUDED__
26
27 /* INCLUDES */
28
29 /* OBJECTS */
30
31 /* TYPES */
32
33 /* CONSTANTS */
34 #define OPEN_MAX (256)
35
36 /* PROTOTYPES */
37
38 /* MACROS */
39
40 #endif /* __LIMITS_H_INCLUDED__ */
41
42 /* EOF */
43