@@ -11858,7 +11858,7 @@ for ac_func in bcmp fchdir fchown fsync getcwd getpseudotty \
1185811858 setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \
1185911859 sigvec strcasecmp strerror strftime stricmp strncasecmp \
1186011860 strnicmp strpbrk strtol tgetent towlower towupper iswupper \
11861- usleep utime utimes isnan isinf
11861+ usleep utime utimes
1186211862do :
1186311863 as_ac_var=` $as_echo " ac_cv_func_$ac_func " | $as_tr_sh `
1186411864ac_fn_c_check_func " $LINENO " " $ac_func " " $as_ac_var "
@@ -12379,6 +12379,70 @@ if ac_fn_c_try_link "$LINENO"; then :
1237912379 { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
1238012380$as_echo " yes" >&6 ; }; $as_echo " #define HAVE_FLOAT_FUNCS 1" >> confdefs.h
1238112381
12382+ else
12383+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
12384+ $as_echo " no" >&6 ; }
12385+ fi
12386+ rm -f core conftest.err conftest.$ac_objext \
12387+ conftest$ac_exeext conftest.$ac_ext
12388+
12389+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for isinf()" >&5
12390+ $as_echo_n " checking for isinf()... " >&6 ; }
12391+ cat confdefs.h - << _ACEOF >conftest.$ac_ext
12392+ /* end confdefs.h. */
12393+
12394+ #ifdef HAVE_MATH_H
12395+ # include <math.h>
12396+ #endif
12397+ #if STDC_HEADERS
12398+ # include <stdlib.h>
12399+ # include <stddef.h>
12400+ #endif
12401+
12402+ int
12403+ main ()
12404+ {
12405+ int r = isinf(1.11);
12406+ ;
12407+ return 0;
12408+ }
12409+ _ACEOF
12410+ if ac_fn_c_try_link " $LINENO " ; then :
12411+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
12412+ $as_echo " yes" >&6 ; }; $as_echo " #define HAVE_ISINF 1" >> confdefs.h
12413+
12414+ else
12415+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
12416+ $as_echo " no" >&6 ; }
12417+ fi
12418+ rm -f core conftest.err conftest.$ac_objext \
12419+ conftest$ac_exeext conftest.$ac_ext
12420+
12421+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for isnan()" >&5
12422+ $as_echo_n " checking for isnan()... " >&6 ; }
12423+ cat confdefs.h - << _ACEOF >conftest.$ac_ext
12424+ /* end confdefs.h. */
12425+
12426+ #ifdef HAVE_MATH_H
12427+ # include <math.h>
12428+ #endif
12429+ #if STDC_HEADERS
12430+ # include <stdlib.h>
12431+ # include <stddef.h>
12432+ #endif
12433+
12434+ int
12435+ main ()
12436+ {
12437+ int r = isnan(1.11);
12438+ ;
12439+ return 0;
12440+ }
12441+ _ACEOF
12442+ if ac_fn_c_try_link " $LINENO " ; then :
12443+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: yes" >&5
12444+ $as_echo " yes" >&6 ; }; $as_echo " #define HAVE_ISNAN 1" >> confdefs.h
12445+
1238212446else
1238312447 { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
1238412448$as_echo " no" >&6 ; }
0 commit comments