]> Git Repo - qemu.git/commit - configure
Add #defines needed by OpenSolaris, fix breakage by the #defines
authorBlue Swirl <[email protected]>
Sat, 12 Sep 2009 12:36:04 +0000 (12:36 +0000)
committerBlue Swirl <[email protected]>
Sat, 12 Sep 2009 12:36:04 +0000 (12:36 +0000)
commitd741429a9b81fc62666e9be1ab4076e435195093
treeb409e58790ac6489214c516afa347de33bcd156c
parent31ff504d2a00f3528837e4474f9650935edee1a4
Add #defines needed by OpenSolaris, fix breakage by the #defines

We need to define _XOPEN_SOURCE and __EXTENSIONS__ macros in order to get
CMSG_ and TIOCWIN macros defined. But then _POSIX_C_SOURCE gets defined, which
is (incorrectly) used as an indicator for existence of posix_memalign() in osdep.c.

Signed-off-by: Blue Swirl <[email protected]>
configure
osdep.c
This page took 0.021513 seconds and 4 git commands to generate.