2013-09-26 17:14:40 +02:00

21 lines
565 B
Plaintext

$NetBSD: patch-am,v 1.2 2008/08/31 06:36:48 scottr Exp $
--- lib/guestApp/guestApp.c.orig 2008-08-08 02:01:53.000000000 -0500
+++ lib/guestApp/guestApp.c
@@ -72,6 +72,7 @@ extern "C" {
* intelligent for that platform as well.
*/
+#if !defined(GUESTAPP_TOOLS_INSTALL_PATH)
#if defined(N_PLAT_NLM)
#define GUESTAPP_TOOLS_INSTALL_PATH "SYS:\\ETC\\VMWTOOL"
#elif defined(_WIN32)
@@ -79,6 +80,7 @@ extern "C" {
#else
#define GUESTAPP_TOOLS_INSTALL_PATH "/etc/vmware-tools"
#endif
+#endif
/*
* An option name/value pair stored locally in the guest app.