diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-24 07:02:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-24 07:02:12 +0000 |
commit | fed34a19f844dc41c481323fae2b2e39e655b50a (patch) | |
tree | 1818a65f28601030ff741b4c5202d29cf553a5f0 /win32 | |
parent | 9200ae85e874bd1a7ba61d67df98ec4adc70ab9c (diff) | |
parent | 2e04d155f08a1e8a75841a7f9d1bae1dde16a12a (diff) | |
download | perl-fed34a19f844dc41c481323fae2b2e39e655b50a.tar.gz |
integrate cfgperl contents
p4raw-id: //depot/perl@3023
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 2 | ||||
-rw-r--r-- | win32/config.gc | 2 | ||||
-rw-r--r-- | win32/config.vc | 2 | ||||
-rw-r--r-- | win32/config_H.bc | 12 | ||||
-rw-r--r-- | win32/config_H.gc | 12 | ||||
-rw-r--r-- | win32/config_H.vc | 12 |
6 files changed, 42 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index 1726a369c5..fa1daf9e8b 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -67,6 +67,7 @@ cppminus='' cpprun='cpp32 -oCON' cppstdin='cpp32 -oCON' cppsymbols='' +crosscompile='undef' cryptlib='' csh='undef' d_Gconvert='gcvt((x),(n),(b))' @@ -518,6 +519,7 @@ mmaptype='void *' models='none' modetype='mode_t' more='more /e' +multiarch='undef' mv='' myarchname='MSWin32' mydomain='' diff --git a/win32/config.gc b/win32/config.gc index a1d5d0baf1..e270d49820 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -67,6 +67,7 @@ cppminus='-' cpprun='gcc -E' cppstdin='gcc -E' cppsymbols='' +crosscompile='undef' cryptlib='' csh='undef' d_Gconvert='sprintf((b),"%.*g",(n),(x))' @@ -518,6 +519,7 @@ mmaptype='void *' models='none' modetype='mode_t' more='more /e' +multiarch='undef' mv='' myarchname='MSWin32' mydomain='' diff --git a/win32/config.vc b/win32/config.vc index 11aa47e12f..082b4c1db4 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -67,6 +67,7 @@ cppminus='' cpprun='cl -nologo -E' cppstdin='cl -nologo -E' cppsymbols='' +crosscompile='undef' cryptlib='' csh='undef' d_Gconvert='sprintf((b),"%.*g",(n),(x))' @@ -518,6 +519,7 @@ mmaptype='void *' models='none' modetype='mode_t' more='more /e' +multiarch='undef' mv='' myarchname='MSWin32' mydomain='' 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> 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> 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> |