diff options
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index 23e2ac5ab0..0d30b29ce2 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -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> |