diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-05-25 16:20:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-05-25 16:20:51 +0000 |
commit | af7383d7c7d8ca32ca682b480d4a698bec3642ae (patch) | |
tree | 709be98b9d1a825254d2b7fe350bee6fd97177da /xserver/include | |
parent | d9253c1e2a9a3c3134ac9df61b32baf334636eee (diff) |
regen
Diffstat (limited to 'xserver/include')
-rw-r--r-- | xserver/include/Makefile.in | 4 | ||||
-rw-r--r-- | xserver/include/do-not-use-config.h.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/xserver/include/Makefile.in b/xserver/include/Makefile.in index 1fb964f32..1e29167cc 100644 --- a/xserver/include/Makefile.in +++ b/xserver/include/Makefile.in @@ -229,8 +229,12 @@ KDRIVEFBDEV_FALSE = @KDRIVEFBDEV_FALSE@ KDRIVEFBDEV_TRUE = @KDRIVEFBDEV_TRUE@ KDRIVELINUX_FALSE = @KDRIVELINUX_FALSE@ KDRIVELINUX_TRUE = @KDRIVELINUX_TRUE@ +KDRIVEOPENBSD_FALSE = @KDRIVEOPENBSD_FALSE@ +KDRIVEOPENBSD_TRUE = @KDRIVEOPENBSD_TRUE@ KDRIVEVESA_FALSE = @KDRIVEVESA_FALSE@ KDRIVEVESA_TRUE = @KDRIVEVESA_TRUE@ +KDRIVEWSCONS_FALSE = @KDRIVEWSCONS_FALSE@ +KDRIVEWSCONS_TRUE = @KDRIVEWSCONS_TRUE@ KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ KDRIVE_FALSE = @KDRIVE_FALSE@ KDRIVE_HW_FALSE = @KDRIVE_HW_FALSE@ diff --git a/xserver/include/do-not-use-config.h.in b/xserver/include/do-not-use-config.h.in index a0dd8d507..68568dbaa 100644 --- a/xserver/include/do-not-use-config.h.in +++ b/xserver/include/do-not-use-config.h.in @@ -153,6 +153,9 @@ /* Define to 1 if you have the <dbm.h> header file. */ #undef HAVE_DBM_H +/* Define to 1 if you have the <dev/wscons/wsconsio.h> header file. */ +#undef HAVE_DEV_WSCONS_WSCONSIO_H + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H |