Ignore:
Timestamp:
Apr 6, 2007 10:29:20 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c

    r1080 r1159  
    3030#include <pj/string.h> 
    3131 
     32/* Only declare the API if PJ_HAS_TCP is true */ 
     33#if defined(PJ_HAS_TCP) && PJ_HAS_TCP!=0 
     34 
    3235 
    3336#define THIS_FILE       "sip_transport_tcp.c" 
     
    13661369} 
    13671370 
     1371#endif  /* PJ_HAS_TCP */ 
     1372 
Note: See TracChangeset for help on using the changeset viewer.