Home
last modified time | relevance | path

Searched refs:hc_cv_have_u_int8_t (Results 1 – 2 of 2) sorted by path

/dports/emulators/hercules/hercules-3.13/
H A Dconfigure25548 test "$hc_cv_have_u_int8_t" != "yes"; then
26228 test "$hc_cv_have_u_int8_t" = "yes" && $as_echo "#define HAVE_U_INT 1" >>confdefs.h
H A Dconfigure.ac561 AC_CHECK_TYPES( u_int8_t, [hc_cv_have_u_int8_t=yes], [hc_cv_have_u_int8_t=no] …
1567 test "$hc_cv_have_u_int8_t" != "yes"; then
1819 test "$hc_cv_have_u_int8_t" = "yes" && AC_DEFINE(HAVE_U_INT)