ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src about.c,1.11,1.12 add_contact_window.c,1


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src about.c,1.11,1.12 add_contact_window.c,1.8,1.9 away_window.c,1.8,1.9 console_session.c,1.3,1.4 contact_actions.c,1.4,1.5 dialog.c,1.9,1.10 edit_account_window.c,1.4,1.5 edit_contact_window.c,1.3,1.4 edit_group_window.c,1.6,1.7 editcontacts.c,1.12,1.13 file_select.c,1.1.1.1,1.2 info_window.c,1.5,1.6 log_window.c,1.8,1.9 nomodule.c,1.3,1.4 progress_window.c,1.4,1.5 status.c,1.17,1.18 trigger.c,1.5,1.6
Date: Wed, 15 Jan 2003 02:55:04 -0500

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

Modified Files:
        about.c add_contact_window.c away_window.c console_session.c 
        contact_actions.c dialog.c edit_account_window.c 
        edit_contact_window.c edit_group_window.c editcontacts.c 
        file_select.c info_window.c log_window.c nomodule.c 
        progress_window.c status.c trigger.c 
Log Message:
remove config.h where it's useless


Index: about.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/about.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- about.c     13 Jan 2003 13:58:03 -0000      1.11
+++ about.c     15 Jan 2003 07:54:59 -0000      1.12
@@ -19,10 +19,6 @@
  *
  */ 
 
-#ifdef HAVE_CONFIG_H
-#   include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 #include <stdio.h>

Index: add_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/add_contact_window.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- add_contact_window.c        10 Jan 2003 12:25:32 -0000      1.8
+++ add_contact_window.c        15 Jan 2003 07:54:59 -0000      1.9
@@ -19,10 +19,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 

Index: away_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/away_window.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- away_window.c       10 Jan 2003 15:02:15 -0000      1.8
+++ away_window.c       15 Jan 2003 07:54:59 -0000      1.9
@@ -19,10 +19,6 @@
  *
  */ 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <stdio.h>
 #include <stdlib.h>

Index: console_session.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/console_session.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- console_session.c   13 Jan 2003 04:58:32 -0000      1.3
+++ console_session.c   15 Jan 2003 07:54:59 -0000      1.4
@@ -1,3 +1,24 @@
+/*
+ * Yattm
+ *
+ * Copyright (C) 1999, Torrey Searle <address@hidden>
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ */  
+
 #include "intl.h"
 #include "console_session.h"
 #include <sys/un.h>

Index: contact_actions.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contact_actions.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- contact_actions.c   11 Jan 2003 14:52:16 -0000      1.4
+++ contact_actions.c   15 Jan 2003 07:54:59 -0000      1.5
@@ -19,10 +19,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <string.h>
 
 #include "util.h"

Index: dialog.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/dialog.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dialog.c    10 Jan 2003 15:08:44 -0000      1.9
+++ dialog.c    15 Jan 2003 07:54:59 -0000      1.10
@@ -19,10 +19,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 #include <gdk/gdkprivate.h>

Index: edit_account_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_account_window.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- edit_account_window.c       3 Jan 2003 23:26:07 -0000       1.4
+++ edit_account_window.c       15 Jan 2003 07:54:59 -0000      1.5
@@ -19,10 +19,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 

Index: edit_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_contact_window.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- edit_contact_window.c       3 Jan 2003 23:26:07 -0000       1.3
+++ edit_contact_window.c       15 Jan 2003 07:54:59 -0000      1.4
@@ -19,10 +19,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 

Index: edit_group_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_group_window.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- edit_group_window.c 10 Jan 2003 12:25:32 -0000      1.6
+++ edit_group_window.c 15 Jan 2003 07:54:59 -0000      1.7
@@ -19,10 +19,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 

Index: editcontacts.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/editcontacts.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- editcontacts.c      10 Jan 2003 12:25:32 -0000      1.12
+++ editcontacts.c      15 Jan 2003 07:54:59 -0000      1.13
@@ -24,10 +24,6 @@
  */
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <stdlib.h>
 #include <string.h>

Index: file_select.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/file_select.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- file_select.c       23 Dec 2002 22:05:35 -0000      1.1.1.1
+++ file_select.c       15 Jan 2003 07:54:59 -0000      1.2
@@ -1,3 +1,24 @@
+/*
+ * Yattm
+ *
+ * Copyright (C) 1999, Torrey Searle <address@hidden>
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ */  
+
 #include "intl.h"
 #include <sys/types.h>
 #include <sys/stat.h>

Index: info_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/info_window.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- info_window.c       11 Jan 2003 14:52:16 -0000      1.5
+++ info_window.c       15 Jan 2003 07:54:59 -0000      1.6
@@ -25,10 +25,6 @@
  *
  */
  
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <stdlib.h>
 

Index: log_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/log_window.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- log_window.c        14 Jan 2003 21:42:05 -0000      1.8
+++ log_window.c        15 Jan 2003 07:54:59 -0000      1.9
@@ -23,10 +23,6 @@
  * log_window.c
  */
 
-#ifdef HAVE_CONFIG_H
-#   include <config.h>
-#endif
-
 #include "intl.h"
 #include <stdio.h>
 #include <stdlib.h>

Index: nomodule.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/nomodule.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nomodule.c  8 Jan 2003 01:55:19 -0000       1.3
+++ nomodule.c  15 Jan 2003 07:54:59 -0000      1.4
@@ -24,10 +24,6 @@
  * Empty protocol implementation
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <stdlib.h>
 #include <string.h>

Index: progress_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/progress_window.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- progress_window.c   4 Jan 2003 13:59:27 -0000       1.4
+++ progress_window.c   15 Jan 2003 07:54:59 -0000      1.5
@@ -20,10 +20,6 @@
  */
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <gtk/gtk.h>
 #include <string.h>

Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- status.c    10 Jan 2003 23:43:56 -0000      1.17
+++ status.c    15 Jan 2003 07:54:59 -0000      1.18
@@ -25,10 +25,6 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <stdlib.h>
 #include <string.h>

Index: trigger.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/trigger.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- trigger.c   5 Jan 2003 08:32:17 -0000       1.5
+++ trigger.c   15 Jan 2003 07:55:00 -0000      1.6
@@ -22,10 +22,6 @@
 /*
  * trigger.c
  */
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "intl.h"
 #include <string.h>
 #include <stdlib.h>





reply via email to

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