OSDN Git Service

* include/sys/param.h (MAXPATHLEN): Define.
authordannysmith <dannysmith>
Sun, 16 Mar 2003 22:18:05 +0000 (22:18 +0000)
committerdannysmith <dannysmith>
Sun, 16 Mar 2003 22:18:05 +0000 (22:18 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/sys/param.h

index fd4dfce..75c110a 100644 (file)
@@ -1,5 +1,9 @@
 2003-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/sys/param.h (MAXPATHLEN): Define.
+
+2003-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * include/tchar.h: Ansi-fy a comment.
 
 2003-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
index 0d55c55..5ff4c87 100644 (file)
@@ -33,6 +33,9 @@
 #define BIG_ENDIAN     4321
 #define LITTLE_ENDIAN  1234
 #define BYTE_ORDER     LITTLE_ENDIAN
+
+#define MAXPATHLEN PATH_MAX
+
 #endif
 
 #endif