Go to the documentation of this file.
32 #ifndef OPAL_BUILDOPTS_H
33 #define OPAL_BUILDOPTS_H
35 #include <ptbuildopts.h>
45 #define OPAL_VERSION "3.10.4"
47 #define OPAL_PTLIB_SSL 1
48 #define OPAL_PTLIB_SSL_AES 1
49 #define OPAL_PTLIB_ASN 1
50 #define OPAL_PTLIB_EXPAT 1
51 #define OPAL_PTLIB_AUDIO 1
52 #define OPAL_PTLIB_VIDEO 1
53 #define OPAL_PTLIB_WAVFILE 1
54 #define OPAL_PTLIB_DTMF 1
55 #define OPAL_PTLIB_IPV6 1
57 #define OPAL_PTLIB_DNS 1
60 #define OPAL_PTLIB_LDAP 1
62 #define OPAL_PTLIB_VXML 1
63 #define OPAL_PTLIB_CONFIG_FILE 1
69 #if defined(P_SSL) && !defined(OPAL_PTLIB_SSL)
70 #define OPAL_PTLIB_SSL 1
72 #if defined(P_SSL_AES) && !defined(OPAL_PTLIB_SSL_AES)
73 #define OPAL_PTLIB_SSL_AES 1
75 #if defined(P_ASN) && !defined(OPAL_PTLIB_ASN)
76 #define OPAL_PTLIB_ASN 1
78 #if defined(P_EXPAT) && !defined(OPAL_PTLIB_EXPAT)
79 #define OPAL_PTLIB_EXPAT 1
81 #if defined(P_AUDIO) && !defined(OPAL_PTLIB_AUDIO)
82 #define OPAL_PTLIB_AUDIO 1
84 #if defined(P_VIDEO) && !defined(OPAL_PTLIB_VIDEO)
85 #define OPAL_PTLIB_VIDEO 1
87 #if defined(P_WAVFILE) && !defined(OPAL_PTLIB_WAVFILE)
88 #define OPAL_PTLIB_WAVFILE 1
90 #if defined(P_DTMF) && !defined(OPAL_PTLIB_DTMF)
91 #define OPAL_PTLIB_DTMF 1
93 #if defined(P_HAS_IPV6) && !defined(OPAL_PTLIB_IPV6)
94 #define OPAL_PTLIB_IPV6 1
96 #if defined(P_DNS) && !defined(OPAL_PTLIB_DNS)
97 #define OPAL_PTLIB_DNS 1
99 #if defined(P_LDAP) && !defined(OPAL_PTLIB_LDAP)
100 #define OPAL_PTLIB_LDAP 1
102 #if defined(P_VXML) && !defined(OPAL_PTLIB_VXML)
103 #define OPAL_PTLIB_VXML 1
105 #if defined(P_CONFIG_FILE) && !defined(OPAL_PTLIB_CONFIG_FILE)
106 #define OPAL_PTLIB_CONFIG_FILE 1
109 #define OPAL_PLUGIN_DIR "/usr/lib/opal-3.10.4"
141 #define H323_H450 OPAL_H450
146 #define H323_H460 OPAL_H460
149 #define H323_DISABLE_H225 1
150 #define H323_DISABLE_H235 1
151 #define H323_DISABLE_H245 1
156 #define H323_DISABLE_X880 1
157 #define H323_DISABLE_H4501 1
158 #define H323_DISABLE_H4502 1
159 #define H323_DISABLE_H4503 1
160 #define H323_DISABLE_H4504 1
161 #define H323_DISABLE_H4505 1
162 #define H323_DISABLE_H4506 1
163 #define H323_DISABLE_H4507 1
164 #define H323_DISABLE_H4508 1
165 #define H323_DISABLE_H4509 1
166 #define H323_DISABLE_H45010 1
167 #define H323_DISABLE_H45011 1
172 #define H323_DISABLE_GCC 1
173 #define H323_DISABLE_MCS 1
174 #endif // OPAL_T120DATA
178 #define H323_DISABLE_H501 1
187 #define OPAL_STATISTICS 1
188 #define OPAL_RTCP_XR 1
191 #define OPAL_HAS_MIXER 1
193 #define OPAL_HAS_PCSS 1
203 #define OPAL_G711PLC 1
207 #define OPAL_RFC4175 1
213 #if defined(_MSC_VER)
214 #define JPEGLIB_LIBRARY "@JPEGLIB_DIR@/../lib/jpeg.lib"
215 #pragma include_alias(<jpeglib.h>, <@JPEGLIB_DIR@/jpeglib.h>)
222 #define OPAL_T38_CAPABILITY 1
224 #if OPAL_T38_CAPABILITY
231 #define H323_DISABLE_T38 1
236 #define OPAL_HAS_MSRP 1
238 #define OPAL_HAS_SIPIM 1
240 #define OPAL_HAS_RFC4103 1
242 #define OPAL_HAS_IM (OPAL_HAS_SIPIM || OPAL_HAS_MSRP || OPAL_HAS_RFC4103)
246 #define OPAL_HAS_H224 1
247 #define OPAL_HAS_H281 1
251 #define OPAL_SYSTEM_SPEEX 1
252 #define OPAL_HAVE_SPEEX_SPEEX_H 1
265 #if defined(_MSC_VER)
266 #pragma include_alias(<vpbapi.h>, <@VPB_DIR@/src/vpbapi.h>)
267 #define VPB_LIBRARY "@VPB_DIR@/win32/libvpb/Debug/libvpb.lib"
284 #if HAS_LIBSRTP && !OPAL_ZRTP && !defined(_WIN32_WCE)
288 #if defined(_MSC_VER)
290 #pragma include_alias("srtp/srtp.h", "@LIBSRTP_DIR@/include/srtp.h")
291 #pragma include_alias(<srtp/include/srtp.h>, <@LIBSRTP_DIR@/include/srtp.h>)
292 #pragma include_alias("crypto_kernel.h", "@LIBSRTP_DIR@/crypto/include/crypto_kernel.h")
293 #pragma include_alias("rdbx.h", "@LIBSRTP_DIR@/crypto/include/rdbx.h")
294 #pragma include_alias("rdb.h", "@LIBSRTP_DIR@/crypto/include/rdb.h")
295 #pragma include_alias("integers.h", "@LIBSRTP_DIR@/crypto/include/integers.h")
298 #define LIBSRTP_LIBRARY "@LIBSRTP_DIR@/Debug/libsrtp.lib"
300 #define LIBSRTP_LIBRARY "@LIBSRTP_DIR@/Release/libsrtp.lib"
317 #if defined(OPAL_SRTP) && defined(HAS_LIBZRTP) && !defined(_WIN32_WCE)
321 #if defined(_MSC_VER)
324 #define LIBZRTP_LIBRARY "@LIBZRTP_DIR@/Debug/libzrtp.lib"
326 #define LIBZRTP_LIBRARY "@LIBZRTP_DIR@/Release/libzrtp.lib"
329 #pragma comment(lib, LIBZRTP_LIBRARY)
331 #pragma include_alias("WINCONFIG/config.h", "@LIBZRTP_DIR@/srtp_win32k/WINCONFIG/config.h")
332 #pragma include_alias("WINCONFIG\config.h", "@LIBZRTP_DIR@/srtp_win32k/WINCONFIG/config.h")
334 #pragma include_alias(<zrtp.h>, <@LIBZRTP_DIR@/include/zrtp.h>)
335 #pragma include_alias(<zrtp_log.h>, <@LIBZRTP_DIR@/include/zrtp_log.h>)
336 #pragma include_alias(<zrtp_types.h>, <@LIBZRTP_DIR@/include/zrtp_types.h>)
337 #pragma include_alias(<zrtp_crypto.h>, <@LIBZRTP_DIR@/include/zrtp_crypto.h>)
338 #pragma include_alias(<zrtp_protocol.h>, <@LIBZRTP_DIR@/include/zrtp_protocol.h>)
339 #pragma include_alias(<zrtp_string.h>, <@LIBZRTP_DIR@/include/zrtp_string.h>)
340 #pragma include_alias(<zrtp_iface.h>, <@LIBZRTP_DIR@/include/zrtp_iface.h>)
341 #pragma include_alias(<zrtp_error.h>, <@LIBZRTP_DIR@/include/zrtp_error.h>)
342 #pragma include_alias(<zrtp_net.h>, <@LIBZRTP_DIR@/include/zrtp_net.h>)
343 #pragma include_alias(<zrtp_system.h>, <@LIBZRTP_DIR@/include/zrtp_system.h>)
344 #pragma include_alias("bn.h", "@LIBZRTP_DIR@/bnlib/bn.h")
345 #pragma include_alias(<bn.h>, <@LIBZRTP_DIR@/bnlib/bn.h>)
346 #pragma include_alias("bnsize00.h", "@LIBZRTP_DIR@/bnlib/bnsize00.h")
347 #pragma include_alias(<bnsize00.h>, <@LIBZRTP_DIR@/bnlib/bnsize00.h>)
349 #pragma include_alias("aes.h", "@LIBZRTP_DIR@/bgaes/aes.h")
350 #pragma include_alias("sha2.h", "@LIBZRTP_DIR@/bgaes/sha2.h")
352 #pragma include_alias("zrtp_win_config.h", "@LIBZRTP_DIR@/config/zrtp_win_config.h")
357 #pragma include_alias("srtp.h", "@LIBZRTP_DIR@/srtp_win32k/include/srtp.h")
358 #pragma include_alias(<srtp.h>, <@LIBZRTP_DIR@/srtp_win32k/include/srtp.h>)
359 #pragma include_alias("srtp/srtp.h", "@LIBZRTP_DIR@/srtp_win32k/include/srtp.h")
360 #pragma include_alias(<srtp/include/srtp.h>, <@LIBZRTP_DIR@/srtp_win32k/include/srtp.h>)
361 #pragma include_alias("crypto_kernel.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/crypto_kernel.h")
362 #pragma include_alias("rdbx.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/rdbx.h")
363 #pragma include_alias("rdb.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/rdb.h")
364 #pragma include_alias("integers.h", "@LIBZRTP_DIR@/srtp_win32k/crypto/include/integers.h")
380 #if defined(_MSC_VER)
381 #pragma include_alias(<jni.h>, <@JAVA_DIR@/include/jni.h>)
382 #pragma include_alias("jni_md.h", "@JAVA_DIR@/include/win32/jni_md.h")
392 #if !defined(_WIN32_WCE)
398 #if defined(_MSC_VER)
399 #define RUBY_MSC_VER 1200
401 #pragma include_alias(<ruby.h>, <@RUBY_DIR@/ruby.h>)
402 #pragma include_alias("ruby/config.h", "@RUBY_DIR@/i386-mswin32/ruby/config.h")
403 #pragma include_alias("ruby/io.h", "@RUBY_DIR@/ruby/io.h")
404 #pragma include_alias("ruby/encoding.h", "@RUBY_DIR@/ruby/encoding.h")
405 #pragma include_alias("ruby/oniguruma.h", "@RUBY_DIR@/ruby/oniguruma.h")
407 #define RUBY_LIBRARY "@RUBY_DIR@/../../lib/msvcrt-ruby191.lib"
413 #endif // OPAL_BUILDOPTS_H