add LINE_MAX for POSIX 1003.2
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 21 Dec 1989 08:16:16 +0000 (00:16 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 21 Dec 1989 08:16:16 +0000 (00:16 -0800)
SCCS-vsn: include/limits.h 5.4

usr/src/include/limits.h

index 2b2cde8..f1bf1c4 100644 (file)
@@ -14,7 +14,7 @@
  * 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.3 (Berkeley) %G%
+ *     @(#)limits.h    5.4 (Berkeley) %G%
  */
 
 #define        _POSIX_ARG_MAX          4096
  */
 
 #define        _POSIX_ARG_MAX          4096
@@ -30,3 +30,7 @@
 
 #include <machine/machlimits.h>
 #include <sys/syslimits.h>
 
 #include <machine/machlimits.h>
 #include <sys/syslimits.h>
+
+#ifndef _POSIX_SOURCE
+#define        LINE_MAX                2048
+#endif