~ubuntu-branches/ubuntu/vivid/haproxy/vivid

« back to all changes in this revision

Viewing changes to include/common/defaults.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-06-20 00:38:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620003850-hvvx94g2xz2l2xbg
Tags: 1.3.15.1-1
* New Upstream Version
* Upgrade standards version to 3.8.0 (no change needed).
* Build with TARGET=linux26 on linux, TARGET=generic on other systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
// max # args on a configuration line
52
52
#define MAX_LINE_ARGS   64
53
53
 
 
54
// max # args on a uxts socket
 
55
#define MAX_UXST_ARGS   16
 
56
 
54
57
// max # of added headers per request
55
58
#define MAX_NEWHDR      10
56
59