debrix/include config.h.in,1.3,1.4

Daniel Stone xserver-commit at pdx.freedesktop.org
Tue Jul 6 16:53:59 PDT 2004


Committed by: daniel

Update of /cvs/xserver/debrix/include
In directory pdx:/tmp/cvs-serv18452/include

Modified Files:
	config.h.in 
Log Message:
* configure.ac:
Minor cleanups; add some XKB defines.

* hw/xorg/common/debrixInit.c:
Add space in printed string (cosmetic).

* hw/xorg/loader/xf86sym.c:
Add in a bunch of symbols, so atimisc loads on my Mach64.

* xkb/Makefile.am:
Remove defines as per configure.ac.

* xkb/XKB*.c:
Add in a heap of missing #include <config.h>'s for xkbfile-derived
code.


Index: config.h.in
===================================================================
RCS file: /cvs/xserver/debrix/include/config.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config.h.in	1 Jul 2004 17:49:50 -0000	1.3
+++ config.h.in	6 Jul 2004 23:53:57 -0000	1.4
@@ -26,6 +26,9 @@
 /* Build Debrix server */
 #undef DEBRIX
 
+/* Building with libdl */
+#undef DLOPEN_SUPPORT
+
 /* Build DPMS extension */
 #undef DPMSExtension
 
@@ -41,6 +44,9 @@
 /* Support XDM-AUTH*-1 */
 #undef HASXDMAUTH
 
+/* Has shared memory support */
+#undef HAS_SHM
+
 /* Define to 1 if you have `alloca', as a function or macro. */
 #undef HAVE_ALLOCA
 
@@ -309,9 +315,15 @@
 /* Support X Input extension */
 #undef XINPUT
 
-/* Build Xkb */
+/* Build XKB */
 #undef XKB
 
+/* Enable XKB per default */
+#undef XKB_DFLT_DISABLED
+
+/* Build XKB server */
+#undef XKB_IN_SERVER
+
 /* Support loadable input and output drivers */
 #undef XLOADABLE
 




More information about the xserver-commit mailing list