From 292019d274591d9fd94188deb31ca1813f970ab7 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 16 Sep 2011 12:59:51 +0200 Subject: Eliminate duplicate contradictory values from epoc/config.sh. The two values for quadtype have been present since epoc/config.sh was added in 3a2f06e93704a418. quadtype is signed, (uquadtype is its unsigned equivalent) hence remove the definition that uses unsigned long long. The duplicate contradictory values for d_vendorarch were merged in by b250498faaf6fbd0 (along with a lot of the non-contradictory duplication), originating from commit eb0d51032951025d on the cfgperl branch. The contradictory values for socksizetype arrived with the same commits. --- epoc/config.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'epoc') diff --git a/epoc/config.sh b/epoc/config.sh index 8dd7fba729..f225b662ba 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -841,7 +841,6 @@ smail='' so='' sockethdr='' socketlib='' -socksizetype='size_t' sort='sort' spackage='' spitshell='cat' @@ -961,7 +960,6 @@ i64type='long long' u64type='unsigned long long' d_quad='define' quadtype='long long' -quadtype='unsigned long long' quadkind='QUAD_IS_LONG_LONG' nvtype='double' ivsize='4' @@ -1017,7 +1015,6 @@ d_msync='undef' d_munmap='undef' d_qgcvt='undef' d_socklen_t='undef' -d_vendorarch='' i_ieeefp='undef' i_sunmath='undef' i_syslog='undef' @@ -1093,7 +1090,6 @@ i64type='long long' u64type='unsigned long long' d_quad='define' quadtype='long long' -quadtype='unsigned long long' quadkind='QUAD_IS_LONG_LONG' nvtype='double' ivsize='4' @@ -1146,7 +1142,6 @@ d_msync='undef' d_munmap='undef' d_qgcvt='undef' d_socklen_t='undef' -d_vendorarch='' i_ieeefp='undef' i_sunmath='undef' i_syslog='undef' -- cgit v1.2.1