Fix compilation warning in Modules/posixmodule.c.

This commit is contained in:
Antoine Pitrou 2011-02-26 00:22:09 +00:00
parent 8250e23abd
commit 5c2f4640a7
1 changed files with 3 additions and 0 deletions

View File

@ -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