Home
last modified time | relevance | path

Searched refs:liberty_cv_uint64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dconfigure.ac259 AC_CACHE_VAL(liberty_cv_uint64,
265 liberty_cv_uint64=uint64_t,
274 liberty_cv_uint64="unsigned long",
283 liberty_cv_uint64="unsigned long long", liberty_cv_uint64=none)])])])
284 AC_MSG_RESULT($liberty_cv_uint64)
285 if test "$liberty_cv_uint64" != none; then
286 AC_DEFINE_UNQUOTED(UNSIGNED_64BIT_TYPE, $liberty_cv_uint64,
H A Dconfigure4714 liberty_cv_uint64=uint64_t
4761 liberty_cv_uint64="unsigned long"
4808 liberty_cv_uint64="unsigned long long"
4813 liberty_cv_uint64=none
4822 echo "$as_me:$LINENO: result: $liberty_cv_uint64" >&5
4823 echo "${ECHO_T}$liberty_cv_uint64" >&6
4824 if test "$liberty_cv_uint64" != none; then