summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-09-03 16:44:06 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-09-03 16:44:06 (GMT)
commit6c3572673d30eadb50cbff2b1b0b066866d45c88 (patch)
tree09e0756f578ecb30ed2ac22ddd830eaad5541974 /pyconfig.h.in
parent4cb4e4e882dcff50ffd2f5478ae63522657d7ce3 (diff)
downloadcpython-6c3572673d30eadb50cbff2b1b0b066866d45c88.zip
cpython-6c3572673d30eadb50cbff2b1b0b066866d45c88.tar.gz
cpython-6c3572673d30eadb50cbff2b1b0b066866d45c88.tar.bz2
test for strlcpy (so i can use it in _bsddb.c)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index b24f49a..e08cb0f 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -538,6 +538,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strlcpy' function. */
+#undef HAVE_STRLCPY
+
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H