aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-07-29 21:55:45 +0000
committerGerald Combs <gerald@wireshark.org>2005-07-29 21:55:45 +0000
commit200ff9dc5235d1465c5891e7eaa877a9978bc16a (patch)
tree5e7b6bf241ad5521c9f918f665d8698312fa266a /config.h.win32
parente51caa85fbbaa8c6938c7a6b4272612953c8967b (diff)
Pick up some fixes and enhancements from
http://cvs.fedora.redhat.com/viewcvs/rpms/ethereal/FC-4/: In the LPD dissector, make lpd_client_code a value_string so that we don't segfault. Do the same for lpd_server_code, although it's not strictly necessary. Check to see if htmlview is installed, and use it as our HTML viewer. The Fedora RPM has other patches, but I'm not sure if they should be applied. svn path=/trunk/; revision=15143
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 e45839a22e..8c5a007176 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -218,3 +218,6 @@
/* We don't know what the plugin installation directory will be. */
#define PLUGIN_DIR NULL
+
+/* We shouldn't need this under Windows but we'll define it anyway. */
+#define HTML_VIEWER "mozilla"