From a2d23ec243cb32ad5ac90ab8101b59ec7d77e541 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Mon, 22 May 2006 17:37:33 +0000 Subject: Re-generation after backports of #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently #28189 A Configure probe for C99 variadic macros, based on code from #28202 Take advantage of the bug that binexp ignores the Configure #28263 Oops. Fix bad #! lines when not using userelocatableinc One small cleanup fix added. Some small re-ordering. Some whitespace. p4raw-id: //depot/perl@28283 --- Porting/Glossary | 10 +++++----- Porting/config.sh | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Porting') diff --git a/Porting/Glossary b/Porting/Glossary index 767db1cd80..43723bb230 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -482,6 +482,11 @@ d_bzero (d_bzero.U): This variable conditionally defines the HAS_BZERO symbol if the bzero() routine is available to set memory to 0. +d_c99_variadic_macros (d_c99_variadic.U): + This variable conditionally defines the HAS_C99_VARIADIC_MACROS + symbol, which indicates to the C program that C99 variadic macros + are available. + d_casti32 (d_casti32.U): This variable conditionally defines CASTI32, which indicates whether the C compiler can cast large floats to 32-bit ints. @@ -558,11 +563,6 @@ d_ctime_r (d_ctime_r.U): which indicates to the C program that the ctime_r() routine is available. -d_c99_variadic_macros (d_c99_variadic_macros.U): - This variable conditionally defines the HAS_C99_VARIADIC_MACROS - symbol, which indicates to the C program that C99 variadic macros - are available. - d_cuserid (d_cuserid.U): This variable conditionally defines the HAS_CUSERID symbol, which indicates to the C program that the cuserid() routine is available diff --git a/Porting/config.sh b/Porting/config.sh index 2ff22ce652..9cf8297ca3 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -126,6 +126,7 @@ d_bsdsetpgrp='undef' d_builtin_choose_expr='define' d_builtin_expect='undef' d_bzero='define' +d_c99_variadic_macros='define' d_casti32='undef' d_castneg='define' d_charvspr='define' -- cgit v1.2.1