Home
last modified time | relevance | path

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

/dports/games/eif/eif-1.3.4/
H A Dconfigure.ac68 AC_CACHE_CHECK([whether fd_set needs 'struct'], [ac_cv_fd_set_needs_struct],
80 ],[ac_cv_fd_set_needs_struct=no],AC_TRY_COMPILE([
90 ],[ac_cv_fd_set_needs_struct=yes],
91 [ac_cv_fd_set_needs_struct=no]))
93 if test "$ac_cv_fd_set_needs_struct" = "yes"; then
H A Dconfigure5049 ac_cv_fd_set_needs_struct=no
5092 ac_cv_fd_set_needs_struct=yes
5097 ac_cv_fd_set_needs_struct=no
5104 echo "$as_me:$LINENO: result: $ac_cv_fd_set_needs_struct" >&5
5105 echo "${ECHO_T}$ac_cv_fd_set_needs_struct" >&6
5106 if test "$ac_cv_fd_set_needs_struct" = "yes"; then