From d77e0b37b6d81fe3d2d4c2f18acf72b114e1b08a Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 23 Oct 2019 15:59:49 +0000
Subject: Remove obsolete documentation for --enable-clock
---
doc/flags.html | 27 ---------------------------
1 file changed, 27 deletions(-)
(limited to 'doc/flags.html')
diff --git a/doc/flags.html b/doc/flags.html
index b74d344..b50f6b9 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -148,33 +148,6 @@ POSIX freak, or your Unix distribution is running ntpd for you, or
other software is assuming you're on UTC. This is the default.
- --enable-clock
-
-
- The Open Group Base Specifications, issue 7, describes gettimeofday()
-as obsolescent, and recommends the use of
-clock_gettime()
-with the CLOCK_REALTIME option instead. However:
-
-
-
- - clock_gettime() is not as portable; for instance, Darwin does not have it.
- - On most systems, using the clock_ functions requires linking with librt,
-which is slightly inconvenient - and silly if all you want is timestamping.
-
-
-
- If --enable-clock is set, the tain_now()
-and tain_setnow() functions for getting and setting time will be based on
-the clock_gettime() and clock_settime() functions.
-
-
-
- Otherwise, the old-school gettimeofday()
-and settimeofday() interfaces will be used. This is the default,
-and it's usually safe.
-
-
--disable-ipv6
--
cgit v1.2.3