[Thunar-dev] Experimental Thunar Trash tarball

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Wed Jul 26 12:13:40 CEST 2006


Rodrigo Coacci wrote:
>> Post the relevant lines before the strptime declarations from time.h.
> 
> Here they are:
> 
> # ifdef __USE_XOPEN
> /* Parse S according to FORMAT and store binary time information in TP.
>   The return value is a pointer to the first unparsed character in S.  */
> extern char *strptime (__const char *__restrict __s,
>               __const char *__restrict __fmt, struct tm *__tp)
>     __THROW;
> # endif
> 
> I guess the correct define is USE_XOPEN?

Add

#define __USE_XOPEN

before

#include <time.h>

Benedikt



More information about the Thunar-dev mailing list