~ubuntu-branches/ubuntu/quantal/ncbi-tools6/quantal

« back to all changes in this revision

Viewing changes to corelib/ncbiwww.h

Tags: upstream-6.1.20070822
ImportĀ upstreamĀ versionĀ 6.1.20070822

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: ncbiwww.h,v 6.7 2002/02/07 14:48:22 ivanov Exp $
 
1
/* $Id: ncbiwww.h,v 6.8 2007/06/20 22:05:40 vakatov Exp $
2
2
* ===========================================================================
3
3
*
4
4
*                            PUBLIC DOMAIN NOTICE
29
29
*
30
30
* Version Creation Date: 11/03/1996
31
31
*
32
 
* $Revision: 6.7 $
 
32
* $Revision: 6.8 $
33
33
*
34
34
* File Description:
35
35
*   This file contains main definitions to read and process HTTP
37
37
*   Currently it works for all ncbi supported platforms.
38
38
*
39
39
* $Log: ncbiwww.h,v $
 
40
* Revision 6.8  2007/06/20 22:05:40  vakatov
 
41
* MAX_WWW_ENTRIES -- increased from 4096 to 32768.
 
42
* It is just a quick-fix to let this code live a little longer, requested
 
43
* by Karl and Vasuki.
 
44
*
40
45
* Revision 6.7  2002/02/07 14:48:22  ivanov
41
46
* Added WWWGetEntriesEx(), WWWGetEntriesFormDataEx(), WWWReadFileInMemoryEx(),
42
47
* WWWGetValueSizeByIndex() -- support binary files in the multipart form-data.
113
118
/* DEFINES */
114
119
/****************************************************************************/
115
120
 
116
 
#define MAX_WWW_ENTRIES  4096 /* maximum number of html tags in input */
 
121
#define MAX_WWW_ENTRIES  32768 /* maximum number of html tags in input */
117
122
#define WWW_MAX_NAME_LEN 512  /* Limit for Name in HTML tag */
118
123
 
119
124
#define MISC_BROWSER     0    /* Any Browser Netscape Ver. 1 included */