ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/thttpd/config.h
(Generate patch)

Comparing thttpd/config.h (file contents):
Revision 1.1 by root, Mon Jun 18 21:11:56 2001 UTC vs.
Revision 1.1.6.2 by root, Fri Aug 10 16:52:06 2001 UTC

371 371
372/* CONFIGURE: You don't even want to know. 372/* CONFIGURE: You don't even want to know.
373*/ 373*/
374#define MIN_WOULDBLOCK_DELAY 100L 374#define MIN_WOULDBLOCK_DELAY 100L
375 375
376/* CONFIGURE: Maximum filesize to serve using mmap
377*/
378#define MMAP_MAX (1024L*1024*8)
379
380/* CONFIGURE: The size of the bounce-buffer when not using mmap
381*/
382#define WRITE_BUFFER 4096
383
376#endif /* _CONFIG_H_ */ 384#endif /* _CONFIG_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines