Author: metze Date: 2007-04-16 10:39:26 +0000 (Mon, 16 Apr 2007) New Revision: 22259
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22259 Log: libreplace always provides strptime() metze Modified: branches/SAMBA_4_0/source/heimdal_build/roken.h Changeset: Modified: branches/SAMBA_4_0/source/heimdal_build/roken.h =================================================================== --- branches/SAMBA_4_0/source/heimdal_build/roken.h 2007-04-16 10:36:51 UTC (rev 22258) +++ branches/SAMBA_4_0/source/heimdal_build/roken.h 2007-04-16 10:39:26 UTC (rev 22259) @@ -61,6 +61,10 @@ #define HAVE_SSIZE_T #endif +#ifndef HAVE_STRPTIME +#define HAVE_STRPTIME +#endif + #ifndef HAVE_TIMEGM #define HAVE_TIMEGM #endif
