Searched refs:cf_cv_sig_atomic_t (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Daclocal.m42889 AC_CACHE_VAL(cf_cv_sig_atomic_t,[
2909 [cf_cv_sig_atomic_t=$cf_type],
2910 [cf_cv_sig_atomic_t=no])
2911 test "$cf_cv_sig_atomic_t" != no && break
2914 AC_MSG_RESULT($cf_cv_sig_atomic_t)
2915 test "$cf_cv_sig_atomic_t" != no && AC_DEFINE_UNQUOTED(SIG_ATOMIC_T, $cf_cv_sig_atomic_t,[Define to signal global datatype])
H A Dconfigure5434 if test "${cf_cv_sig_atomic_t+set}" = set; then
5479 cf_cv_sig_atomic_t=$cf_type
5483 cf_cv_sig_atomic_t=no
5486 test "$cf_cv_sig_atomic_t" != no && break
5491 echo "$as_me:5491: result: $cf_cv_sig_atomic_t" >&5
5492 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6
5493 test "$cf_cv_sig_atomic_t" != no &&
5495 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t

Completed in 101 milliseconds