xref: /dflybsd-src/contrib/gcc-4.7/gcc/gsyslimits.h (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*e4b17023SJohn Marino /* syslimits.h stands for the system's own limits.h file.
2*e4b17023SJohn Marino    If we can use it ok unmodified, then we install this text.
3*e4b17023SJohn Marino    If fixincludes fixes it, then the fixed version is installed
4*e4b17023SJohn Marino    instead of this text.  */
5*e4b17023SJohn Marino 
6*e4b17023SJohn Marino #define _GCC_NEXT_LIMITS_H		/* tell gcc's limits.h to recurse */
7*e4b17023SJohn Marino #include_next <limits.h>
8*e4b17023SJohn Marino #undef _GCC_NEXT_LIMITS_H
9