diff options
author | Guido van Rossum <guido@python.org> | 1997-12-18 23:42:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-18 23:42:19 (GMT) |
commit | 8f4ceb168c34cc3a23d90f97b328697251c45585 (patch) | |
tree | aff02a471e121794536b1a7ef68f4fd75b6aff98 /config.h.in | |
parent | 0e680b7608cf6a2e1be70569b4da2cf5a7204c2d (diff) | |
download | cpython-8f4ceb168c34cc3a23d90f97b328697251c45585.zip cpython-8f4ceb168c34cc3a23d90f97b328697251c45585.tar.gz cpython-8f4ceb168c34cc3a23d90f97b328697251c45585.tar.bz2 |
Two unrelated changes:
- add test for strptime (not used by the core but needed by Marc Lemburg's
Date object).
- Test for GNU ld on Solaris; need to add an extra linker option to
export symbols in that case.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 382c46d..7c7d13c 100644 --- a/config.h.in +++ b/config.h.in @@ -280,6 +280,9 @@ /* Define if you have the strftime function. */ #undef HAVE_STRFTIME +/* Define if you have the strptime function. */ +#undef HAVE_STRPTIME + /* Define if you have the symlink function. */ #undef HAVE_SYMLINK |