OPAL  Version 3.18.8
opal_config.h File Reference
#include <ptlib_config.h>
Include dependency graph for opal_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OPAL_MAJOR   3
 
#define OPAL_MINOR   18
 
#define OPAL_PATCH   8
 
#define OPAL_OEM   0
 
#define OPAL_VERSION   "3.18.8"
 
#define OPAL_CHECK_VERSION_OEM(major, minor, patch, oem)   (PTLIB_VERSION_INT_OEM(OPAL_MAJOR,OPAL_MINOR,OPAL_PATCH,OPAL_OEM) >= PTLIB_VERSION_INT_OEM(major,minor,patch,oem))
 
#define OPAL_CHECK_VERSION(major, minor, patch)   (PTLIB_VERSION_INT(OPAL_MAJOR,OPAL_MINOR,OPAL_PATCH) >= PTLIB_VERSION_INT(major,minor,patch))
 
#define OPAL_AEC   1
 
#define OPAL_SDP   1
 
#define OPAL_SIP   1
 
#define OPAL_IAX2   1
 
#define OPAL_SKINNY   1
 
#define OPAL_LID   1
 
#define OPAL_H239   1
 
#define OPAL_H501   1
 
#define OPAL_H450   1
 
#define H323_H450   OPAL_H450
 
#define OPAL_H460   1
 
#define OPAL_STATISTICS   1
 
#define OPAL_RTCP_XR   1
 
#define GCC_HAS_CLZ   1
 
#define OPAL_HAS_MIXER   1
 
#define OPAL_SCRIPT   1
 
#define OPAL_G711PLC   1
 
#define OPAL_RFC4175   1
 
#define OPAL_T38_CAPABILITY   1
 
#define OPAL_HAS_MSRP   1
 
#define OPAL_HAS_SIPIM   1
 
#define OPAL_HAS_RFC4103   1
 
#define OPAL_HAS_IM   (OPAL_HAS_SIPIM || OPAL_HAS_MSRP || OPAL_HAS_RFC4103)
 
#define OPAL_HAS_H224   1
 
#define OPAL_HAS_H281   1
 
#define OPAL_SYSTEM_SPEEX   1
 
#define OPAL_CSHARP   1
 
#define H323_DISABLE_H235_SRTP   1
 
#define H323_DISABLE_H46018   1
 
#define H323_DISABLE_H46019   1
 
#define H323_DISABLE_H46024B   1
 

Macro Definition Documentation

#define GCC_HAS_CLZ   1
#define H323_DISABLE_H235_SRTP   1
#define H323_DISABLE_H46018   1
#define H323_DISABLE_H46019   1
#define H323_DISABLE_H46024B   1
#define H323_H450   OPAL_H450
#define OPAL_AEC   1
#define OPAL_CHECK_VERSION (   major,
  minor,
  patch 
)    (PTLIB_VERSION_INT(OPAL_MAJOR,OPAL_MINOR,OPAL_PATCH) >= PTLIB_VERSION_INT(major,minor,patch))
#define OPAL_CHECK_VERSION_OEM (   major,
  minor,
  patch,
  oem 
)    (PTLIB_VERSION_INT_OEM(OPAL_MAJOR,OPAL_MINOR,OPAL_PATCH,OPAL_OEM) >= PTLIB_VERSION_INT_OEM(major,minor,patch,oem))
#define OPAL_CSHARP   1
#define OPAL_G711PLC   1
#define OPAL_H239   1
#define OPAL_H450   1
#define OPAL_H460   1
#define OPAL_H501   1
#define OPAL_HAS_H224   1
#define OPAL_HAS_H281   1
#define OPAL_HAS_IM   (OPAL_HAS_SIPIM || OPAL_HAS_MSRP || OPAL_HAS_RFC4103)
#define OPAL_HAS_MIXER   1
#define OPAL_HAS_MSRP   1
#define OPAL_HAS_RFC4103   1
#define OPAL_HAS_SIPIM   1
#define OPAL_IAX2   1
#define OPAL_LID   1
#define OPAL_MAJOR   3
#define OPAL_MINOR   18
#define OPAL_OEM   0
#define OPAL_PATCH   8
#define OPAL_RFC4175   1
#define OPAL_RTCP_XR   1
#define OPAL_SCRIPT   1
#define OPAL_SDP   1
#define OPAL_SIP   1
#define OPAL_SKINNY   1
#define OPAL_STATISTICS   1
#define OPAL_SYSTEM_SPEEX   1
#define OPAL_T38_CAPABILITY   1
#define OPAL_VERSION   "3.18.8"