1*53ee8cc1Swenshuai.xi /* syslimits.h stands for the system's own limits.h file. 2*53ee8cc1Swenshuai.xi If we can use it ok unmodified, then we install this text. 3*53ee8cc1Swenshuai.xi If fixincludes fixes it, then the fixed version is installed 4*53ee8cc1Swenshuai.xi instead of this text. */ 5*53ee8cc1Swenshuai.xi 6*53ee8cc1Swenshuai.xi #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */ 7*53ee8cc1Swenshuai.xi #include_next <limits.h> 8*53ee8cc1Swenshuai.xi #undef _GCC_NEXT_LIMITS_H 9