diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-13 22:54:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-13 22:54:02 +0000 |
commit | 4f38526566dbcc296d124bb852adfa30ac4d927e (patch) | |
tree | dcaa167528089a97969791e71c0e2cd194338f61 /include/xorg-config.h.in | |
parent | db8aa17f15f62f243400b0267bf281dd27738644 (diff) |
- Use fbdevhwstub.c if <linux/fb.h> is not found
- Use x86emu on Solaris instead of vm86
- Better per-OS control over which xf86Kbd*.c and *Pci.c files to build
- Set various #defines to be defined or not on Solaris as needed
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 84b36cf49..419277a5f 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -67,3 +67,7 @@ /* Building DRI-capable DDX. */ #undef _XORGDRI_SERVER_ + +/* Solaris 8 or later? */ +#undef __SOL8__ + |