aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-03-15 12:51:50 +0100
committerBjörn Gustavsson <[email protected]>2016-03-15 13:15:58 +0100
commit99b8c76f52558a1522f8ecc9efef7b3633656c8a (patch)
treefdd4dafc7f124956f4c120e52344913e41b2593b /erts/configure.in
parent12c3609f15dbe367684ecb506b61f07c15205c51 (diff)
downloadotp-99b8c76f52558a1522f8ecc9efef7b3633656c8a.tar.gz
otp-99b8c76f52558a1522f8ecc9efef7b3633656c8a.tar.bz2
otp-99b8c76f52558a1522f8ecc9efef7b3633656c8a.zip
run_erl: Don't define _XOPEN_SOURCE on OS X
On MacOS X, defining _XOPEN_SOURCE usually *removes* features from header files. Therefore, we should not set _XOPEN_SOURCE to 600 since that will remove the prototype for vsyslog(). Setting it to an empty value or not including it will ensure that the vsyslog() prototype is included.
Diffstat (limited to 'erts/configure.in')
0 files changed, 0 insertions, 0 deletions