8e053ee7cb
enhancements: - Simple command-line tools to interface with VMware host - Guest OS scripts that can be triggered by the VMware host - Startup script When compiled with X11 support (the default), this release also provides: - GTK+-based GUI to configure time sync, device connections, and scripts - Helper application to interface with the xf86-video-vmware driver, enabling dynamic screen resize
20 lines
565 B
Text
20 lines
565 B
Text
$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.
|