00001 /* This -*- C -*- file is part of the Sofia-SIP package 00002 * 00003 * Copyright (C) 2005 Nokia Corporation. 00004 * 00005 * Contact: Pekka Pessi <pekka.pessi@nokia-email.address.hidden> 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public License 00009 * as published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, but 00013 * WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this library; if not, write to the Free Software 00019 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 00020 * 02110-1301 USA 00021 * 00022 */ 00023 00034 #ifndef SOFIA_SIP_FEATURES_H 00035 00036 #define SOFIA_SIP_FEATURES_H 00037 00039 #define SOFIA_SIP_VERSION "1.12.1" 00040 00041 #define SOFIA_SIP_NAME_VERSION "sofia-sip-1.12.1" 00042 00043 #ifdef __cplusplus 00044 extern "C" { 00045 #endif 00046 00047 SOFIAPUBVAR char const * const sofia_sip_name_version; 00048 SOFIAPUBVAR char const * const sofia_sip_has_smime; 00049 SOFIAPUBVAR char const * const sofia_sip_has_tls; 00050 SOFIAPUBVAR char const * const sofia_sip_has_dtls; 00051 SOFIAPUBVAR char const * const sofia_sip_has_tls_sctp; 00052 SOFIAPUBVAR char const * const sofia_sip_has_sigcomp; 00053 SOFIAPUBVAR char const * const sofia_sip_has_stun; 00054 SOFIAPUBVAR char const * const sofia_sip_has_turn; 00055 SOFIAPUBVAR char const * const sofia_sip_has_upnp; 00056 00057 SOFIAPUBVAR char const * const sofia_sip_has_sctp; 00058 SOFIAPUBVAR char const * const sofia_sip_has_ipv6; 00059 00060 #ifdef __cplusplus 00061 } 00062 #endif 00063 00064 #endif