From mint-bounce@lists.fishpool.fi Thu Mar 5 05:15:23 2009 Date: Thu, 5 Mar 2009 10:12:17 +0000 (GMT) From: David Brownlee To: mint Subject: [MiNT] strptime() and __USE_XOPEN Message-ID: User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: abs@absd.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Whats the recommended way to ensure strptime() (which is under __USE_XOPEN) is available under MiNT? Presumably I could set _XOPEN_SOURCE in the headers before including time.h, but is there a better way? Is it time to make strptime() etc visible by default and have an optional #define to hide them?