From 5c2f4640a7d1b3b410cd216c7b7c72d1aa3f6204 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 26 Feb 2011 00:22:09 +0000 Subject: [PATCH] Fix compilation warning in Modules/posixmodule.c. --- pyconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyconfig.h.in b/pyconfig.h.in index 771cd382918..cfc84a550c3 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