xserver/os xstrans.c,1.1,1.2

Phil Blundell xserver-commit at pdx.freedesktop.org
Thu Jun 3 06:39:22 PDT 2004


Committed by: pb

Update of /cvs/xserver/xserver/os
In directory pdx:/tmp/cvs-serv30487/os

Modified Files:
	xstrans.c 
Log Message:
2004-06-03  Philip Blundell  <philb at gnu.org>

	* configure.ac: New options --disable-unix-transport,
	--disable-tcp-transport, --disable-ipv6.
	(UNIXCONN, TCPCONN, IPV6CONN): AC_DEFINE as appropriate.
	* os/xstrans.c (include): Include config.h.


Index: xstrans.c
===================================================================
RCS file: /cvs/xserver/xserver/os/xstrans.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/xstrans.c	29 Sep 2003 01:43:10 -0000	1.1
+++ b/xstrans.c	3 Jun 2004 13:39:20 -0000	1.2
@@ -25,4 +25,6 @@
 #define XSERV_t
 #define TRANS_SERVER
 
+#include "config.h"
+
 #include <transport.c>




More information about the xserver-commit mailing list