Replace HAVE_* tests with just checking for (__solaris__)
authorEric Anholt <anholt@FreeBSD.org>
Tue, 25 Jul 2006 16:13:59 +0000 (09:13 -0700)
committerEric Anholt <anholt@FreeBSD.org>
Tue, 25 Jul 2006 16:13:59 +0000 (09:13 -0700)
commitb7c96681b2bfc968b198058122c93050feb7927e
treef24fbea0cafee31d71d667da4955d2b600c71fe3
parent14faffc326b9ab1f738edb3ec7febdbe0f5bc079
Replace HAVE_* tests with just checking for (__solaris__)

The installed headers can't be relying on the presence of the internal
config.h defines, and it was breaking the xcb build for me as well due to
config.h not being included early enough.
src/xcb.h