# define CONFVAL_SUSPENDSCRIPT_DEFAULT "suspend-vm-default.bat"
#endif
-#define CONFNAME_MAX_WIPERSIZE "max.wiperfile.size"
#define CONFNAME_POWERONSCRIPT "poweron-script"
#define CONFNAME_POWEROFFSCRIPT "poweroff-script"
#define CONFNAME_RESUMESCRIPT "resume-script"
*/
-/*
- * Tell the tools to show the wireless icon in the guest.
- */
-
-#define CONFNAME_SHOW_WIRELESS_ICON "wirelessIcon.enable"
-
/** Where to find Tools data in the Win32 registry. */
#define CONF_VMWARE_TOOLS_REGKEY "Software\\VMware, Inc.\\VMware Tools"
-/*
- * Directory containing the tools library files. Currently only intended
- * for vmware-user.
- */
-#if !defined(_WIN32)
-# define CONFNAME_LIBDIR "libdir"
-#endif
-
-/* Default maximum size of wiper file in MB */
-#define CONFVAL_MAX_WIPERSIZE_DEFAULT "512"
-
/* Wait 5 seconds between polls to see if the conf file has changed */
#define CONF_POLL_TIME 500
# include "vm_basic_types.h"
void Debug(char const *fmt, ...) PRINTF_DECL(1, 2);
-void Debug_Set(Bool enable, const char *prefix);
-void Debug_EnableToFile(const char *file, Bool backup);
#endif /* __DEBUG_H__ */
Warning("Could not get path to Tools installation.\n");
}
- GuestApp_SetDictEntryDefault(confDict, CONFNAME_MAX_WIPERSIZE,
- CONFVAL_MAX_WIPERSIZE_DEFAULT);
-
/* Load the user-configured values from the conf file if it's there */
GuestApp_LoadDict(confDict);
{ CONFNAME_RESUMESCRIPT, "powerops", CONFNAME_RESUMESCRIPT, CFG_STRING, NULL },
{ CONFNAME_SUSPENDSCRIPT, "powerops", CONFNAME_SUSPENDSCRIPT, CFG_STRING, NULL },
/* guestd options. */
- { CONFNAME_MAX_WIPERSIZE, "vmsvc", CONFNAME_MAX_WIPERSIZE, CFG_INTEGER, NULL },
{ CONFNAME_GUESTINFO_DISABLEQUERYDISKINFO, "guestinfo", CONFNAME_GUESTINFO_DISABLEQUERYDISKINFO, CFG_BOOLEAN, NULL },
{ CONFNAME_DISABLETOOLSVERSION, "vmsvc", CONFNAME_DISABLETOOLSVERSION, CFG_BOOLEAN, NULL },
#if defined(_WIN32)
- /* Tray options. */
- { CONFNAME_SHOW_WIRELESS_ICON, "vmtray", CONFNAME_SHOW_WIRELESS_ICON, CFG_BOOLEAN, NULL },
{ CONFNAME_DISABLEPMTIMERWARNING, "desktopevents", CONFNAME_DISABLEPMTIMERWARNING, CFG_BOOLEAN, NULL },
#endif
/* Unity options. */