The file <su_configure.h> is automatically generated by autoconf.
The file <su_configure.h> contains configuration information for programs using su library. The configuration for su library itself is in "config.h".
Go to the source code of this file.
Defines | |
| #define | SU_HAVE_STDINT |
| Define as 1 if you have <stdint.h>. | |
| #define | SU_HAVE_INTTYPES |
| Define as 1 if you have <inttypes.h>. | |
| #define | SU_HAVE_SYS_TYPES |
| Define as 1 if you have <sys/types.h>. | |
| #define | SU_HAVE_BSDSOCK |
| Define as 1 if you have BSD socket interface. | |
| #define | SU_HAVE_PTHREADS |
| Define as 1 if you have pthreads library. | |
| #define | SU_HAVE_POLL |
| Define as 1 if you have poll(). | |
| #define | SU_HAVE_IN6 |
| Define as 1 if you have IPv6 structures, macros and constants. | |
| #define | SU_HAVE_SOCKADDR_STORAGE |
| Define as 1 if you have struct sockaddr_storage. | |
| #define | SU_HAVE_ADDRINFO |
| Define as 1 if you have struct addrinfo. | |
| #define | SU_HAVE_INLINE |
| Define as 1 if you have inline functions. | |
| #define | SU_INLINE |
| Define as suitable declarator inline functions. | |
| #define | su_inline |
| Define as suitable declarator static inline functions. | |
| #define | SU_HAVE_TAGSTACK |
| Define this as 1 if we can use tags directly from stack. | |
| #define | SOFIA_ISIZE_T |
| Define this as size_t (int when compatible with sofia-sip-ua 1.12.0 binaries). | |
| #define | ISIZE_MAX |
| Maximum value of isize_t. | |
| #define | SOFIA_ISSIZE_T |
| Define this as ssize_t (int when compatible with sofia-sip-ua 1.12.0 binaries). | |
| #define | ISSIZE_MAX |
| Maximum value of issize_t. | |
| #define | SOFIA_USIZE_T |
| Define this as size_t (unsigned int when compatible with sofia-sip-ua 1.12.0 binaries). | |
| #define | USIZE_MAX |
| Maximum value of usize_t. | |
| #define | _GNU_SOURCE |
| Define this in order to get GNU extensions. | |