unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / isnanf
blobe99963b8dc35b4ac2f2fb963acd201ab3958f371
1 Description:
2 isnanf() function: test for NaN.
4 Files:
5 lib/isnanf.c
6 lib/isnan.c
7 lib/float+.h
8 m4/exponentf.m4
9 m4/isnanf.m4
11 Depends-on:
12 math
13 fpieee
14 memcmp
16 configure.ac:
17 gl_FUNC_ISNANF
18 m4_ifdef([gl_ISNAN], [
19   AC_REQUIRE([gl_ISNAN])
21 if test $HAVE_ISNANF = 0 || test $REPLACE_ISNAN = 1; then
22   AC_LIBOBJ([isnanf])
23   gl_PREREQ_ISNANF
25 gl_MATH_MODULE_INDICATOR([isnanf])
27 Makefile.am:
29 Include:
30 <math.h>
32 Link:
33 $(ISNANF_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 all