]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
add missing include "../config.h" and ifdef around automake's config.h include.
authorJordi Albornoz <jordi@src.gnome.org>
Mon, 21 Oct 2002 10:19:39 +0000 (10:19 +0000)
committerJordi Albornoz <jordi@src.gnome.org>
Mon, 21 Oct 2002 10:19:39 +0000 (10:19 +0000)
ChangeLog
src/client.c
src/commands.c
src/config.c
src/dialogs.c
src/fields.c
src/gtetrinet.c
src/partyline.c
src/tetrinet.c
src/winlist.c

index 08d49c10ddcb6ca34932a0b488f70b9510d68a6f..be3119115145e1caa08f9435893d00b59e38ada7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-10-21  Jordi Mallach  <jordi@sindominio.net>
+
+       * src/client.c: add missing include "../config.h".
+       * src/commands.c: ifdef around include "../config.h".
+       * src/config.c: likewise.
+       * src/dialogs.c: likewise.
+       * src/fields.c: likewise.
+       * src/gtetrinet.c: likewise.
+       * src/partyline.c: likewise.
+       * src/tetrinet.c: likewise.
+       * src/winlist.c.: likewise.
+
 2002-10-20  Jordi Mallach  <jordi@sindominio.net>
 
        * NEWS: update for 0.4.3.
index 0f37f090e955047ade23fbc5b650515f248f05a6..7ee9276126c152b219d7449fbe7e49cfa07cb71d 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
index 70d29b5a5ab8f5d608b49aa4885daf3ce4fc0978..b519397bccca9a81c116b9e98bfeb738b0401077 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
index 2d8f43e8476c77876999fdd6b3a69e019541a836..248033fae9ea5fc9b71aee862ac38887d7623114 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
@@ -25,7 +27,6 @@
 #include <string.h>
 #include <ctype.h>
 
-#include "../config.h"
 #include "config.h"
 #include "gtetrinet.h"
 #include "client.h"
index 43098bc387c7f47e4e3886bb9c31e0015b916041..8ab21682dc9a59a64c00f30445ed62c17aad060e 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
index bcd603891bea83a27476fbf9611bbcf53b7542c2..b5ae5fd7f5af855a76f3d9458d823ec9afd8f5f3 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
index afe8b6e72fd92c77b5282eea6c506d061e93a6f9..08ea9f4c4896dcd6791621bc63eb0f26f26393ff 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
index c3bac872f0fe6ed1f003bde75e3c471018949cc8..6bed189dad896c14e7d6ba45c7506983337e4693 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
index b1ffa03fa0e09fea97c653c7220174c9536d8ec8..6ab5fb8873030771a7f813fc93dc251cf5b9b410 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>
index e6a6ef782c320a64b66496945667bc37faf3e406..16e8c16761a604fd3201b4067c2205fffa8ebfd4 100644 (file)
@@ -17,7 +17,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
 
 #include <gtk/gtk.h>
 #include <gnome.h>