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

Commit 0c9281f4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ib6e88253

* changes:
  Define HAVE_SYS_SENDFILE_H.
parents 3b01d548 43ba23f3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
 */
+5 −0
Original line number Diff line number Diff line
@@ -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
 */
+5 −0
Original line number Diff line number Diff line
@@ -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
 */
+5 −0
Original line number Diff line number Diff line
@@ -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
 */
+5 −0
Original line number Diff line number Diff line
@@ -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
 */
Loading