trawick 01/02/26 04:41:52
Modified: include apr.h.in
network_io/unix sendrecv.c
Log:
Get the various Unix flavors (other than Linux) building again
by finishing up the APR_HAVE_SYS_SENDFILE_H symbol.
Revision Changes Path
1.72 +1 -0 apr/include/apr.h.in
Index: apr.h.in
===================================================================
RCS file: /home/cvs/apr/include/apr.h.in,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- apr.h.in 2001/02/26 00:21:10 1.71
+++ apr.h.in 2001/02/26 12:41:51 1.72
@@ -42,6 +42,7 @@
#define APR_HAVE_SIGNAL_H @signalh@
#define APR_HAVE_STRING_H @stringh@
#define APR_HAVE_STRINGS_H @stringsh@
+#define APR_HAVE_SYS_SENDFILE_H @sys_sendfileh@
#define APR_HAVE_SYS_SIGNAL_H @sys_signalh@
#define APR_HAVE_SYS_SOCKET_H @sys_socketh@
#define APR_HAVE_SYS_SYSLIMITS_H @sys_syslimitsh@
1.61 +0 -1 apr/network_io/unix/sendrecv.c
Index: sendrecv.c
===================================================================
RCS file: /home/cvs/apr/network_io/unix/sendrecv.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sendrecv.c 2001/02/26 04:38:22 1.60
+++ sendrecv.c 2001/02/26 12:41:51 1.61
@@ -53,7 +53,6 @@
*/
#include "networkio.h"
-#include <sys/sendfile.h>
#if APR_HAS_SENDFILE
/* This file is needed to allow us access to the apr_file_t internals. */