diff options
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 0352d866371..a0f91d1f175 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -397,6 +397,9 @@ // Platform has POSIX terminal interface. #define ACE_HAS_TERMIOS +// Linux implements sendfile(). +#define ACE_HAS_SENDFILE + #if !defined (ACE_GETNAME_RETURNS_RANDOM_SIN_ZERO) // Detect if getsockname() and getpeername() returns random values in // the sockaddr_in::sin_zero field by evaluation of the kernel |