From: H.Merijn Brand Date: Mon, 1 Feb 2010 11:58:57 +0000 (+0100) Subject: [PATCH] Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eeb92b76fda504cc34bcd98ba2dbc73d933c0208;p=p5sagit%2Fp5-mst-13.2.git [PATCH] Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd. This is needed at least by h2ph, otherwise the generated .ph files choke on missing __LONG_MAX__ and similar definitions. Patch by Samuel Thibault . Signed-off-by: H.Merijn Brand --- diff --git a/Configure b/Configure index ed29551..8d93a33 100755 --- a/Configure +++ b/Configure @@ -30,7 +30,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Tue Jan 5 09:34:08 CET 2010 [metaconfig 3.5 PL0] +# Generated on Mon Feb 1 12:57:52 CET 2010 [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*::*.*|*gnukfreebsd*::*.*) + *linux*::*.*|*gnukfreebsd*::*.*|gnu::*.*) tHdrH=_tmpHdr rm -f $tHdrH'.h' $tHdrH touch $tHdrH'.h'