Lines Matching refs:if

37 dnl Checks if the preprocessor _REENTRANT definition
45 if(0 != errno)
53 if test "$tmp_errno" = "yes"; then
89 dnl Checks if the preprocessor _REENTRANT definition
100 if test "$tmp_gmtime_r" = "yes"; then
122 dnl Checks if the preprocessor _REENTRANT definition
133 if test "$tmp_localtime_r" = "yes"; then
155 dnl Checks if the preprocessor _REENTRANT definition
166 if test "$tmp_strerror_r" = "yes"; then
188 dnl Checks if the preprocessor _REENTRANT definition
199 if test "$tmp_strtok_r" = "yes"; then
221 dnl Checks if the preprocessor _REENTRANT definition
232 if test "$tmp_gethostbyname_r" = "yes"; then
254 dnl Checks if the preprocessor _REENTRANT definition
265 if test "$tmp_getprotobyname_r" = "yes"; then
287 dnl Checks if the preprocessor _REENTRANT definition
292 if test "$tmp_need_reentrant" = "no"; then
295 if test "$tmp_need_reentrant" = "no"; then
298 if test "$tmp_need_reentrant" = "no"; then
301 if test "$tmp_need_reentrant" = "no"; then
304 if test "$tmp_need_reentrant" = "no"; then
307 if test "$tmp_need_reentrant" = "no"; then
315 dnl Checks if the preprocessor _REENTRANT definition
333 dnl Checks if the preprocessor _THREAD_SAFE definition
365 [Define to 1 if _REENTRANT preprocessor symbol must be defined.])
385 [Define to 1 if _THREAD_SAFE preprocessor symbol must be defined.])
396 dnl This first checks if the preprocessor _REENTRANT
399 dnl if its definition is required to make visible to
400 dnl the compiler a set of *_r functions. Finally, if
409 AC_MSG_CHECKING([if _REENTRANT is already defined])
427 if test "$tmp_reentrant_initially_defined" = "no"; then
428 AC_MSG_CHECKING([if _REENTRANT is actually needed])
430 if test "$tmp_need_reentrant" = "no"; then
433 if test "$tmp_need_reentrant" = "no"; then
436 if test "$tmp_need_reentrant" = "yes"; then
443 AC_MSG_CHECKING([if _REENTRANT is onwards defined])
444 if test "$tmp_reentrant_initially_defined" = "yes" ||
457 dnl This first checks if the preprocessor _THREAD_SAFE
460 dnl if its definition is required. Finally, if
469 AC_MSG_CHECKING([if _THREAD_SAFE is already defined])
487 if test "$tmp_thread_safe_initially_defined" = "no"; then
488 AC_MSG_CHECKING([if _THREAD_SAFE is actually needed])
490 if test "$tmp_need_thread_safe" = "yes"; then
497 AC_MSG_CHECKING([if _THREAD_SAFE is onwards defined])
498 if test "$tmp_thread_safe_initially_defined" = "yes" ||