From: Antoine Pitrou Date: Sat, 26 Feb 2011 00:22:09 +0000 (+0000) Subject: Fix compilation warning in Modules/posixmodule.c. X-Git-Tag: v3.3.0a1~3058 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c2f4640a7d1b3b410cd216c7b7c72d1aa3f6204;p=python Fix compilation warning in Modules/posixmodule.c. --- 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 header file. */ #undef HAVE_SYS_SELECT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SENDFILE_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H