From 0612e84b3cec508c3d62d38c4e2682c85cc808bb Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 31 May 2010 17:17:13 +0400 Subject: * Fix strict aliasing while compiling with optimization * Fix tanhl detection for platforms that have not implementation of it * Remove several compile warnings --- config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 99ea39c5b..ebb48f508 100644 --- a/config.h.in +++ b/config.h.in @@ -96,6 +96,8 @@ #cmakedefine HAVE_FLOCK 1 +#cmakedefine HAVE_TANHL 1 + #cmakedefine HAVE_SA_SIGINFO 1 #cmakedefine DEBUG_MODE 1 -- cgit v1.2.3