Check for the presence of trunc and round, and make the ISOC99 detection a little more sane (closes issue #10776)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83431 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-09-21 14:25:51 +00:00
parent ab333a003c
commit 78a94595f6
6 changed files with 1832 additions and 146 deletions

View File

@@ -454,6 +454,18 @@
/* Define to 1 if you have the `rint' function. */
#undef HAVE_RINT
/* Define this to indicate the ${ROUND_DESCRIP} library */
#undef HAVE_ROUND
/* Define this to indicate the ${ROUNDL_DESCRIP} library */
#undef HAVE_ROUNDL
/* Define to indicate the ${ROUNDL_DESCRIP} library version */
#undef HAVE_ROUNDL_VERSION
/* Define to indicate the ${ROUND_DESCRIP} library version */
#undef HAVE_ROUND_VERSION
/* Define if your system has the RTLD_NOLOAD headers. */
#undef HAVE_RTLD_NOLOAD
@@ -654,6 +666,18 @@
/* Define to indicate the ${TONEZONE_DESCRIP} library version */
#undef HAVE_TONEZONE_VERSION
/* Define this to indicate the ${TRUNC_DESCRIP} library */
#undef HAVE_TRUNC
/* Define this to indicate the ${TRUNCL_DESCRIP} library */
#undef HAVE_TRUNCL
/* Define to indicate the ${TRUNCL_DESCRIP} library version */
#undef HAVE_TRUNCL_VERSION
/* Define to indicate the ${TRUNC_DESCRIP} library version */
#undef HAVE_TRUNC_VERSION
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H