diff src/strftime.c @ 3225:7aae2c3636a7

[project @ 1998-12-04 23:20:12 by jwe]
author jwe
date Fri, 04 Dec 1998 23:20:26 +0000
parents a183aa44c280
children
line wrap: on
line diff
--- a/src/strftime.c
+++ b/src/strftime.c
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#ifndef HAVE_STRFTIME
+
 #ifdef _LIBC
 # define HAVE_LIMITS_H 1
 # define HAVE_MBLEN 1
@@ -889,3 +891,5 @@
     *p = '\0';
   return i;
 }
+
+#endif