Home | History | Annotate | Download | only in sdl-1.2.15

Lines Matching full:clock_gettime

2283 dnl Check for clock_gettime()
2286 AC_ARG_ENABLE(clock_gettime,
2287 AC_HELP_STRING([--enable-clock_gettime], [use clock_gettime() instead of gettimeofday() on UNIX [[default=no]]]),
2290 AC_CHECK_LIB(rt, clock_gettime, have_clock_gettime=yes)