]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index 980f1ff320a02fecd1d4df9ba72bc2df6c1cf86b..8d82c53320904ea7698104f79e5d3f1820a18b63 100644 (file)
@@ -714,10 +714,16 @@ typedef int pid_t;
 #else
 #define ulm_win 0
 #endif
+#ifdef ULM_ESX
+#define ulm_esx 1
+#else
+#define ulm_esx 0
+#endif
 #else
 #define vmx86_ulm 0
 #define ulm_mac 0
 #define ulm_win 0
+#define ulm_esx 0
 #define ULM_ONLY(x)
 #endif