mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Use llrint() on platforms where it is available
This commit is contained in:
parent
2167ce4873
commit
d1e22bee87
@ -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 ###############################
|
dnl ############################# INITIALISATION ###############################
|
||||||
|
|
||||||
@ -442,6 +442,7 @@ fi
|
|||||||
AC_CHECK_FUNCS(tcgetattr strdup)
|
AC_CHECK_FUNCS(tcgetattr strdup)
|
||||||
AC_CHECK_FUNCS(mkstemp)
|
AC_CHECK_FUNCS(mkstemp)
|
||||||
AC_CHECK_FUNCS(pthread_keycreate pthread_key_create)
|
AC_CHECK_FUNCS(pthread_keycreate pthread_key_create)
|
||||||
|
AC_CHECK_FUNCS(llrint)
|
||||||
|
|
||||||
|
|
||||||
# Checks for typedefs, structures, and compiler characteristics.
|
# Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
@ -164,6 +164,7 @@
|
|||||||
#undef HAVE_TCGETATTR
|
#undef HAVE_TCGETATTR
|
||||||
#define HAVE_STRDUP
|
#define HAVE_STRDUP
|
||||||
#undef HAVE_MKSTEMP
|
#undef HAVE_MKSTEMP
|
||||||
|
#undef HAVE_LLRINT
|
||||||
|
|
||||||
|
|
||||||
/* Types */
|
/* Types */
|
||||||
|
Loading…
Reference in New Issue
Block a user