Added alarm configure check

This commit is contained in:
Alexey Kopytov
2009-05-19 18:22:58 +00:00
parent 512d84fd27
commit f6e66045aa
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
/* config/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
/* Define if you have clock_gettime() declared in <time.h> */
#undef HAVE_CLOCK_GETTIME
@ -51,6 +54,9 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the <lrand48> header file. */
#undef HAVE_LRAND48
/* Define to 1 if you have Lua headers and libraries */
#undef HAVE_LUA

View File

@ -169,6 +169,7 @@ AC_CHECK_DECL([clock_gettime],
AC_SEARCH_LIBS([clock_gettime], [rt])
AC_CHECK_FUNCS([ \
alarm \
directio \
fdatasync \
gettimeofday \