Mailing List Archive

cvs commit: apache/src conf.h
ben 97/06/04 00:03:12

Modified: src conf.h
Log:
SCO3 doesn't have writev.

Revision Changes Path
1.99 +1 -0 apache/src/conf.h

Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -C3 -r1.98 -r1.99
*** conf.h 1997/05/29 04:50:26 1.98
--- conf.h 1997/06/04 07:03:11 1.99
***************
*** 271,276 ****
--- 271,277 ----
#undef NO_KILLPG
#undef NO_SETSID
#define NEED_INITGROUPS
+ #define NO_WRITEV
#define JMP_BUF sigjmp_buf
#define SIGURG SIGUSR1 /* but note, this signal will be sent to a process group if enabled (for OOB data). It is not currently enabled. */
#include <sys/time.h>