Ignore:
Timestamp:
Feb 8, 2006 11:14:03 AM (19 years ago)
Author:
bennylp
Message:

Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/os_linux.h

    r125 r153  
    7777#define PJ_HAS_HIGH_RES_TIMER       1 
    7878#define PJ_HAS_MALLOC               1 
    79 #define PJ_OS_HAS_CHECK_STACK       0 
     79#ifndef PJ_OS_HAS_CHECK_STACK 
     80#   define PJ_OS_HAS_CHECK_STACK    0 
     81#endif 
    8082#define PJ_NATIVE_STRING_IS_UNICODE 0 
    8183 
Note: See TracChangeset for help on using the changeset viewer.