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