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