Loading...
Searching...
No Matches
Go to the documentation of this file.
46#define SU_HAVE_STDINT 1
48#define SU_HAVE_INTTYPES 1
50#define SU_HAVE_SYS_TYPES 1
53#define SU_HAVE_BSDSOCK 1
55#define SU_HAVE_PTHREADS 1
65#define SU_HAVE_SOCKADDR_STORAGE 1
68#define SU_HAVE_ADDRINFO 1
86#define SU_HAVE_INLINE 1
88#define SU_INLINE inline
90#define su_inline static inline
93#define SU_INLINE_TAG_CAST 1
100#define SU_S64_C(i) (SU_S64_T)(i ## LL)
101#define SU_U64_C(i) (SU_U64_T)(i ## ULL)
102#define SU_S32_C(i) (SU_S32_T)(i ## L)
103#define SU_U32_C(i) (SU_U32_T)(i ## UL)
104#define SU_S16_C(i) (SU_S16_T)(i)
105#define SU_U16_C(i) (SU_U16_T)(i ## U)
106#define SU_S8_C(i) (SU_S8_T)(i)
107#define SU_U8_C(i) (SU_U8_T)(i ## U)
114#define SOFIA_ISIZE_T int
117#define ISIZE_MAX INT_MAX
121#define SOFIA_ISSIZE_T int
124#define ISSIZE_MAX INT_MAX
128#define SOFIA_USIZE_T unsigned
131#define USIZE_MAX UINT_MAX
134#define __EXTENSIONS__ 1
Sofia-SIP 1.12.11devel -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.