Skip to content

Commit

Permalink
Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hw
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64481 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Allan K. Edwards committed Apr 15, 2003
1 parent 5c9974d commit 63ce314
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes with APR 0.9.4

*) Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hw
[Allan Edwards]

*) Add APR_UINT64_T_HEX_FMT. [Jeff Trawick]

*) Add parameter to APR_SUBDIR_CONFIG to drop options passed to configure
Expand Down
8 changes: 8 additions & 0 deletions include/apr.hw
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,14 @@ extern "C" {
*/
#define APR_CHARSET_EBCDIC 0

/* Is the TCP_NODELAY socket option inherited from listening sockets?
*/
#define APR_TCP_NODELAY_INHERITED 1

/* Is the O_NONBLOCK flag inherited from listening sockets?
*/
#define APR_O_NONBLOCK_INHERITED 1

/* Typedefs that APR needs. */

typedef unsigned char apr_byte_t;
Expand Down

0 comments on commit 63ce314

Please sign in to comment.