summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-10-19 10:58:46 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-10-19 10:58:46 +0000
commitcdbe6c3aee1690f325fda8d2a6a9598113c03803 (patch)
tree5434394430954dc79068b3938d8464a2949c8c78 /pyconfig.h.in
parente56c5d1c57d81a9b874dc55224636c1bb0c1f9a2 (diff)
downloadcpython-cdbe6c3aee1690f325fda8d2a6a9598113c03803.tar.gz
Add check for the PyArg_ParseTuple format, and declare
it if it is supported.
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 844843903f..6407871725 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -40,6 +40,9 @@
/* Define to 1 if you have the <asm/types.h> header file. */
#undef HAVE_ASM_TYPES_H
+/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */
+#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE
+
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET