diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2006-05-09 19:09:43 +0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-09 15:23:55 +0000 |
commit | b0f06652c4d78a8d14a47a5cacbc9268b0fe80d9 (patch) | |
tree | 1aefe7dc710ce8907c82cdfa772660ac6cd638db /perl.h | |
parent | b370a9ebc46b2b864a476024e2983e24bd946f7b (diff) | |
download | perl-b0f06652c4d78a8d14a47a5cacbc9268b0fe80d9.tar.gz |
wince crosscompile patch for 28132
Message-ID: <44607877.90603@vkonovalov.ru>
p4raw-id: //depot/perl@28140
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -34,7 +34,11 @@ #ifdef PERL_MICRO # include "uconfig.h" #else -# include "config.h" +# ifndef USE_CROSS_COMPILE +# include "config.h" +# else +# include "xconfig.h" +# endif #endif /* See L<perlguts/"The Perl API"> for detailed notes on |