configure: Define _XOPEN_SOURCE to 600 in mkstemp check
commit6bed5460ebcb3ecebf7e942f65a24385458609d2
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 5 Jan 2011 16:01:01 +0000 (5 16:01 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 31 Jan 2011 14:03:10 +0000 (31 16:03 +0200)
treefa232a317e44f16c9d603aebbb45a3a494b4439b
parentaf0e2107b29a612a7859fd12a033855d053cda13
configure: Define _XOPEN_SOURCE to 600 in mkstemp check

Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is
consistent to the use in libavcodec, consistent with other
_XOPEN_SOURCE defines in tests and it fixes detection on Solaris that
refuses to compile system headers when combining std=c99 with
_XOPEN_SOURCE 500.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32759 b3059339-0415-0410-9bf9-f77b7e298cf2
configure