Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 303254eb authored by Dan Bornstein's avatar Dan Bornstein Committed by Jean-Baptiste Queru
Browse files

Define HAVE_SYS_SENDFILE_H.

Platforms differ on whether sys/sendfile.h or sys/socket.h is where to
find the declaration for sendfile().

Change-Id: Ib6e882534b7dc605d30aefed55732dc1ee2b6772
parent 333a80cf
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -85,6 +85,11 @@
 */
 */
#define  HAVE_TERMIO_H
#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
 * Define this if you build against MSVCRT.DLL
 */
 */
+5 −0
Original line number Original line Diff line number Diff line
@@ -90,6 +90,11 @@
 */
 */
/* #define  HAVE_TERMIO_H */
/* #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
 * Define this if you build against MSVCRT.DLL
 */
 */
+5 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,11 @@
 */
 */
#define  HAVE_TERMIO_H
#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
 * Define this if you build against MSVCRT.DLL
 */
 */
+5 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,11 @@
 */
 */
#define  HAVE_TERMIO_H
#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
 * Define this if you build against MSVCRT.DLL
 */
 */
+5 −0
Original line number Original line Diff line number Diff line
@@ -85,6 +85,11 @@
 */
 */
#define  HAVE_TERMIO_H
#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
 * Define this if you build against MSVCRT.DLL
 */
 */
Loading