Show
Ignore:
Timestamp:
03/23/08 00:23:08 (8 months ago)
Author:
edmanm
Message:

r256@lysithea: edmanm | 2008-03-23 00:22:58 -0400
Check for limits.h and sys/limits.h, and include them in zlibbytearray.cpp so
we can use UINT_MAX.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/config.h.in

    r2354 r2444  
    33 
    44#cmakedefine USE_QSSLSOCKET 
     5 
     6#cmakedefine HAVE_LIMITS_H 
     7 
     8#cmakedefine HAVE_SYS_LIMITS_H 
     9 
     10#cmakedefine SIZEOF_INT @SIZEOF_INT@ 
     11