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

Comparing:
ircd-hybrid-8/include/stdinc.h (file contents), Revision 1329 by michael, Sun Apr 1 12:02:12 2012 UTC vs.
ircd-hybrid/trunk/include/stdinc.h (file contents), Revision 1832 by michael, Fri Apr 19 19:16:09 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 + //#if 0 && __GNUC__
97 + #define AFP(a,b) __attribute__((format (printf, a, b)))
98 + //#else
99 + //#define AFP(a,b)
100 + //#endif
101 +
102   #endif

Diff Legend

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