xserver-multidpi/hw/xfree86/x86emu
Alan Coopersmith c4c154d18e Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names
When building on Solaris with _XOPEN_SOURCE set to a recent XPG release,
<stdlib.h> and other core headers start including <sys/regset.h>, which
has a bunch of unfortunately named macros such as "CS", "ES", etc. for
x86 & x64 registers which clash with existing variable & struct member
names in Xorg - so #undef these so they don't interfere with our use.

(Yes, have filed a bug against the system headers for exposing these,
 but this solves the problem for building on existing releases.)

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2013-11-12 21:03:53 +09:00
..
x86emu Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names 2013-11-12 21:03:53 +09:00
debug.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
decode.c Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names 2013-11-12 21:03:53 +09:00
fpu.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am Replace INCLUDES with AM_CPPFLAGS 2013-08-06 13:08:13 +10:00
ops.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
ops2.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
prim_ops.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sys.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
validate.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
x86emu.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00