summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-18 04:09:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-18 04:09:00 (GMT)
commitaa5778d1b886f7a4e47855229c8b223b6b39e317 (patch)
tree1a091419eea1f0060e3e46741b63cd24b9257c2d /pyconfig.h.in
parentb7ec8e5a9e1e48aed6c217f505fa38b7461e0989 (diff)
downloadcpython-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.in3
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