add POSIX 1003.1 defined limits
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 17 Feb 1989 05:58:10 +0000 (21:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 17 Feb 1989 05:58:10 +0000 (21:58 -0800)
SCCS-vsn: include/limits.h 5.3

usr/src/include/limits.h

index ff4f300..2b2cde8 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)limits.h    5.2 (Berkeley) %G%
+ *     @(#)limits.h    5.3 (Berkeley) %G%
  */
 
  */
 
+#define        _POSIX_ARG_MAX          4096
+#define        _POSIX_CHILD_MAX        6
+#define        _POSIX_LINK_MAX         8
+#define        _POSIX_MAX_CANON        255
+#define        _POSIX_MAX_INPUT        255
+#define        _POSIX_NAME_MAX         14
+#define        _POSIX_NGROUPS_MAX      0
+#define        _POSIX_OPEN_MAX         16
+#define        _POSIX_PATH_MAX         255
+#define        _POSIX_PIPE_BUF         512
+
 #include <machine/machlimits.h>
 #include <sys/syslimits.h>
 #include <machine/machlimits.h>
 #include <sys/syslimits.h>