diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 20:33:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 20:33:10 +0000 |
commit | 2f797b362354e040de1b1f83c7a5136bf965242b (patch) | |
tree | 312372975df2c6f7713df33c634d7e201cacc164 /xserver/composite | |
parent | 73dcf465cacf8fe31b695db4f325b800eb9d1abe (diff) |
regen
Diffstat (limited to 'xserver/composite')
-rw-r--r-- | xserver/composite/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xserver/composite/Makefile.in b/xserver/composite/Makefile.in index 778a48854..c8ec9e31e 100644 --- a/xserver/composite/Makefile.in +++ b/xserver/composite/Makefile.in @@ -198,6 +198,10 @@ GL_CFLAGS = @GL_CFLAGS@ GL_LIBS = @GL_LIBS@ H3600_TS_FALSE = @H3600_TS_FALSE@ H3600_TS_TRUE = @H3600_TS_TRUE@ +HP300_VIDEO_FALSE = @HP300_VIDEO_FALSE@ +HP300_VIDEO_TRUE = @HP300_VIDEO_TRUE@ +HPPA_VIDEO_FALSE = @HPPA_VIDEO_FALSE@ +HPPA_VIDEO_TRUE = @HPPA_VIDEO_TRUE@ I386_VIDEO_FALSE = @I386_VIDEO_FALSE@ I386_VIDEO_TRUE = @I386_VIDEO_TRUE@ INSTALL_DATA = @INSTALL_DATA@ @@ -469,6 +473,8 @@ XWIN_SYSTEM_LIBS = @XWIN_SYSTEM_LIBS@ XWIN_TRUE = @XWIN_TRUE@ XWIN_XV_FALSE = @XWIN_XV_FALSE@ XWIN_XV_TRUE = @XWIN_XV_TRUE@ +X_PRIVSEP_FALSE = @X_PRIVSEP_FALSE@ +X_PRIVSEP_TRUE = @X_PRIVSEP_TRUE@ YACC = @YACC@ __XCONFIGFILE__ = @__XCONFIGFILE__@ ac_ct_AR = @ac_ct_AR@ |