From: Niko Tyni Date: Thu, 18 Jun 2009 14:38:12 +0000 (+0200) Subject: Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b910a06633f63976a6da223b122193040fbe96d;p=p5sagit%2Fp5-mst-13.2.git Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD. This is needed at least by h2ph, otherwise the generated .ph files choke on missing __LONG_MAX__ and similar definitions. --- diff --git a/Configure b/Configure index d50fa26..85e192c 100755 --- a/Configure +++ b/Configure @@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Thu Jun 4 09:30:45 CEST 2009 [metaconfig 3.5 PL0] +# Generated on Thu Jun 18 16:33:35 CEST 2009 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ < Cppsym.true : Add in any linux cpp "predefined macros": case "$osname::$gccversion" in - *linux*::*.*) + *linux*::*.*|*gnukfreebsd*::*.*) tHdrH=_tmpHdr rm -f $tHdrH'.h' $tHdrH touch $tHdrH'.h'