summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2006-05-09 19:09:43 +0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-09 15:23:55 +0000
commitb0f06652c4d78a8d14a47a5cacbc9268b0fe80d9 (patch)
tree1aefe7dc710ce8907c82cdfa772660ac6cd638db /perl.h
parentb370a9ebc46b2b864a476024e2983e24bd946f7b (diff)
downloadperl-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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 8e8d67bc01..f83cbf822c 100644
--- a/perl.h
+++ b/perl.h
@@ -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