includes: small fixes and additions to help compiling programs.

This commit is contained in:
Ben Gras
2010-06-22 09:30:26 +00:00
parent e68d8eb1ff
commit 4383596e9d
4 changed files with 6 additions and 0 deletions

View File

@@ -99,6 +99,7 @@
#define STREAM_MAX 20 /* must be the same as FOPEN_MAX in stdio.h */
#define TZNAME_MAX 3 /* maximum bytes in a time zone name is 3 */
#define SSIZE_MAX 32767 /* max defined byte count for read() */
#define SIZE_MAX UINT_MAX
#define SYMLINK_MAX 1024 /* # bytes in a symbolic link */
#define SYMLOOP_MAX 16 /* maximum number of symbolic links that can
* be reliably traversed in the resolution of