Skip to content

Commit a870974

Browse files
committed
We should not need to force system extension macros everywhere anymore.
1 parent 867c3de commit a870974

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

configure.ac

-14
Original file line numberDiff line numberDiff line change
@@ -291,20 +291,6 @@ if test "x$auto_flags" = "xyes" ; then
291291

292292
fi
293293

294-
# Add some preprocessor flags to include additional system features
295-
#------------------------------------------------------------------
296-
297-
case "$host_os" in
298-
linux*)
299-
CPPFLAGS="${CPPFLAGS} -D_POSIX_C_SOURCE=200809L"
300-
;;
301-
darwin*)
302-
CPPFLAGS="${CPPFLAGS} -D_DARWIN_C_SOURCE"
303-
;;
304-
*)
305-
;;
306-
esac
307-
308294
# Preprocessor flags for debugging purposes
309295

310296
if test "x$debug" = "xyes"; then

0 commit comments

Comments
 (0)