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