From 0dbb1585a715e56312e579a5f0e7f82241b38352 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Thu, 19 May 2005 07:32:56 -0500 Subject: Attribute configuration Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508 --- uconfig.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'uconfig.sh') diff --git a/uconfig.sh b/uconfig.sh index 87be639524..28b0c3ea76 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -40,7 +40,13 @@ d_archlib='undef' d_asctime_r='undef' d_atolf='undef' d_atoll='undef' -d_attribut='undef' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='undef' -- cgit v1.2.1