gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash pythonmodule/pyGnash.cpp pythonmodule/gna...


From: Rob Savoye
Subject: [Gnash-commit] gnash pythonmodule/pyGnash.cpp pythonmodule/gna...
Date: Tue, 22 Jan 2008 21:13:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/01/22 21:13:17

Modified files:
        pythonmodule   : pyGnash.cpp gnashpython.cpp 
        extensions/gtk2: gtkext.cpp 
        extensions/dbus: dbus_ext.cpp 
        extensions/mysql: mysql_db.cpp 
        extensions/lirc: lirc_ext.cpp 
        extensions/metome: metome_ext.cpp 
        extensions/dejagnu: dejagnu.cpp 
        cygnal/Net/unit_tests: Test_socket_device.cpp 
        cygnal/IO/unit_tests: Test_IO.cpp 

Log message:
        Use gnashconfig.h instead of config.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/pythonmodule/pyGnash.cpp?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/pythonmodule/gnashpython.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/gtk2/gtkext.cpp?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/dbus/dbus_ext.cpp?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/mysql/mysql_db.cpp?cvsroot=gnash&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/lirc/lirc_ext.cpp?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/metome/metome_ext.cpp?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/dejagnu/dejagnu.cpp?cvsroot=gnash&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/Net/unit_tests/Test_socket_device.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/IO/unit_tests/Test_IO.cpp?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: pythonmodule/pyGnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/pythonmodule/pyGnash.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pythonmodule/pyGnash.cpp    12 Jan 2008 15:05:54 -0000      1.4
+++ pythonmodule/pyGnash.cpp    22 Jan 2008 21:13:15 -0000      1.5
@@ -19,7 +19,7 @@
 //
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include "gnashconfig.h"
 #endif
 
 #include <boost/python.hpp>

Index: pythonmodule/gnashpython.cpp
===================================================================
RCS file: /sources/gnash/gnash/pythonmodule/gnashpython.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- pythonmodule/gnashpython.cpp        18 Jan 2008 17:48:25 -0000      1.5
+++ pythonmodule/gnashpython.cpp        22 Jan 2008 21:13:15 -0000      1.6
@@ -18,7 +18,7 @@
 //
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include "gnashconfig.h"
 #endif
 
 #include "GnashException.h"

Index: extensions/gtk2/gtkext.cpp
===================================================================
RCS file: /sources/gnash/gnash/extensions/gtk2/gtkext.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- extensions/gtk2/gtkext.cpp  21 Jan 2008 23:29:08 -0000      1.9
+++ extensions/gtk2/gtkext.cpp  22 Jan 2008 21:13:15 -0000      1.10
@@ -16,7 +16,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gnashconfig.h"
 #endif
 
 #include <map>

Index: extensions/dbus/dbus_ext.cpp
===================================================================
RCS file: /sources/gnash/gnash/extensions/dbus/dbus_ext.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- extensions/dbus/dbus_ext.cpp        27 Sep 2007 00:29:30 -0000      1.1
+++ extensions/dbus/dbus_ext.cpp        22 Jan 2008 21:13:16 -0000      1.2
@@ -1,5 +1,5 @@
 // 
-//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+//   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 //
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gnashconfig.h"
 #endif
 
 #include <iostream>

Index: extensions/mysql/mysql_db.cpp
===================================================================
RCS file: /sources/gnash/gnash/extensions/mysql/mysql_db.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- extensions/mysql/mysql_db.cpp       21 Jan 2008 23:29:09 -0000      1.12
+++ extensions/mysql/mysql_db.cpp       22 Jan 2008 21:13:16 -0000      1.13
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gnashconfig.h"
 #endif
 
 #include <cstdarg>

Index: extensions/lirc/lirc_ext.cpp
===================================================================
RCS file: /sources/gnash/gnash/extensions/lirc/lirc_ext.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- extensions/lirc/lirc_ext.cpp        21 Jan 2008 23:29:09 -0000      1.2
+++ extensions/lirc/lirc_ext.cpp        22 Jan 2008 21:13:16 -0000      1.3
@@ -17,7 +17,7 @@
 //
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gnashconfig.h"
 #endif
 
 #include <iostream>

Index: extensions/metome/metome_ext.cpp
===================================================================
RCS file: /sources/gnash/gnash/extensions/metome/metome_ext.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- extensions/metome/metome_ext.cpp    21 Jan 2008 23:29:09 -0000      1.2
+++ extensions/metome/metome_ext.cpp    22 Jan 2008 21:13:16 -0000      1.3
@@ -17,7 +17,7 @@
 //
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gnashconfig.h"
 #endif
 
 #include <iostream>

Index: extensions/dejagnu/dejagnu.cpp
===================================================================
RCS file: /sources/gnash/gnash/extensions/dejagnu/dejagnu.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- extensions/dejagnu/dejagnu.cpp      21 Jan 2008 23:29:08 -0000      1.12
+++ extensions/dejagnu/dejagnu.cpp      22 Jan 2008 21:13:16 -0000      1.13
@@ -16,7 +16,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "gnashconfig.h"
 #endif
 
 #include <map>

Index: cygnal/Net/unit_tests/Test_socket_device.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/Net/unit_tests/Test_socket_device.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cygnal/Net/unit_tests/Test_socket_device.cpp        21 Jan 2008 20:56:09 
-0000      1.5
+++ cygnal/Net/unit_tests/Test_socket_device.cpp        22 Jan 2008 21:13:16 
-0000      1.6
@@ -17,7 +17,7 @@
 
 /// \file Test_socket_device.cpp
 
-#include "config.h"
+#include "gnashconfig.h"
 
 #include <boost/test/auto_unit_test.hpp>
 #include <boost/iostreams/stream.hpp>

Index: cygnal/IO/unit_tests/Test_IO.cpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/IO/unit_tests/Test_IO.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- cygnal/IO/unit_tests/Test_IO.cpp    21 Jan 2008 20:56:08 -0000      1.3
+++ cygnal/IO/unit_tests/Test_IO.cpp    22 Jan 2008 21:13:17 -0000      1.4
@@ -17,7 +17,7 @@
 
 /// \file Test_IO.cpp
 
-#include "config.h"
+#include "gnashconfig.h"
 #include <boost/test/auto_unit_test.hpp>
 
 #include "../IO_Device.hpp"




reply via email to

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