From 8d3f410962fed3b4a8e6e3962ebf3bb55f5f2b93 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Jan 2017 14:32:56 -0800 Subject: Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly. --- src/platform/posix/posix_config.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/platform/posix/posix_config.h b/src/platform/posix/posix_config.h index e1bafd5c..234d57cc 100644 --- a/src/platform/posix/posix_config.h +++ b/src/platform/posix/posix_config.h @@ -42,16 +42,6 @@ #include -// These are things about systems we know about. -#ifdef __APPLE__ -// MacOS X used to lack CLOCK_MONOTONIC. Now it has it, but its -// buggy, condition variables set to use it wake early. -#define NNG_USE_CLOCKID CLOCK_REALTIME -// macOS 10.12 has getentropy(), but arc4random() is good enough -// and works on older releases. -#define NNG_USE_ARC4RANDOM 1 -#endif // __APPLE__ - // It should never hurt to use DEVURANDOM, since if the device does not // exist then we won't open it. (Provided: it would be bad if the device // exists but has somehow very very different semantics. We don't know -- cgit v1.2.3-70-g09d2