- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjlib/include/pj/config.h
r5210 r5513 873 873 #define PJ_QOS_SYMBIAN 4 874 874 875 /** QoS backend for Darwin */ 876 #define PJ_QOS_DARWIN 5 877 875 878 /** 876 879 * Force the use of some QoS backend API for some platforms. … … 915 918 #ifndef PJ_SSL_SOCK_OSSL_CIPHERS 916 919 # define PJ_SSL_SOCK_OSSL_CIPHERS "HIGH:-COMPLEMENTOFDEFAULT" 920 #endif 921 922 923 /** 924 * Define the maximum number of curves supported by the secure socket. 925 * 926 * Default: 32 927 */ 928 #ifndef PJ_SSL_SOCK_MAX_CURVES 929 # define PJ_SSL_SOCK_MAX_CURVES 32 917 930 #endif 918 931 … … 1248 1261 1249 1262 /** PJLIB version minor number. */ 1250 #define PJ_VERSION_NUM_MINOR 41263 #define PJ_VERSION_NUM_MINOR 5 1251 1264 1252 1265 /** PJLIB version revision number. */
Note: See TracChangeset
for help on using the changeset viewer.