CVS: rdesktop configure.ac, 1.38, 1.39 seamless.c, 1.6, 1.7

Pierre Ossman <[email protected]> Wed, 13 Jun 2007 07:53:35 -0700
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28050

Modified Files:
	configure.ac seamless.c 
Log Message:
Control seamless debug output via configure.


Index: configure.ac
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/configure.ac,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** configure.ac	6 Dec 2006 12:12:37 -0000	1.38
--- configure.ac	13 Jun 2007 14:53:32 -0000	1.39
***************
*** 831,834 ****
--- 831,842 ----
      ])
  
+ AC_ARG_WITH(debug-seamless,
+     [  --with-debug-seamless  enable debugging of SeamlessRDP code],
+     [
+         if test $withval != "no";
+         then 
+             AC_DEFINE(WITH_DEBUG_SEAMLESS,1)
+ 	fi
+     ])
  
  AC_ARG_WITH(debug-smartcard,

Index: seamless.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/seamless.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** seamless.c	8 Jan 2007 04:47:06 -0000	1.6
--- seamless.c	13 Jun 2007 14:53:32 -0000	1.7
***************
*** 23,28 ****
  #include <assert.h>
  
- /* #define WITH_DEBUG_SEAMLESS */
- 
  #ifdef WITH_DEBUG_SEAMLESS
  #define DEBUG_SEAMLESS(args) printf args;
--- 23,26 ----


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/