From: Katy Feng Date: Tue, 29 Nov 2022 20:11:43 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.2.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e058df3ebf6aa0b4cd1b15f1f55ac4d56f09c5ed;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 9d898027c..714b94317 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -741,6 +741,12 @@ typedef int pid_t; #define VMM_ONLY(x) #endif +#ifdef VMX86_VMX +#define vmx86_vmx 1 +#else +#define vmx86_vmx 0 +#endif + #ifdef VMM_BOOTSTRAP #define vmm_bootstrap 1 #else