Changeset 849 for pjproject/trunk/pjsip/include/pjsip/sip_config.h
- Timestamp:
- Dec 8, 2006 9:58:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r753 r849 232 232 #ifndef PJSIP_MAX_RESOLVED_ADDRESSES 233 233 # define PJSIP_MAX_RESOLVED_ADDRESSES 8 234 #endif 235 236 237 /** 238 * Enable TLS SIP transport support. For most systems this means that 239 * OpenSSL must be installed. 240 * 241 * Default: 0 (for now) 242 */ 243 #ifndef PJSIP_HAS_TLS_TRANSPORT 244 # define PJSIP_HAS_TLS_TRANSPORT 0 234 245 #endif 235 246
Note: See TracChangeset
for help on using the changeset viewer.