8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Use llrint() on platforms where it is available

This commit is contained in:
skidder 2004-04-09 00:23:58 +00:00
parent 2167ce4873
commit d1e22bee87
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.193 2004-03-30 10:04:11 aafemt Exp $
dnl $Id: configure.in,v 1.194 2004-04-09 00:23:55 skidder Exp $
dnl ############################# INITIALISATION ###############################
@ -442,6 +442,7 @@ fi
AC_CHECK_FUNCS(tcgetattr strdup)
AC_CHECK_FUNCS(mkstemp)
AC_CHECK_FUNCS(pthread_keycreate pthread_key_create)
AC_CHECK_FUNCS(llrint)
# Checks for typedefs, structures, and compiler characteristics.

View File

@ -164,6 +164,7 @@
#undef HAVE_TCGETATTR
#define HAVE_STRDUP
#undef HAVE_MKSTEMP
#undef HAVE_LLRINT
/* Types */