Module Name: xsrc
Committed By: veego
Date: Sun Jan 10 09:59:46 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-wsfb/include: config.h
Log Message:
Regenerate to match current source
* Commented entries added (HAVE_XF1BPP, HAVE_XF4BPP)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-wsfb/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-wsfb/include/config.h
diff -u xsrc/external/mit/xf86-video-wsfb/include/config.h:1.2 xsrc/external/mit/xf86-video-wsfb/include/config.h:1.3
--- xsrc/external/mit/xf86-video-wsfb/include/config.h:1.2 Mon Nov 9 05:24:38 2009
+++ xsrc/external/mit/xf86-video-wsfb/include/config.h Sun Jan 10 09:59:46 2010
@@ -1,4 +1,4 @@
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
#include "xorg-server.h"
@@ -33,6 +33,12 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Have 1bpp support */
+/* #undef HAVE_XF1BPP */
+
+/* Have 4bpp support */
+/* #undef HAVE_XF4BPP */
+
/* Name of package */
#define PACKAGE "xf86-video-wsfb"