/[hydra]/hydra/src/defines.h
ViewVC logotype

Diff of /hydra/src/defines.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by nmav, Wed Sep 25 19:55:53 2002 UTC revision 1.13 by nmav, Wed Sep 25 20:39:04 2002 UTC
# Line 183  Line 183 
183  #define MMAP_LIST_NEXT(i) (((i)+1)%max_files_cache)  #define MMAP_LIST_NEXT(i) (((i)+1)%max_files_cache)
184  #define MMAP_LIST_HASH(dev,ino,size) ((ino)%max_files_cache)  #define MMAP_LIST_HASH(dev,ino,size) ((ino)%max_files_cache)
185    
186    /***************** HTTP HEADER STUFF ***************************/
187    
188    #define TEXT_HTML "text/html; charset=ISO-8859-1"
189    #define CRLF "\r\n"
190    #define HTTP_VERSION "HTTP/1.0"
191    
192    
193  /***************** USEFUL MACROS ************************/  /***************** USEFUL MACROS ************************/
194    
195  #define SQUASH_KA(req)  (req->keepalive=KA_STOPPED)  #define SQUASH_KA(req)  (req->keepalive=KA_STOPPED)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26