summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-02-26 00:22:09 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2011-02-26 00:22:09 +0000
commit5c2f4640a7d1b3b410cd216c7b7c72d1aa3f6204 (patch)
tree0d0b7a554a6749205399f46d217d6d1b12f18638 /pyconfig.h.in
parent8250e23abd12da20fcb03e2314fe6c34b403b534 (diff)
downloadcpython-git-5c2f4640a7d1b3b410cd216c7b7c72d1aa3f6204.tar.gz
Fix compilation warning in Modules/posixmodule.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 771cd38291..cfc84a550c 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -825,6 +825,9 @@
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
+/* Define to 1 if you have the <sys/sendfile.h> header file. */
+#undef HAVE_SYS_SENDFILE_H
+
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H