]> git.proxmox.com Git - qemu.git/commit
Add #defines needed by OpenSolaris, fix breakage by the #defines
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Sep 2009 12:36:04 +0000 (12:36 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
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 <blauwirbel@gmail.com>
configure
osdep.c