Temporary code
[reactos.git] / posix / include / limits.h
index c81dfb6..bb8ec65 100644 (file)
@@ -1,9 +1,10 @@
-/* TODO */
+/* $Id: limits.h,v 1.3 2002/05/17 01:47:13 hyperion Exp $
+ */
 /*
  * limits.h
  *
- * implementation-dependent constants. Based on the Single UNIX(r)
- * Specification, Version 2
+ * implementation-dependent constants. Conforming to the Single UNIX(r)
+ * Specification Version 2, System Interface & Headers Issue 5
  *
  * This file is part of the ReactOS Operating System.
  *
 /* TYPES */
 
 /* CONSTANTS */
+/* TODO */
 #define OPEN_MAX (256)
+#define NAME_MAX (255)
+#define ARG_MAX  (255)
+#define PATH_MAX (32768)
 
 /* PROTOTYPES */