diff src/internal.h @ 6371:8f94cce8faa5

[gaim-migrate @ 6876] I think I touched almost every file. Here's what happened. I started off fixing up the Makefile.am and configure.ac files to help with the core/UI split some. Then I got annoyed with the build_{allow,deny}_list() functions that everything used, and decided to core/UI split privacy. While doing that, I decided to redesign the dialog. So now, a lot has changed, but not really so much. Just that most files got affected. Oh yeah, and the UI stuff was taken out of internal.h and moved to gtkinternal.h. If you use this, please be aware of this change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 10:55:04 +0000
parents 66ab9c9b3524
children fa6395637e2c
line wrap: on
line diff
--- a/src/internal.h	Tue Aug 05 03:21:40 2003 +0000
+++ b/src/internal.h	Tue Aug 05 10:55:04 2003 +0000
@@ -1,6 +1,6 @@
 /**
  * @file internal.h Internal definitions and includes
- * @ingroup gtkui
+ * @ingroup core
  *
  * gaim
  *
@@ -24,7 +24,7 @@
 #define _GAIM_INTERNAL_H_
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #ifdef ENABLE_NLS
@@ -93,7 +93,6 @@
 # include <arpa/inet.h>
 # include <sys/un.h>
 # include <sys/utsname.h>
-# include <gdk/gdkx.h>
 # include <netdb.h>
 # include <signal.h>
 # include <unistd.h>
@@ -109,7 +108,6 @@
 
 #define PATHSIZE 1024
 
-#include <gtk/gtk.h>
 #include <glib.h>
 
 #ifdef _WIN32
@@ -117,6 +115,6 @@
 #endif
 
 
-#define WEBSITE "http://gaim.sourceforge.net/"
+#define GAIM_WEBSITE "http://gaim.sourceforge.net/"
 
 #endif /* _GAIM_INTERNAL_H_ */