118334Speter/* syslimits.h stands for the system's own limits.h file.
218334Speter   If we can use it ok unmodified, then we install this text.
318334Speter   If fixincludes fixes it, then the fixed version is installed
418334Speter   instead of this text.  */
518334Speter
618334Speter#define _GCC_NEXT_LIMITS_H		/* tell gcc's limits.h to recurse */
718334Speter#include_next <limits.h>
818334Speter#undef _GCC_NEXT_LIMITS_H
9