diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-03-18 04:09:00 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-03-18 04:09:00 (GMT) |
commit | aa5778d1b886f7a4e47855229c8b223b6b39e317 (patch) | |
tree | 1a091419eea1f0060e3e46741b63cd24b9257c2d /pyconfig.h.in | |
parent | b7ec8e5a9e1e48aed6c217f505fa38b7461e0989 (diff) | |
download | cpython-aa5778d1b886f7a4e47855229c8b223b6b39e317.zip cpython-aa5778d1b886f7a4e47855229c8b223b6b39e317.tar.gz cpython-aa5778d1b886f7a4e47855229c8b223b6b39e317.tar.bz2 |
Remove our implementation of memmove() and strerror(); both are in the C89
standard library.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 35a873a..4d43a21 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -571,9 +571,6 @@ /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP -/* Define to 1 if you have the `strerror' function. */ -#undef HAVE_STRERROR - /* Define to 1 if you have the `strftime' function. */ #undef HAVE_STRFTIME |