ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src add_contact_window.c,1.3,1.4 away_window


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src add_contact_window.c,1.3,1.4 away_window.c,1.3,1.4 chat_room.c,1.4,1.5 contact_actions.c,1.1.1.1,1.2 dialog.c,1.2,1.3 edit_account_window.c,1.2,1.3 edit_contact_window.c,1.1.1.1,1.2 edit_group_window.c,1.2,1.3 editcontacts.c,1.4,1.5 info_window.c,1.2,1.3 intl.h,1.1.1.1,1.2 log_window.c,1.3,1.4 message_parse.c,1.5,1.6 nomodule.c,1.1.1.1,1.2 progress_window.c,1.2,1.3 trigger.c,1.2,1.3 util.c,1.3,1.4
Date: Thu, 02 Jan 2003 04:37:57 -0500

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

Modified Files:
        add_contact_window.c away_window.c chat_room.c 
        contact_actions.c dialog.c edit_account_window.c 
        edit_contact_window.c edit_group_window.c editcontacts.c 
        info_window.c intl.h log_window.c message_parse.c nomodule.c 
        progress_window.c trigger.c util.c 
Log Message:
add missing config.h includes


Index: add_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/add_contact_window.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- add_contact_window.c        1 Jan 2003 01:54:05 -0000       1.3
+++ add_contact_window.c        2 Jan 2003 09:37:54 -0000       1.4
@@ -19,6 +19,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <string.h>
 #include <gtk/gtk.h>

Index: away_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/away_window.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- away_window.c       31 Dec 2002 16:46:27 -0000      1.3
+++ away_window.c       2 Jan 2003 09:37:54 -0000       1.4
@@ -19,6 +19,10 @@
  *
  */ 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <stdio.h>
 #include <stdlib.h>

Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chat_room.c 1 Jan 2003 17:32:43 -0000       1.4
+++ chat_room.c 2 Jan 2003 09:37:54 -0000       1.5
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <string.h>
 #include "globals.h"
 #include "intl.h"

Index: contact_actions.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contact_actions.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- contact_actions.c   23 Dec 2002 22:05:32 -0000      1.1.1.1
+++ contact_actions.c   2 Jan 2003 09:37:54 -0000       1.2
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <glib.h>
 #include <string.h>
 #include "account.h"

Index: dialog.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/dialog.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dialog.c    27 Dec 2002 16:46:52 -0000      1.2
+++ dialog.c    2 Jan 2003 09:37:54 -0000       1.3
@@ -19,6 +19,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <string.h>
 #include <gtk/gtk.h>

Index: edit_account_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_account_window.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- edit_account_window.c       27 Dec 2002 16:46:52 -0000      1.2
+++ edit_account_window.c       2 Jan 2003 09:37:54 -0000       1.3
@@ -19,6 +19,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <string.h>

Index: edit_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_contact_window.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- edit_contact_window.c       23 Dec 2002 22:05:35 -0000      1.1.1.1
+++ edit_contact_window.c       2 Jan 2003 09:37:54 -0000       1.2
@@ -19,6 +19,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <string.h>

Index: edit_group_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_group_window.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- edit_group_window.c 27 Dec 2002 16:46:52 -0000      1.2
+++ edit_group_window.c 2 Jan 2003 09:37:54 -0000       1.3
@@ -19,6 +19,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <string.h>

Index: editcontacts.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/editcontacts.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- editcontacts.c      1 Jan 2003 01:54:05 -0000       1.4
+++ editcontacts.c      2 Jan 2003 09:37:54 -0000       1.5
@@ -24,6 +24,10 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <stdlib.h>

Index: info_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/info_window.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- info_window.c       27 Dec 2002 16:46:52 -0000      1.2
+++ info_window.c       2 Jan 2003 09:37:54 -0000       1.3
@@ -25,6 +25,10 @@
  *
  */
  
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <string.h>
 #include <time.h>

Index: intl.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/intl.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- intl.h      23 Dec 2002 22:05:36 -0000      1.1.1.1
+++ intl.h      2 Jan 2003 09:37:55 -0000       1.2
@@ -1,6 +1,10 @@
 #ifndef __INTL_H__
 #define __INTL_H__
 
+#ifdef HAVE_CONFIG_H
+#   include <config.h>
+#endif
+
 #ifdef ENABLE_NLS
 #  include <libintl.h>
 #  define _(String) gettext(String)

Index: log_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/log_window.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- log_window.c        1 Jan 2003 01:54:05 -0000       1.3
+++ log_window.c        2 Jan 2003 09:37:55 -0000       1.4
@@ -22,6 +22,11 @@
 /*
  * log_window.c
  */
+
+#ifdef HAVE_CONFIG_H
+#   include <config.h>
+#endif
+
 #include "intl.h"
 #include <stdio.h>
 #include <stdlib.h>

Index: message_parse.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/message_parse.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- message_parse.c     1 Jan 2003 17:32:43 -0000       1.5
+++ message_parse.c     2 Jan 2003 09:37:55 -0000       1.6
@@ -23,6 +23,10 @@
   Message Parser
   ***************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <stdlib.h>
 #include <string.h>

Index: nomodule.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/nomodule.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- nomodule.c  23 Dec 2002 22:05:37 -0000      1.1.1.1
+++ nomodule.c  2 Jan 2003 09:37:55 -0000       1.2
@@ -24,6 +24,10 @@
  * Empty protocol implementation
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <assert.h>

Index: progress_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/progress_window.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- progress_window.c   27 Dec 2002 16:46:52 -0000      1.2
+++ progress_window.c   2 Jan 2003 09:37:55 -0000       1.3
@@ -20,6 +20,10 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <string.h>

Index: trigger.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/trigger.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- trigger.c   27 Dec 2002 16:46:52 -0000      1.2
+++ trigger.c   2 Jan 2003 09:37:55 -0000       1.3
@@ -22,6 +22,10 @@
 /*
  * trigger.c
  */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <string.h>
 #include <stdlib.h>

Index: util.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/util.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- util.c      1 Jan 2003 14:22:45 -0000       1.3
+++ util.c      2 Jan 2003 09:37:55 -0000       1.4
@@ -25,6 +25,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "intl.h"
 #include <string.h>
 #include <errno.h>




reply via email to

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