projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d982127
)
No xconfig.h is produced when cross-compiling, we have a normal config.h
author
Jess Robinson
<castaway@desert-island.me.uk>
Sat, 29 Dec 2012 21:31:05 +0000
(21:31 +0000)
committer
Brian Fraser
<fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:21 +0000
(13:08 -0300)
perl.h
patch
|
blob
|
history
diff --git
a/perl.h
b/perl.h
index
177b972
..
691b2a4
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-25,11
+25,7
@@
#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