Lines Matching full:size_max
0 # size_max.m4 serial 10
12 dnl First test whether the system already has SIZE_MAX.
13 AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [
20 #ifdef SIZE_MAX
35 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
61 AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
64 dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after
67 AH_VERBATIM([SIZE_MAX],
70 #ifndef SIZE_MAX
71 # undef SIZE_MAX