From deca298d7b5651276ab7cd8bcb3090a2a4946d79 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Jun 2012 09:11:17 +0200 Subject: lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIME That makes the logic in 'wscript' simpler. metze --- lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace/replace.h') diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 776da8aa4a..bb271d45fa 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -451,7 +451,7 @@ void rep_vsyslog (int facility_priority, const char *format, va_list arglist) PR typedef int (*comparison_fn_t)(const void *, const void *); #endif -#ifdef REPLACE_STRPTIME +#ifndef HAVE_WORKING_STRPTIME #define strptime rep_strptime struct tm; char *rep_strptime(const char *buf, const char *format, struct tm *tm); -- cgit