summaryrefslogtreecommitdiff
path: root/lib/math.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-29 03:19:52 +0100
committerBruno Haible <bruno@clisp.org>2007-10-29 03:19:52 +0100
commit81ba90be88fe306baebf8055bf0ea095ee61ffe4 (patch)
treede87ef1e7a4a72b3f93fa861104805b7ec9d38a2 /lib/math.in.h
parent1fd8064a06ed3ca83f73c495e998e66c225e395b (diff)
downloadgnulib-81ba90be88fe306baebf8055bf0ea095ee61ffe4.tar.gz
Fix link errors with Sun C 5.0 on Solaris 10.
Diffstat (limited to 'lib/math.in.h')
-rw-r--r--lib/math.in.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/math.in.h b/lib/math.in.h
index 56527d6111..c40ae9c592 100644
--- a/lib/math.in.h
+++ b/lib/math.in.h
@@ -90,7 +90,7 @@ extern long double atanl (long double x);
#if @GNULIB_CEILF@
-# if !@HAVE_DECL_CEILF@
+# if @REPLACE_CEILF@
# define ceilf rpl_ceilf
extern float ceilf (float x);
# endif
@@ -103,7 +103,7 @@ extern float ceilf (float x);
#endif
#if @GNULIB_CEILL@
-# if !@HAVE_DECL_CEILL@
+# if @REPLACE_CEILL@
# define ceill rpl_ceill
extern long double ceill (long double x);
# endif
@@ -141,7 +141,7 @@ extern long double expl (long double x);
#if @GNULIB_FLOORF@
-# if !@HAVE_DECL_FLOORF@
+# if @REPLACE_FLOORF@
# define floorf rpl_floorf
extern float floorf (float x);
# endif
@@ -154,7 +154,7 @@ extern float floorf (float x);
#endif
#if @GNULIB_FLOORL@
-# if !@HAVE_DECL_FLOORL@
+# if @REPLACE_FLOORL@
# define floorl rpl_floorl
extern long double floorl (long double x);
# endif