From mint-bounce@lists.fishpool.fi Thu Mar 5 12:16:09 2009 Message-ID: <49B007F9.1080000@freesbee.fr> Date: Thu, 05 Mar 2009 18:12:25 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: mint Subject: Re: [MiNT] strptime() and __USE_XOPEN References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id n25HG4bd024089 David Brownlee wrote: > Whats the recommended way to ensure strptime() (which is > under __USE_XOPEN) is available under MiNT? The answer is explained at the top of this file: http://sparemint.org/cgi-bin/cvsweb/mintlib/include/features.h.in?rev=1.8&content-type=text/x-cvsweb-markup Usually, the best way to enable all extensions is to compile with -D_GNU_SOURCE -- Vincent Rivière