Skip to content

Commit

Permalink
Merge pull request #1165 from eregon/remove-unnecessary-XOPEN_SOURCE
Browse files Browse the repository at this point in the history
Do not define _XOPEN_SOURCE, it is not needed anymore
  • Loading branch information
tenderlove authored Jul 25, 2023
2 parents c23db97 + 26e1484 commit 5ced98d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
AC_INIT([YARP],[_YP_VERSION],[https://github.com/ruby/yarp/issues/new],[yarp],[https://github.com/ruby/yarp])

AC_PROG_CC
AC_DEFINE([_XOPEN_SOURCE], [700], [_XOPEN_SOURCE])

AC_CHECK_FUNCS([mmap])
AC_CHECK_FUNCS([snprintf])
Expand Down

0 comments on commit 5ced98d

Please sign in to comment.