commit | d741429a9b81fc62666e9be1ab4076e435195093 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 12 12:36:04 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 12 12:36:04 2009 +0000 |
tree | b409e58790ac6489214c516afa347de33bcd156c | |
parent | 31ff504d2a00f3528837e4474f9650935edee1a4 [diff] |
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>