diff options
author | Aaron Zang <Aaron.Zang@Sun.COM> | 2009-08-03 23:21:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-08-13 21:56:06 -0700 |
commit | 48ee5558333bd324463b6994735cabb23de262ec (patch) | |
tree | 6e9af7f602bb7bd027c9a0767847928d19fb2ce3 /include | |
parent | 613e76ff9055d8ac2b1af1130668180646a9e14c (diff) |
Add new VT support for OpenSolaris & future Solaris releases
Signed-off-by: Aaron Zang <Aaron.Zang@Sun.COM>
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.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 5689f3c19..f62db1742 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -57,6 +57,9 @@ /* Define to 1 if you have the <sys/kd.h> header file. */ #undef HAVE_SYS_KD_H +/* Define to 1 if you have the <sys/vt.h> header file. */ +#undef HAVE_SYS_VT_H + /* Define to 1 if you have the `walkcontext' function (used on Solaris for xorg_backtrace in hw/xfree86/common/xf86Events.c */ #undef HAVE_WALKCONTEXT |