From: Guido van Rossum Date: Mon, 18 Sep 1995 22:03:30 +0000 (+0000) Subject: added strftime X-Git-Tag: v1.3~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57855b177f0cc487b5ac4f9931cc53b4585b5dd7;p=thirdparty%2FPython%2Fcpython.git added strftime --- diff --git a/config.h.in b/config.h.in index d2edf62fb446..0a33fbed9c62 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