/[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.30 by nmav, Sun Oct 27 08:45:51 2002 UTC revision 1.31 by nmav, Wed Jan 22 07:51:50 2003 UTC
# Line 58  Line 58 
58                                                      */                                                      */
59  #define DIRECTORY_INDEX_TABLE_SIZE              30  #define DIRECTORY_INDEX_TABLE_SIZE              30
60    
61  #define REQUEST_TIMEOUT                         60  #define REQUEST_TIMEOUT                         70
62    
63  #define CGI_MIME_TYPE                           "application/x-httpd-cgi"  #define CGI_MIME_TYPE                           "application/x-httpd-cgi"
64    
# Line 171  Line 171 
171  #define NPH                     2  #define NPH                     2
172  #define INDEXER_CGI             3  #define INDEXER_CGI             3
173  #define HIC_CGI                 4  #define HIC_CGI                 4
174    #define CGI_ACTION              5
175    
176  /************* ALIAS TYPES (aliasp->type) ***************/  /************* ALIAS TYPES (aliasp->type) ***************/
177    
# Line 209  Line 210 
210  #define CRLF "\r\n"  #define CRLF "\r\n"
211  #define HTTP_VERSION "HTTP/1.1"  #define HTTP_VERSION "HTTP/1.1"
212    
213    #define HTTP_0_9 0
214    #define HTTP_1_0 1
215    #define HTTP_1_1 2
216    
217  /***************** HTTP/1.1 If-Match stuff ********************/  /***************** HTTP/1.1 If-Match stuff ********************/
218    
219  #define IF_NO_IF 0 /* unused - just to indicate that 0 is no If header */  #define IF_NO_IF 0 /* unused - just to indicate that 0 is no If header */

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26