Skip to content

Commit df0f129

Browse files
committed
merge
2 parents fe992bf + 7e03e4d commit df0f129

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,7 @@ AC_CHECK_FUNCS(setutxent utmpxname)
498498
AC_CHECK_FUNCS(logout updwtmp logwtmp)
499499

500500
# POSIX monotonic time
501-
OLDCFLAGS="$CFLAGS"
502-
CFLAGS="$CFLAGS -D_POSIX_C_SOURCE=199309L"
503501
AC_CHECK_FUNCS(clock_gettime)
504-
CFLAGS="$OLDCFLAGS"
505502

506503
# OS X monotonic time
507504
AC_CHECK_HEADERS([mach/mach_time.h])

includes.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
#include "options.h"
3030
#include "debug.h"
3131

32-
#if __linux__
33-
/* For clock_gettime */
34-
#define _POSIX_C_SOURCE 199309L
35-
#endif
36-
3732
#include <sys/types.h>
3833
#include <sys/ioctl.h>
3934
#include <sys/param.h> /* required for BSD4_4 define */

0 commit comments

Comments
 (0)