features  1.12.11devel
 All Data Structures Files Functions Variables Typedefs Enumerator Macros Groups Pages
sofia_features.h
Go to the documentation of this file.
1 /* This -*- C -*- file is part of the Sofia-SIP package
2  *
3  * Copyright (C) 2005 Nokia Corporation.
4  *
5  * Contact: Pekka Pessi <pekka.pessi@nokia-email.address.hidden>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public License
9  * as published by the Free Software Foundation; either version 2.1 of
10  * the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20  * 02110-1301 USA
21  *
22  */
23 
24 /* libsofia-sip-ua/features/sofia-sip/sofia_features.h. Generated from sofia_features.h.in by configure. */
25 
37 #ifndef SOFIA_SIP_FEATURES_H
38 
39 #define SOFIA_SIP_FEATURES_H
40 
42 #define SOFIA_SIP_VERSION "1.12.11devel"
43 
44 #define SOFIA_SIP_NAME_VERSION "sofia-sip-1.12.11devel"
45 
46 #ifdef __cplusplus
47 extern "C" {
48 #endif
49 
50 SOFIAPUBVAR char const * const sofia_sip_name_version;
51 SOFIAPUBVAR char const * sofia_sip_has_smime;
52 SOFIAPUBVAR char const * sofia_sip_has_tls;
53 SOFIAPUBVAR char const * sofia_sip_has_dtls;
56 SOFIAPUBVAR char const * sofia_sip_has_stun;
57 SOFIAPUBVAR char const * sofia_sip_has_turn;
58 SOFIAPUBVAR char const * sofia_sip_has_upnp;
59 
60 SOFIAPUBVAR char const * sofia_sip_has_sctp;
61 SOFIAPUBVAR char const * sofia_sip_has_ipv6;
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif
char const * sofia_sip_has_turn
The name and version of software package providing TURN functionality, NULL if none.
Definition: features.c:111
char const * sofia_sip_has_smime
The name and version of software package providing S/MIME functionality, NULL if none.
Definition: features.c:49
char const * sofia_sip_has_sigcomp
The name and version of software package providing SigComp functionality, NULL if none...
Definition: features.c:91
char const * sofia_sip_has_tls_sctp
The name and version of software package providing TLS over SCTP functionality, NULL if none...
Definition: features.c:77
char const * sofia_sip_has_ipv6
The name and version of software package providing IPv6 functionality, NULL if none.
Definition: features.c:137
char const * sofia_sip_has_sctp
The name and version of software package providing SCTP functionality, NULL if none.
Definition: features.c:126
char const * sofia_sip_has_upnp
The name and version of software package providing UPnP functionality, NULL if none.
Definition: features.c:118
char const *const sofia_sip_name_version
The name and version of software package providing Sofia-SIP-UA library.
Definition: features.c:44
char const * sofia_sip_has_tls
The name and version of software package providing TLS functionality, NULL if none.
Definition: features.c:61
#define SOFIAPUBVAR
char const * sofia_sip_has_stun
The name and version of software package providing STUN functionality, NULL if none.
Definition: features.c:103
char const * sofia_sip_has_dtls
The name and version of software package providing DTLS functionality, NULL if none.
Definition: features.c:70

Sofia-SIP 1.12.11devel - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.