Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 09:32:34 +0300
From:      Krassimir Slavchev <krassi@bulinfo.net>
To:        Alexander Kabaev <kabaev@gmail.com>
Cc:        Mark Peek <mp@FreeBSD.org>, freebsd-current@freebsd.org
Subject:   Re: csh on arm failure?
Message-ID:  <464AA582.3050609@bulinfo.net>
In-Reply-To: <20070515201004.5b1f751a@kan.dnsalias.net>
References:  <4649A81A.60609@bulinfo.net> <4649B5FB.2060808@bulinfo.net>	<20070515105611.00747584.rnsanchez@wait4.org>	<464A008E.5040508@FreeBSD.org> <20070515201004.5b1f751a@kan.dnsalias.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Kabaev wrote:
> On Tue, 15 May 2007 11:48:46 -0700
> Mark Peek <mp@FreeBSD.org> wrote:
>
>   
>> src/bin/csh/config_p.h:
>>
>> ...
>> #if defined(__FreeBSD__)
>> #define NLS_BUGS
>> #define BSD_STYLE_COLORLS
>> /* we want to use the system malloc when we install as /bin/csh */
>> #define SYSMALLOC
>> /* Use LC_MESSAGES locale category to open the message catalog */
>> #define MCLoadBySet NL_CAT_LOCALE
>> #define BUFSIZE 8192
>> #endif
>>
>> The SYSMALLOC define should cause it to use the system malloc and not
>> the tcsh malloc. Could __FreeBSD__ not be defined?
>>
>>     
> Easy to find out:
>
> cc -E -dM -x c /dev/null | grep __FreeBSD__
>   
#define __FreeBSD__ 7



-- 
Krassimir Slavchev           Bulinfo Ltd.
krassi@bulinfo.net           (+359 2) 969-9160
http://www.bulinfo.net       (+359 2) 969-9166




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?464AA582.3050609>