ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src globals.h,1.11,1.11.2.1


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src globals.h,1.11,1.11.2.1
Date: Sat, 22 Mar 2003 19:25:00 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv29808/src

Modified Files:
      Tag: new_prefs
        globals.h 
Log Message:
Use iGetLocalPref instead of using do_ayttm_debug directly


Index: globals.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/globals.h,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -r1.11 -r1.11.2.1
--- globals.h   16 Mar 2003 21:28:51 -0000      1.11
+++ globals.h   23 Mar 2003 00:24:58 -0000      1.11.2.1
@@ -45,21 +45,12 @@
 
 extern char geometry[256];
 
-#ifdef HAVE_ICONV_H
-extern int use_recoding;
-extern char local_encoding[];
-extern char remote_encoding[];
-#endif
-
 /* The location of our config files */
 extern char config_dir[];
 
 /* debug messages */
-extern int do_ayttm_debug;
-extern int do_ayttm_debug_html;
-
-#define DBG_HTML do_ayttm_debug_html
-#define DBG_CORE do_ayttm_debug
+#define DBG_HTML iGetLocalPref( "do_ayttm_debug_html" )
+#define DBG_CORE iGetLocalPref( "do_ayttm_debug" )
 
 #if defined(__MINGW32__) && defined(__IN_PLUGIN__)
 #define extern extern





reply via email to

[Prev in Thread] Current Thread [Next in Thread]