Lines Matching refs:stdint

3 dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the
4 dnl existence of an include file <stdint.h> that defines a set of
13 dnl "#include <stdint.h>" or "#include <inttypes.h>" statement, while
14 dnl in other environments it will provide the set of basic 'stdint's defined:
19 dnl Sometimes the stdint.h or inttypes.h headers conflict with sys/types.h,
24 dnl If your installed header files require the stdint-types you will want to
30 dnl use "#include <mylib-int.h>" to obtain the stdint-types.
32 dnl Remember, if the system already had a valid <stdint.h>, the generated
44 for i in stdint.h $inttype_headers; do
50 _AS_ECHO_N([looking for a compliant stdint.h in $i, ])
65 for i in stdint.h $inttype_headers; do
68 _AS_ECHO_N([looking for an incomplete stdint.h in $i, ])
104 stdint.h) AC_MSG_WARN([are you sure you want it there?]) ;;
179 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
181 echo "/* generated for $CC */" > tmp-stdint.h
184 sed 's/^ *//' >> tmp-stdint.h <<EOF
192 if test "$acx_cv_header_stdint" != stdint.h; then
193 echo "#include <stddef.h>" >> tmp-stdint.h
196 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
199 sed 's/^ *//' >> tmp-stdint.h <<EOF
214 sed 's/^ *//' >> tmp-stdint.h <<EOF
247 sed 's/^ *//' >> tmp-stdint.h <<EOF
276 sed 's/^ *//' >> tmp-stdint.h <<EOF
302 sed 's/^ *//' >> tmp-stdint.h <<EOF
313 sed 's/^ *//' >> tmp-stdint.h <<EOF
325 sed 's/^ *//' >> tmp-stdint.h <<EOF
338 sed 's/^ *//' >> tmp-stdint.h <<EOF
387 sed 's/^ *//' >> tmp-stdint.h <<EOF
397 sed 's/^ *//' >> tmp-stdint.h <<EOF
420 sed 's/^ *//' >> tmp-stdint.h <<EOF
440 sed 's/^ *//' >> tmp-stdint.h <<EOF
456 sed 's/^ *//' >> tmp-stdint.h <<EOF
461 if test -r ]_GCC_STDINT_H[ && cmp -s tmp-stdint.h ]_GCC_STDINT_H[; then
462 rm -f tmp-stdint.h
464 mv -f tmp-stdint.h ]_GCC_STDINT_H[