merge from open-source master

This commit is contained in:
Jean-Baptiste Queru 2009-11-24 09:22:57 -08:00
commit 85f02ef42d
7 changed files with 37 additions and 0 deletions

View File

@ -85,6 +85,11 @@
*/
#define HAVE_TERMIO_H
/*
* Define this if you have <sys/sendfile.h>
*/
/* #define HAVE_SYS_SENDFILE_H 1 */
/*
* Define this if you build against MSVCRT.DLL
*/

View File

@ -90,6 +90,11 @@
*/
/* #define HAVE_TERMIO_H */
/*
* Define this if you have <sys/sendfile.h>
*/
/* #define HAVE_SYS_SENDFILE_H 1 */
/*
* Define this if you build against MSVCRT.DLL
*/

View File

@ -91,6 +91,11 @@
*/
#define HAVE_TERMIO_H
/*
* Define this if you have <sys/sendfile.h>
*/
#define HAVE_SYS_SENDFILE_H 1
/*
* Define this if you build against MSVCRT.DLL
*/

View File

@ -91,6 +91,11 @@
*/
#define HAVE_TERMIO_H
/*
* Define this if you have <sys/sendfile.h>
*/
#define HAVE_SYS_SENDFILE_H 1
/*
* Define this if you build against MSVCRT.DLL
*/

View File

@ -85,6 +85,11 @@
*/
#define HAVE_TERMIO_H
/*
* Define this if you have <sys/sendfile.h>
*/
#define HAVE_SYS_SENDFILE_H 1
/*
* Define this if you build against MSVCRT.DLL
*/

View File

@ -77,6 +77,11 @@
*/
#define HAVE_TERMIO_H 1
/*
* Define this if you have <sys/sendfile.h>
*/
#define HAVE_SYS_SENDFILE_H 1
/*
* Define this if you build against have Microsoft C runtime (MSVCRT.DLL)
*/

View File

@ -100,6 +100,13 @@
# define HAVE_TERMIO_H
#endif
/*
* Define this if you have <sys/sendfile.h>
*/
#ifdef __CYGWIN__
# define HAVE_SYS_SENDFILE_H 1
#endif
/*
* Define this if you build against MSVCRT.DLL
*/