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 00024 /* libsofia-sip-ua/features/sofia-sip/sofia_features.h. Generated from sofia_features.h.in by configure. */ 00025 00037 #ifndef SOFIA_SIP_FEATURES_H 00038 00039 #define SOFIA_SIP_FEATURES_H 00040 00042 #define SOFIA_SIP_VERSION "1.12.11" 00043 00044 #define SOFIA_SIP_NAME_VERSION "sofia-sip-1.12.11" 00045 00046 #ifdef __cplusplus 00047 extern "C" { 00048 #endif 00049 00050 SOFIAPUBVAR char const * const sofia_sip_name_version; 00051 SOFIAPUBVAR char const * sofia_sip_has_smime; 00052 SOFIAPUBVAR char const * sofia_sip_has_tls; 00053 SOFIAPUBVAR char const * sofia_sip_has_dtls; 00054 SOFIAPUBVAR char const * sofia_sip_has_tls_sctp; 00055 SOFIAPUBVAR char const * sofia_sip_has_sigcomp; 00056 SOFIAPUBVAR char const * sofia_sip_has_stun; 00057 SOFIAPUBVAR char const * sofia_sip_has_turn; 00058 SOFIAPUBVAR char const * sofia_sip_has_upnp; 00059 00060 SOFIAPUBVAR char const * sofia_sip_has_sctp; 00061 SOFIAPUBVAR char const * sofia_sip_has_ipv6; 00062 00063 #ifdef __cplusplus 00064 } 00065 #endif 00066 00067 #endif