Update the changelog
[opencv] / apps / cvenv / include / limits.h
1 /*  This header file is machine generated. 
2 Modify EiC/config/genstdio.c, or the target independent source 
3 files it reads, in order to modify this file.  Any 
4 direct modifications to this file will be lost. 
5 */
6
7 #ifndef EiC_limits_H
8 #define EiC_limits_H
9
10 #pragma push_safeptr
11
12 #define CHAR_BIT        8
13 #define MB_LEN_MAX      6
14 #define UCHAR_MAX       255
15 #define USHRT_MAX       65535
16 #define UINT_MAX        4294967295
17 #define CHAR_MAX        127
18 #define SCHAR_MAX       127
19 #define SHRT_MAX        32767
20 #define INT_MAX 2147483647
21 #define CHAR_MIN         (-CHAR_MAX-1)
22 #define SCHAR_MIN        (-SCHAR_MAX-1)
23 #define SHRT_MIN         (-SHRT_MAX-1)
24 #define INT_MIN  (-INT_MAX-1)
25 #define LONG_MIN         (-LONG_MAX-1)
26 #define LONG_MAX         2147483647
27 #define ULONG_MAX        4294967295
28
29 /* POSIX.1 STUFF */
30 #ifdef _POSIX_SOURCE
31 #define ARG_MAX 131072
32 #define CHILD_MAX       999
33 #define LINK_MAX        127
34 #define MAX_CANON       255
35 #define MAX_INPUT       255
36 #define NAME_MAX        255
37 #define NGROUPS_MAX     32
38 #define OPEN_MAX        256
39 #define PIPE_BUF        4096
40 #define SSIZE_MAX       2147483647
41 #define TZNAME_MAX      3
42 #define _POSIX_ARG_MAX  4096
43 #define _POSIX_CHILD_MAX        6
44 #define _POSIX_LINK_MAX 8
45 #define _POSIX_MAX_CANON        255
46 #define _POSIX_MAX_INPUT        255
47 #define _POSIX_NAME_MAX 14
48 #define _POSIX_NGROUPS_MAX      0
49 #define _POSIX_OPEN_MAX 16
50 #define _POSIX_PATH_MAX 255
51 #define _POSIX_PIPE_BUF 512
52 #define _POSIX_SSIZE_MAX        32767
53 #define _POSIX_STREAM_MAX       8
54 #define _POSIX_TZNAME_MAX       3
55 #endif /* end  _POSIX_SOURCE */
56
57 #pragma pop_ptr
58
59 #endif    /* end EiC_limits_H */