aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-26 23:50:56 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-26 23:50:56 +0000
commitda831a6c1b018d4cb35c58d5b07adb630939fe75 (patch)
tree8bb482be300c883c3123627bb0b78700e046f778 /config.h.win32
parent4f90bee09d1c12d75fcaaf2757678a48d6b43ddb (diff)
Define HAVE_GTK in config.h when compiling with GTK for the GUI
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35036 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 688d9076f7..27bce4b539 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -232,6 +232,9 @@
#define popen _popen
#define pclose _pclose
+/* Define to use GTK *(/
+#define HAVE_GTK
+
/* Name of package */
#define PACKAGE "wireshark"