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

/xsrc/external/mit/xterm/dist/
H A Dconfigure3879 cf_cv_xopen_source=broken
3889 if test "${cf_cv_xopen_source+set}" = set; then
3923 cf_cv_xopen_source=no
3962 cf_cv_xopen_source=no
3966 cf_cv_xopen_source=$cf_XOPEN_SOURCE
3975 echo "$as_me:3975: result: $cf_cv_xopen_source" >&5
3976 echo "${ECHO_T}$cf_cv_xopen_source" >&6
3978 if test "$cf_cv_xopen_source" != no ; then
3988 cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
4385 if test "$cf_cv_xopen_source"
[all...]
H A Daclocal.m43177 AC_CACHE_CHECK(if we should define _XOPEN_SOURCE,cf_cv_xopen_source,[
3179 [cf_cv_xopen_source=no],
3183 [cf_cv_xopen_source=no],
3184 [cf_cv_xopen_source=$cf_XOPEN_SOURCE])
3189 if test "$cf_cv_xopen_source" != no ; then
3192 cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
5045 cf_cv_xopen_source=broken
5056 if test "$cf_cv_xopen_source" = no ; then
5072 if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then

Completed in 11 milliseconds