Warning, /frameworks/kdelibs4support/src/config-network.h.cmake is written in an unsupported language. File is not indexed.

0001 #ifndef CONFIG_NETWORK_H
0002 #define CONFIG_NETWORK_H
0003 
0004 
0005 /********** structs used by kdecore/network (and netsupp.cpp) *********/
0006 
0007 /* TODO: write those two tests */
0008 
0009 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 /* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */
0010 
0011 /* functions */
0012 #cmakedefine01 HAVE_GETADDRINFO
0013 #cmakedefine01 HAVE_GETHOSTBYNAME2
0014 #cmakedefine01 HAVE_GETHOSTBYNAME2_R
0015 #cmakedefine01 HAVE_GETHOSTBYNAME_R
0016 #cmakedefine01 HAVE_GETNAMEINFO
0017 #cmakedefine01 HAVE_GETPROTOBYNAME_R
0018 #cmakedefine01 HAVE_GETSERVBYNAME_R
0019 #cmakedefine01 HAVE_GETSERVBYPORT_R
0020 #cmakedefine01 HAVE_IF_NAMETOINDEX
0021 #cmakedefine01 HAVE_INET_NTOP
0022 #cmakedefine01 HAVE_INET_PTON
0023 #cmakedefine01 HAVE_POLL
0024 #cmakedefine01 HAVE_RES_INIT
0025 #cmakedefine01 HAVE_GAI_STRERROR_PROTO
0026 #cmakedefine01 HAVE_STRUCT_SOCKADDR_SA_LEN
0027 
0028 /* header files */
0029 #cmakedefine01 HAVE_NET_IF_H
0030 #cmakedefine01 HAVE_SYS_FILIO_H
0031 
0032 /* structs */
0033 #cmakedefine01 HAVE_STRUCT_ADDRINFO
0034 #cmakedefine01 HAVE_BROKEN_GETADDRINFO
0035 #cmakedefine01 HAVE_STRUCT_SOCKADDR_IN6
0036 
0037 #cmakedefine01 HAVE_GETSERVBYNAME_R_PROTO
0038 #cmakedefine01 HAVE_RES_INIT_PROTO
0039 
0040 #if !HAVE_RES_INIT_PROTO
0041 #ifdef __cplusplus
0042 extern "C" {
0043 #endif
0044 int res_init(void);
0045 #ifdef __cplusplus
0046 }
0047 #endif
0048 #endif
0049 
0050 #endif /* CONFIG_NETWORK_H */