From 57855b177f0cc487b5ac4f9931cc53b4585b5dd7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 18 Sep 1995 22:03:30 +0000 Subject: added strftime --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index d2edf62..0a33fbe 100644 --- a/config.h.in +++ b/config.h.in @@ -205,6 +205,9 @@ /* Define if you have the siginterrupt function. */ #undef HAVE_SIGINTERRUPT +/* Define if you have the strftime function. */ +#undef HAVE_STRFTIME + /* Define if you have the symlink function. */ #undef HAVE_SYMLINK -- cgit v0.12