Changeset 391 for python/trunk/Include/osdefs.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Include/osdefs.h
r10 r391 66 66 67 67 /* Max pathname length */ 68 #ifdef __hpux 69 #include <sys/param.h> 70 #include <limits.h> 71 #ifndef PATH_MAX 72 #define PATH_MAX MAXPATHLEN 73 #endif 74 #endif 75 68 76 #ifndef MAXPATHLEN 69 77 #if defined(PATH_MAX) && PATH_MAX > 1024
Note:
See TracChangeset
for help on using the changeset viewer.