No xconfig.h is produced when cross-compiling, we have a normal config.h
authorJess Robinson <castaway@desert-island.me.uk>
Sat, 29 Dec 2012 21:31:05 +0000 (21:31 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:21 +0000 (13:08 -0300)
perl.h

diff --git a/perl.h b/perl.h
index 177b972..691b2a4 100644 (file)
--- a/perl.h
+++ b/perl.h
 #ifdef PERL_MICRO
 #   include "uconfig.h"
 #else
-#   ifndef USE_CROSS_COMPILE
-#       include "config.h"
-#   else
-#       include "xconfig.h"
-#   endif
+#   include "config.h"
 #endif
 
 /* See L<perlguts/"The Perl API"> for detailed notes on