diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-17 18:24:37 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-12-18 10:30:53 -0800 |
commit | b63912ed4c69fedd1bea92274d6cae0429a79677 (patch) | |
tree | e44dc14894f634ecfdfc5b4eb545a1ff5843c2fb /include | |
parent | 0cb638dc6822e54567a1731ea1cf588475a226e9 (diff) |
Convert checks for PC98 support from platform #ifdefs to configure flag
Default remains the same - on for most OS'es on i386 (except Solaris),
off for everyone else. Can be manually toggled via --enable-pc98 or
--disable-pc98.
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 794de7ae3..9fe7cdef5 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -133,4 +133,7 @@ /* Use SIGIO handlers for input device events by default */ #undef USE_SIGIO_BY_DEFAULT +/* Support PC98 */ +#undef SUPPORT_PC98 + #endif /* _XORG_CONFIG_H_ */ |