]> granicus.if.org Git - python/commitdiff
Fix compilation warning in Modules/posixmodule.c.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Feb 2011 00:22:09 +0000 (00:22 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Feb 2011 00:22:09 +0000 (00:22 +0000)
pyconfig.h.in

index 771cd382918df3c02b92480a7b2a33c14ed3a98b..cfc84a550c311bac4fb5f9233271bfdc38b98256 100644 (file)
 /* 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