[CMAKE] Fix host tools build on x86-64 mingw
[reactos.git] / sdk / include / host / config.h.in
similarity index 95%
rename from sdk/include/host/config.h
rename to sdk/include/host/config.h.in
index e6bb8af..5ba4eaa 100644 (file)
@@ -3,6 +3,12 @@
 
 #define __WINE_CONFIG_H
 
+/* Define to 1 if you have the <sys/types.h> header file. */
+#cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
+
+/* Define to 1 if the system has the type `pid_t'. */
+#cmakedefine HAVE_PID_T 1
+
 #define HAVE_SPAWNVP 1
 
 /* Define to 1 if you have the `z' library (-lz). */