We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe992bf + 7e03e4d commit df0f129Copy full SHA for df0f129
configure.ac
@@ -498,10 +498,7 @@ AC_CHECK_FUNCS(setutxent utmpxname)
498
AC_CHECK_FUNCS(logout updwtmp logwtmp)
499
500
# POSIX monotonic time
501
-OLDCFLAGS="$CFLAGS"
502
-CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=199309L"
503
AC_CHECK_FUNCS(clock_gettime)
504
-CFLAGS="$OLDCFLAGS"
505
506
# OS X monotonic time
507
AC_CHECK_HEADERS([mach/mach_time.h])
includes.h
@@ -29,11 +29,6 @@
29
#include "options.h"
30
#include "debug.h"
31
32
-#if __linux__
33
-/* For clock_gettime */
34
-#define _POSIX_C_SOURCE 199309L
35
-#endif
36
-
37
#include <sys/types.h>
38
#include <sys/ioctl.h>
39
#include <sys/param.h> /* required for BSD4_4 define */
0 commit comments