aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-06-07 22:57:45 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-06-07 22:57:45 +0000
commitd8944a80aa571c23a8b17475f0e1d90eee957ba4 (patch)
treec2ab39645f64f48f054be4bf677887c3182c5b13 /config.h.win32
parent0de6781c3b56f89f878925c5ec6d15553995adc0 (diff)
Add COPS dissector (with a few fixes for compiling on Win32).
I put the header file info in packet-cops.c since no one else uses it. Fix the version number and plugin directory in config.h.win32. svn path=/trunk/; revision=2044
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win3210
1 files changed, 6 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index fd264bb251..5bfd4b0c10 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,3 +1,5 @@
+/* $Id: config.h.win32,v 1.11 2000/06/07 22:57:44 gram Exp $ */
+/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -11,7 +13,10 @@
/* #undef HAVE_SA_LEN */
#define DATAFILE_DIR "/usr/local/etc"
-#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.5"
+#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.9"
+
+/* Version number of package */
+#define VERSION "0.8.9"
/* #undef NEED_SNPRINTF_H */
@@ -59,9 +64,6 @@
/* Name of package */
#define PACKAGE "ethereal"
-/* Version number of package */
-#define VERSION "0.8.6"
-
#ifndef WIN32
#define WIN32 1
#endif