00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144 #ifndef _OPAL_BUILDOPTS_H
00145 #define _OPAL_BUILDOPTS_H
00146
00147 #include <ptbuildopts.h>
00148
00150
00151
00152
00153
00154 #define OPAL_MAJOR 3
00155 #define OPAL_MINOR 0
00156 #define OPAL_BUILD 2
00157 #define OPAL_VERSION "3.0.2"
00158
00159
00161
00162
00163
00164
00165 #define OPAL_IAX2 1
00166 #define OPAL_SIP 1
00167 #define OPAL_H323 1
00168 #define OPAL_LID 1
00169 #define OPAL_IVR 1
00170 #define OPAL_H224 1
00171
00172 #define OPAL_H450 1
00173 #define OPAL_H460 1
00174 #define OPAL_RFC4175 1
00175
00176 #ifdef OPAL_H450
00177 #define H323_H450 OPAL_H450
00178 #endif
00179
00180 #ifdef OPAL_H460
00181 #define H323_H460 OPAL_H460
00182 #endif
00183
00185
00186
00187
00188
00189 #define OPAL_AUDIO 1
00190
00191 #if P_VIDEO
00192 #define OPAL_VIDEO 1
00193 #endif
00194
00195 #define OPAL_T38FAX 1
00196
00197 #ifndef OPAL_AUDIO
00198 #define NO_OPAL_AUDIO
00199 #endif
00200
00201 #ifndef OPAL_VIDEO
00202 #define NO_OPAL_VIDEO
00203 #endif
00204
00206
00207
00208
00209
00210
00211
00212
00214
00215
00216
00217
00218
00219
00220 #if HAS_VPB
00221 #if defined(_MSC_VER)
00222
00223 #pragma include_alias(<vpbapi.h>, <@VPB_DIR@/src/vpbapi.h>)
00224
00225 #define VPB_LIBRARY "@VPB_DIR@/win32/libvpb/Debug/libvpb.lib"
00226
00227 #endif
00228 #endif
00229
00231
00232
00233
00234
00235 #define GCC_HAS_CLZ 1
00236
00238
00239
00240
00241
00242
00243 #if HAS_LIBSRTP && !HAS_LIBZRTP
00244 #if defined(_MSC_VER)
00245
00246 #pragma include_alias("srtp/srtp.h", "@LIBSRTP_DIR@/include/srtp.h")
00247 #pragma include_alias(<srtp/include/srtp.h>, <@LIBSRTP_DIR@/include/srtp.h>)
00248 #pragma include_alias("crypto_kernel.h", "@LIBSRTP_DIR@/crypto/include/crypto_kernel.h")
00249 #pragma include_alias("rdbx.h", "@LIBSRTP_DIR@/crypto/include/rdbx.h")
00250 #pragma include_alias("rdb.h", "@LIBSRTP_DIR@/crypto/include/rdb.h")
00251 #pragma include_alias("integers.h", "@LIBSRTP_DIR@/crypto/include/integers.h")
00252
00253
00254 #ifdef _DEBUG
00255 #define LIBSRTP_LIBRARY "@LIBSRTP_DIR@/Debug/libsrtp.lib"
00256 #else
00257 #define LIBSRTP_LIBRARY "@LIBSRTP_DIR@/Release/libsrtp.lib"
00258 #endif
00259
00260 #endif
00261 #endif
00262
00263 #if HAS_LIBSRTP
00264 #define OPAL_SRTP 1
00265 #endif
00266
00268
00269
00270
00271
00272
00273 #if HAS_LIBZRTP
00274 #if defined(_MSC_VER)
00275
00276 #ifdef _DEBUG
00277 #define LIBZRTP_LIBRARY "@LIBZRTP_DIR@/Debug/libzrtp.lib"
00278 #else
00279 #define LIBZRTP_LIBRARY "@LIBZRTP_DIR@/Release/libzrtp.lib"
00280 #endif
00281
00282 #pragma comment(lib, LIBZRTP_LIBRARY)
00283
00284 #pragma include_alias("WINCONFIG/config.h", "@LIBZRTP_DIR@/srtp_win32k/WINCONFIG/config.h")
00285 #pragma include_alias("WINCONFIG\config.h", "@LIBZRTP_DIR@/srtp_win32k/WINCONFIG/config.h")
00286
00287 #pragma include_alias(<ZRTP/zrtp.h>, <@LIBZRTP_DIR@/include/zrtp.h>)
00288 #pragma include_alias(<ZRTP/zrtp_log.h>, <@LIBZRTP_DIR@/include/zrtp_log.h>)
00289
00290 #pragma include_alias(<zrtp_types.h>, <@LIBZRTP_DIR@/include/zrtp_types.h>)
00291 #pragma include_alias(<zrtp_crypto.h>, <@LIBZRTP_DIR@/include/zrtp_crypto.h>)
00292 #pragma include_alias(<zrtp_protocol.h>, <@LIBZRTP_DIR@/include/zrtp_protocol.h>)
00293 #pragma include_alias(<zrtp_string.h>, <@LIBZRTP_DIR@/include/zrtp_string.h>)
00294 #pragma include_alias(<zrtp_iface.h>, <@LIBZRTP_DIR@/include/zrtp_iface.h>)
00295 #pragma include_alias(<zrtp_error.h>, <@LIBZRTP_DIR@/include/zrtp_error.h>)
00296 #pragma include_alias(<zrtp_net.h>, <@LIBZRTP_DIR@/include/zrtp_net.h>)
00297 #pragma include_alias(<zrtp_system.h>, <@LIBZRTP_DIR@/include/zrtp_system.h>)
00298 #pragma include_alias("bn.h", "@LIBZRTP_DIR@/bnlib/bn.h")
00299 #pragma include_alias(<bn.h>, <@LIBZRTP_DIR@/bnlib/bn.h>)
00300 #pragma include_alias("bnsize00.h", "@LIBZRTP_DIR@/bnlib/bnsize00.h")
00301 #pragma include_alias(<bnsize00.h>, <@LIBZRTP_DIR@/bnlib/bnsize00.h>)
00302 #pragma include_alias("sha2.h", "@LIBZRTP_DIR@/include/sha/sha2.h")
00303
00304
00305
00306
00307 #pragma include_alias("srtp.h", "@LIBZRTP_DIR@/srtp_win32k/include/srtp.h")
00308 #pragma include_alias(<srtp.h>, <@LIBZRTP_DIR@/srtp_win32k/include/srtp.h>)
00309 #pragma include_alias("srtp/srtp.h", "@LIBZRTP_DIR@/srtp_win32k/include/srtp.h")
00310 #pragma include_alias(<srtp/include/srtp.h>, <@LIBZRTP_DIR@/srtp_win32k/include/srtp.h>)
00311 #pragma include_alias("crypto_kernel.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/crypto_kernel.h")
00312 #pragma include_alias("rdbx.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/rdbx.h")
00313 #pragma include_alias("rdb.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/rdb.h")
00314 #pragma include_alias("integers.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/integers.h")
00315
00316
00317
00318 #endif
00319 #endif
00320
00321 #if HAS_LIBZRTP
00322 #define OPAL_ZRTP 1
00323 #define OPAL_SRTP 1
00324 #endif
00325
00326 #endif // _OPAL_BUILDOPTS_H
00327
00328
00329