Jeff Trawick wrote:
> 
> James Sutherland <[EMAIL PROTECTED]> writes:
> 
> > One problem: the specs allow MAX_INT to be defined with a *MUCH* lower
> > value than this - 32767 or thereabouts? At which point, you could
> > theoretically be hitting the limit quite frequently...
> 
> This comment implies that Apache is able to run on a 16-bit machine.
> Is that really correct?  Or, is running on a 16-bit machine something
> we would accept patches for?  (seems unlikely)
> 

ANSI specified that INT_MAX must be at least 32767, although larger
values are OK. UINT_MAX "doubles" that. I'm guessing we could
find the integer type at configure time that is large enough for
our needs and typedef it...

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
          "Hell is hot, that's never been disputed by anybody."

Reply via email to