diff options
author | Justin Brewer <jzb0012@auburn.edu> | 2018-04-13 14:40:34 -0500 |
---|---|---|
committer | Justin Brewer <jzb0012@auburn.edu> | 2018-04-28 16:35:40 -0500 |
commit | 49bbaacc79dc73ed797450aa94463106b18d2a5d (patch) | |
tree | a6850a1e0c1d145b0ca5131dabc7a65a0c00944e /read.h | |
parent | bbeab80090556ef115b6e11c9bbab534b9ea7717 (diff) |
Strip down fmacros.h
strerror_r and addrinfo require _POSIX_C_SOURCE >= 200112L, which is
implied by _XOPEN_SOURCE >= 600. With the removal of AF_LOCAL usage,
the only non-standard features being used are the TCP_KEEP* socket
flags. _DARWIN_C_SOURCE is required to expose TCP_KEEPALIVE.
Fall back to using _XOPEN_SOURCE 600 for all platforms, and
additionally define _DARWIN_C_SOURCE for Darwin.
Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
Diffstat (limited to 'read.h')
0 files changed, 0 insertions, 0 deletions