]> git.meshlink.io Git - meshlink/blobdiff - configure.ac
Make sure we #define _POSIX_C_SOURCE.
[meshlink] / configure.ac
index f9a93259e7ceb7d3b2adc1a15d55e0f3750acbc9..364884999cdf12005f99f50872bd4c94b0603726 100644 (file)
@@ -12,8 +12,9 @@ AM_SILENT_RULES([yes])
 # Enable GNU extensions.
 # Define this here, not in acconfig's @TOP@ section, since definitions
 # in the latter don't make it into the configure-time tests.
-AC_GNU_SOURCE
+AC_USE_SYSTEM_EXTENSIONS
 AC_DEFINE([__USE_BSD], 1, [Enable BSD extensions])
+AC_DEFINE([_POSIX_C_SOURCE], 200809L, [Enable POSIX features])
 
 dnl Checks for programs.
 AM_PROG_CC_C_O