miniupnpc: bump the _POSIX_C_SOURCE feature macro

FreeBSD doesn't expose IPv6 structures without this.
This commit is contained in:
Ben Boeckel 2014-11-10 11:13:15 -05:00
parent c696492549
commit d855fe4e89

View file

@ -16,7 +16,7 @@ endif ()
if (NOT WIN32)
add_definitions (-DMINIUPNPC_SET_SOCKET_TIMEOUT)
add_definitions (-D_BSD_SOURCE -D_POSIX_C_SOURCE=1)
add_definitions (-D_BSD_SOURCE -D_POSIX_C_SOURCE=201112)
else ()
add_definitions (-D_WIN32_WINNT=0x0501) # XP or higher for getnameinfo and friends
endif ()