aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-04 02:25:01 +0100
committerJoão Valverde <j@v6e.pt>2016-04-09 23:40:51 +0000
commited6eecd79e7b933bccc442589ed3689a646c1256 (patch)
tree3bc759a68ea34eb322c4e78679f9a72f84f7fc91 /config.h.win32
parent320726b83e2096d9431f28208437a738b31d8ad9 (diff)
[GTK] Check for xdg-open at run time
Remove HTML_VIEWER compile-time setting. If xdg-open doesn't exist use user web browser preference as fallback. Change-Id: I3b4a4a1a36b0192d75f2c97595f37d0d88a0941e Reviewed-on: https://code.wireshark.org/review/14805 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 3273f7b8ed..9e66c4563c 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -229,9 +229,6 @@
#define VERSION_FLAVOR "@VERSION_FLAVOR@"
-/* We shouldn't need this under Windows but we'll define it anyway. */
-#define HTML_VIEWER "mozilla"
-
/* Check for the required _MSC_VER */
#if MSC_VER_REQUIRED != _MSC_VER
#define WS_TO_STRING2(x) #x