Home
last modified time | relevance | path

Searched refs:ENABLE_INET6 (Results 1 – 8 of 8) sorted by relevance

/dports/net/tinyfugue/tf-50b8/src/
H A Dtfconfig.h.in90 #define ENABLE_INET6 0 macro
H A Dsocket.c87 # undef ENABLE_INET6
88 # define ENABLE_INET6 0 macro
467 const int feature_IPv6 = ENABLE_INET6 - 0;
1385 #if ENABLE_INET6 in printai()
1622 # if ENABLE_INET6 in tfgetaddrinfo()
1645 # if ENABLE_INET6 in tfgetaddrinfo()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dtfconfig.h.in87 #define ENABLE_INET6 0 macro
H A Dsocket.c97 # undef ENABLE_INET6
98 # define ENABLE_INET6 0 macro
508 const int feature_IPv6 = ENABLE_INET6 - 0;
1534 #if ENABLE_INET6 in printai()
1771 # if ENABLE_INET6 in tfgetaddrinfo()
1794 # if ENABLE_INET6 in tfgetaddrinfo()
/dports/net/tinyfugue/tf-50b8/autom4te.cache/
H A Dtraces.0340 m4trace:configure.in:706: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_INET6])
H A Doutput.08773 @%:@define ENABLE_INET6 1
/dports/net/tinyfugue/tf-50b8/
H A Dconfigure.in706 if test "$enable_inet6" = "yes"; then AC_DEFINE(ENABLE_INET6) fi definition
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/
H A Dconfigure.ac708 if test "$enable_inet6" = "yes"; then AC_DEFINE([ENABLE_INET6], [1], [inet6 enabled]) fi