ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/stdinc.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/stdinc.h (file contents):
Revision 1736 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1737 by michael, Mon Jan 14 17:37:55 2013 UTC

# Line 87 | Line 87
87   #include <sys/param.h>
88   #endif
89  
90 + #ifdef PATH_MAX
91 + #define HYB_PATH_MAX PATH_MAX
92 + #else
93 + #define HYB_PATH_MAX 4096
94 + #endif
95 +
96   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)