summaryrefslogtreecommitdiff
path: root/win32/config_H.vc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r--win32/config_H.vc12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 8db3fcb7d9..3b2185fd4e 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -2056,6 +2056,18 @@
*/
/*#define HAS_MPROTECT /**/
+/* MULTIARCH:
+ * This symbol, if defined, indicates that we have a multiarchitecture
+ * build.
+ */
+/*#define MULTIARCH /**/
+
+/* CROSSCOMPILE:
+ * This symbol, if defined, indicates that we have a cross-compile
+ * build.
+ */
+/*#define MULTIARCH /**/
+
/* HAS_READV:
* This symbol, if defined, indicates that the readv routine is
* available to do gather reads. You will also need <sys/uio.h>