=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== epic4-2.10.6/mkinstalldirs-11-for file in ${1+"$@"} ; do epic4-2.10.6/mkinstalldirs:12: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` epic4-2.10.6/mkinstalldirs-13- shift ############################################## epic4-2.10.6/script/tabkey.jm-286- (/exec %) { epic4-2.10.6/script/tabkey.jm:287: @:matches = match_exec($fragment) epic4-2.10.6/script/tabkey.jm-288- ############################################## epic4-2.10.6/script/functions-265- fe ret foo { epic4-2.10.6/script/functions:266: @ foo = ${cond}regexec($reg $foo) ? [] : foo=~[* *] ? ["\$foo"] : foo epic4-2.10.6/script/functions-267- } ############################################## epic4-2.10.6/script/files-47- { epic4-2.10.6/script/files:48: if (regexec($reg $line)) { epic4-2.10.6/script/files-49- @ write($wd $line) ############################################## epic4-2.10.6/script/epic-crypt-gpg-aa-45-decrypt) decrypt "$@" ;; epic4-2.10.6/script/epic-crypt-gpg-aa:46:*) echo `basename $0` "{encrypt|decrypt} < text" 1>&2 ;; epic4-2.10.6/script/epic-crypt-gpg-aa-47-esac ############################################## epic4-2.10.6/script/epic-crypt-gpg-30-decrypt) decrypt "$@" ;; epic4-2.10.6/script/epic-crypt-gpg:31:*) echo `basename $0` "{encrypt|decrypt} < text" 1>&2 ;; epic4-2.10.6/script/epic-crypt-gpg-32-esac ############################################## epic4-2.10.6/script/grep-51- @ l = line($i $win) epic4-2.10.6/script/grep:52: if (!regexec($re $l)) epic4-2.10.6/script/grep-53- { ############################################## epic4-2.10.6/source/gailib.c-70-static int get_name (const char *, struct afd *, AI **, char *, AI *, int); epic4-2.10.6/source/gailib.c:71:static int get_addr (const char *, int, AI **, AI *, int); epic4-2.10.6/source/gailib.c-72-static int str_isnumber (const char *); ############################################## epic4-2.10.6/source/gailib.c-313- * hostname == NULL. epic4-2.10.6/source/gailib.c:314: * passive socket -> anyaddr (0.0.0.0 or ::) epic4-2.10.6/source/gailib.c-315- * non-passive socket -> localhost (127.0.0.1 or ::1) ############################################## epic4-2.10.6/source/gailib.c-398- /* hostname as alphabetical name */ epic4-2.10.6/source/gailib.c:399: error = get_addr(hostname, pai->ai_family, &top, pai, port); epic4-2.10.6/source/gailib.c-400- if (error == 0) { ############################################## epic4-2.10.6/source/gailib.c-422- epic4-2.10.6/source/gailib.c:423: hp = gethostbyaddr(addr, afd->a_addrlen, AF_INET); epic4-2.10.6/source/gailib.c-424- if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) { ############################################## epic4-2.10.6/source/gailib.c-439- epic4-2.10.6/source/gailib.c:440:static int get_addr (const char *hostname, int af, AI **res, AI *pai, int port0) epic4-2.10.6/source/gailib.c-441-{ ############################################## epic4-2.10.6/source/gailib.c-593- } else { epic4-2.10.6/source/gailib.c:594: hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); epic4-2.10.6/source/gailib.c-595- h_error = h_errno; ############################################## epic4-2.10.6/source/server.c-2199- epic4-2.10.6/source/server.c:2200:SS get_server_local_addr (int refnum) epic4-2.10.6/source/server.c-2201-{ ############################################## epic4-2.10.6/source/server.c-2209- epic4-2.10.6/source/server.c:2210:SS get_server_uh_addr (int refnum) epic4-2.10.6/source/server.c-2211-{ ############################################## epic4-2.10.6/source/dcc.c-790- lock_dcc(dcc); epic4-2.10.6/source/dcc.c:791: if (inet_vhostsockaddr(FAMILY(dcc->offer), -1, epic4-2.10.6/source/dcc.c-792- &local, &locallen) < 0) ############################################## epic4-2.10.6/source/dcc.c-913- if (get_int_var(DCC_USE_GATEWAY_ADDR_VAR)) epic4-2.10.6/source/dcc.c:914: my_sockaddr = get_server_uh_addr(server); epic4-2.10.6/source/dcc.c:915: else if (family == AF_INET && V4ADDR(dcc->local_sockaddr).s_addr == epic4-2.10.6/source/dcc.c-916- htonl(INADDR_ANY)) epic4-2.10.6/source/dcc.c:917: my_sockaddr = get_server_local_addr(server); epic4-2.10.6/source/dcc.c-918-#ifdef INET6 epic4-2.10.6/source/dcc.c:919: else if (family == AF_INET6 && memcmp(&V6ADDR(dcc->local_sockaddr), epic4-2.10.6/source/dcc.c-920- &in6addr_any, epic4-2.10.6/source/dcc.c-921- sizeof(in6addr_any)) == 0) epic4-2.10.6/source/dcc.c:922: my_sockaddr = get_server_local_addr(server); epic4-2.10.6/source/dcc.c-923-#endif ############################################## epic4-2.10.6/source/dcc.c-2177- { epic4-2.10.6/source/dcc.c:2178: if (V4ADDR(offer).s_addr == 0) epic4-2.10.6/source/dcc.c-2179- { ############################################## epic4-2.10.6/source/dcc.c-2223- { epic4-2.10.6/source/dcc.c:2224: if (V4ADDR(irc_addr).s_addr != V4ADDR(offer).s_addr) epic4-2.10.6/source/dcc.c-2225- { epic4-2.10.6/source/dcc.c-2226- say("WARNING: Fake dcc handshake detected! [%x]", epic4-2.10.6/source/dcc.c:2227: V4ADDR(offer).s_addr); epic4-2.10.6/source/dcc.c-2228- say("Unless you know where this dcc request is " ############################################## epic4-2.10.6/source/network.c-47-static int set_blocking (int fd); epic4-2.10.6/source/network.c:48:static int inet_remotesockaddr (int family, const char *host, const char *port, SS *storage, socklen_t *len); epic4-2.10.6/source/network.c:49:int inet_vhostsockaddr (int family, int port, SS *storage, socklen_t *len); epic4-2.10.6/source/network.c-50-static int Connect (int fd, SA *addr); ############################################## epic4-2.10.6/source/network.c-84- * but I changed it to call getaddrinfo() directly instead of calling epic4-2.10.6/source/network.c:85: * inet_vhostsockaddr() because I wanted it to be able to take advantage epic4-2.10.6/source/network.c-86- * of connecting to multiple protocols and multiple ip addresses (for things ############################################## epic4-2.10.6/source/network.c-110- /* First, look up the virtual host we use for this protocol. */ epic4-2.10.6/source/network.c:111: err = inet_vhostsockaddr(ai->ai_family, -1, &localaddr, &locallen); epic4-2.10.6/source/network.c-112- if (err < 0) ############################################## epic4-2.10.6/source/network.c-270- epic4-2.10.6/source/network.c:271: if ((err = inet_vhostsockaddr(family, port, storage, &len))) epic4-2.10.6/source/network.c-272- return err; ############################################## epic4-2.10.6/source/network.c-356- */ epic4-2.10.6/source/network.c:357:int inet_vhostsockaddr (int family, int port, SS *storage, socklen_t *len) epic4-2.10.6/source/network.c-358-{ ############################################## epic4-2.10.6/source/network.c-404- */ epic4-2.10.6/source/network.c:405:static int inet_remotesockaddr (int family, const char *host, const char *port, SS *storage, socklen_t *len) epic4-2.10.6/source/network.c-406-{ ############################################## epic4-2.10.6/source/network.c-483- * ARGS: name - The socket address, possibly returned by getpeername(). epic4-2.10.6/source/network.c:484: * retval - A string to store the hostname/paddr (RETURN VALUE) epic4-2.10.6/source/network.c-485- * size - The length of 'retval' in bytes ############################################## epic4-2.10.6/source/network.c-512- * host - The hostname to convert epic4-2.10.6/source/network.c:513: * retval - A string to store the p-addr (RETURN VALUE) epic4-2.10.6/source/network.c-514- * size - The length of 'retval' in bytes ############################################## epic4-2.10.6/doc/IPV6-112-sockaddr_in connect_to_server.remaddr epic4-2.10.6/doc/IPV6:113:in_addr get_server_local_addr (servnum) epic4-2.10.6/doc/IPV6:114:in_addr get_server_uh_addr (servnum) epic4-2.10.6/doc/IPV6-115- ############################################## epic4-2.10.6/configure-86- case "$ac_option" in epic4-2.10.6/configure:87: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; epic4-2.10.6/configure-88- *) ac_optarg= ;; ############################################## epic4-2.10.6/configure-118- -disable-* | --disable-*) epic4-2.10.6/configure:119: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` epic4-2.10.6/configure-120- # Reject names that are not valid shell variable names. epic4-2.10.6/configure:121: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then epic4-2.10.6/configure-122- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } epic4-2.10.6/configure-123- fi epic4-2.10.6/configure:124: ac_feature=`echo $ac_feature| sed 's/-/_/g'` epic4-2.10.6/configure-125- eval "enable_${ac_feature}=no" ;; ############################################## epic4-2.10.6/configure-127- -enable-* | --enable-*) epic4-2.10.6/configure:128: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` epic4-2.10.6/configure-129- # Reject names that are not valid shell variable names. epic4-2.10.6/configure:130: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then epic4-2.10.6/configure-131- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } epic4-2.10.6/configure-132- fi epic4-2.10.6/configure:133: ac_feature=`echo $ac_feature| sed 's/-/_/g'` epic4-2.10.6/configure-134- case "$ac_option" in ############################################## epic4-2.10.6/configure-364- -with-* | --with-*) epic4-2.10.6/configure:365: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` epic4-2.10.6/configure-366- # Reject names that are not valid shell variable names. epic4-2.10.6/configure:367: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then epic4-2.10.6/configure-368- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } epic4-2.10.6/configure-369- fi epic4-2.10.6/configure:370: ac_package=`echo $ac_package| sed 's/-/_/g'` epic4-2.10.6/configure-371- case "$ac_option" in ############################################## epic4-2.10.6/configure-377- -without-* | --without-*) epic4-2.10.6/configure:378: ac_package=`echo $ac_option|sed -e 's/-*without-//'` epic4-2.10.6/configure-379- # Reject names that are not valid shell variable names. epic4-2.10.6/configure:380: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then epic4-2.10.6/configure-381- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } epic4-2.10.6/configure-382- fi epic4-2.10.6/configure:383: ac_package=`echo $ac_package| sed 's/-/_/g'` epic4-2.10.6/configure-384- eval "with_${ac_package}=no" ;; ############################################## epic4-2.10.6/configure-407- *) epic4-2.10.6/configure:408: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then epic4-2.10.6/configure-409- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## epic4-2.10.6/configure-420-if test -n "$ac_prev"; then epic4-2.10.6/configure:421: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } epic4-2.10.6/configure-422-fi ############################################## epic4-2.10.6/configure-485- ac_prog=$0 epic4-2.10.6/configure:486: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` epic4-2.10.6/configure-487- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## epic4-2.10.6/configure-501-fi epic4-2.10.6/configure:502:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` epic4-2.10.6/configure-503- ############################################## epic4-2.10.6/configure-555- epic4-2.10.6/configure:556:VERSION=`sed -n -e 's/";$//' -e '/const char irc_version.. = "/s///p' -e '/const char irc_version/q' < $srcdir/source/irc.c` epic4-2.10.6/configure-557-echo this is ircii version $VERSION ############################################## epic4-2.10.6/configure-568-echo "configure:569: checking for $ac_word" >&5 epic4-2.10.6/configure:569:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then epic4-2.10.6/configure-570- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-598-echo "configure:599: checking for $ac_word" >&5 epic4-2.10.6/configure:599:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then epic4-2.10.6/configure-600- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-649-echo "configure:650: checking for $ac_word" >&5 epic4-2.10.6/configure:650:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then epic4-2.10.6/configure-651- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-728-echo "configure:729: checking whether we are using GNU C" >&5 epic4-2.10.6/configure:729:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then epic4-2.10.6/configure-730- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-756-echo "configure:757: checking whether ${CC-cc} accepts -g" >&5 epic4-2.10.6/configure:757:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then epic4-2.10.6/configure-758- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-760- echo 'void f(){}' > conftest.c epic4-2.10.6/configure:761:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then epic4-2.10.6/configure-762- ac_cv_prog_cc_g=yes ############################################## epic4-2.10.6/configure-793-if test -z "$CPP"; then epic4-2.10.6/configure:794:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then epic4-2.10.6/configure-795- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-809-{ (eval echo configure:810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } epic4-2.10.6/configure:810:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` epic4-2.10.6/configure-811-if test -z "$ac_err"; then ############################################## epic4-2.10.6/configure-826-{ (eval echo configure:827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } epic4-2.10.6/configure:827:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` epic4-2.10.6/configure-828-if test -z "$ac_err"; then ############################################## epic4-2.10.6/configure-843-{ (eval echo configure:844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } epic4-2.10.6/configure:844:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` epic4-2.10.6/configure-845-if test -z "$ac_err"; then ############################################## epic4-2.10.6/configure-943-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:944:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-945- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-973-fi epic4-2.10.6/configure:974:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-975- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1078-ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1079:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1080- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1108-fi epic4-2.10.6/configure:1109:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1110- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1121-ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1122:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1123- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1151-fi epic4-2.10.6/configure:1152:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1153- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1163-ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1164:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1165- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1193-fi epic4-2.10.6/configure:1194:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1195- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1203-ac_lib_var=`echo dgc'_'inet_addr | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1204:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1205- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1214- builtin and then its argument prototype would still apply. */ epic4-2.10.6/configure:1215:char inet_addr(); epic4-2.10.6/configure-1216- epic4-2.10.6/configure-1217-int main() { epic4-2.10.6/configure:1218:inet_addr() epic4-2.10.6/configure-1219-; return 0; } ############################################## epic4-2.10.6/configure-1233-fi epic4-2.10.6/configure:1234:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1235- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1243-ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1244:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1245- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1273-fi epic4-2.10.6/configure:1274:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1275- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1283-ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1284:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1285- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1313-fi epic4-2.10.6/configure:1314:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1315- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1323-ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1324:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1325- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1353-fi epic4-2.10.6/configure:1354:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1355- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1371-ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1372:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1373- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1401-fi epic4-2.10.6/configure:1402:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1403- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1409-ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1410:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1411- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1439-fi epic4-2.10.6/configure:1440:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1441- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1447-ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1448:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1449- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1477-fi epic4-2.10.6/configure:1478:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1479- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1494-ac_lib_var=`echo ncurses'_'setupterm | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1495:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1496- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1524-fi epic4-2.10.6/configure:1525:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1526- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1532-ac_lib_var=`echo tinfo'_'setupterm | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1533:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1534- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1562-fi epic4-2.10.6/configure:1563:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1564- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1570-ac_lib_var=`echo curses'_'setupterm | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1571:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1572- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1600-fi epic4-2.10.6/configure:1601:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1602- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1608-ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1609:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1610- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1638-fi epic4-2.10.6/configure:1639:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1640- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1646-ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1647:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1648- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1676-fi epic4-2.10.6/configure:1677:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1678- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1684-ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:1685:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-1686- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1714-fi epic4-2.10.6/configure:1715:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-1716- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1738-do epic4-2.10.6/configure:1739:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` epic4-2.10.6/configure-1740-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 epic4-2.10.6/configure-1741-echo "configure:1742: checking for $ac_hdr" >&5 epic4-2.10.6/configure:1742:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then epic4-2.10.6/configure-1743- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1751-{ (eval echo configure:1752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } epic4-2.10.6/configure:1752:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` epic4-2.10.6/configure-1753-if test -z "$ac_err"; then ############################################## epic4-2.10.6/configure-1764-fi epic4-2.10.6/configure:1765:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then epic4-2.10.6/configure-1766- echo "$ac_t""yes" 1>&6 epic4-2.10.6/configure:1767: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` epic4-2.10.6/configure-1768- cat >> confdefs.h <<EOF ############################################## epic4-2.10.6/configure-1780-echo "configure:1781: checking for setupterm" >&5 epic4-2.10.6/configure:1781:if eval "test \"`echo '$''{'ac_cv_func_setupterm'+set}'`\" = set"; then epic4-2.10.6/configure-1782- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1819- epic4-2.10.6/configure:1820:if eval "test \"`echo '$ac_cv_func_'setupterm`\" = yes"; then epic4-2.10.6/configure-1821- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1832-echo "configure:1833: checking for uname" >&5 epic4-2.10.6/configure:1833:if eval "test \"`echo '$''{'ac_cv_func_uname'+set}'`\" = set"; then epic4-2.10.6/configure-1834- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1871- epic4-2.10.6/configure:1872:if eval "test \"`echo '$ac_cv_func_'uname`\" = yes"; then epic4-2.10.6/configure-1873- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1883-echo "configure:1884: checking for setenv" >&5 epic4-2.10.6/configure:1884:if eval "test \"`echo '$''{'ac_cv_func_setenv'+set}'`\" = set"; then epic4-2.10.6/configure-1885- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1922- epic4-2.10.6/configure:1923:if eval "test \"`echo '$ac_cv_func_'setenv`\" = yes"; then epic4-2.10.6/configure-1924- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1934-echo "configure:1935: checking for unsetenv" >&5 epic4-2.10.6/configure:1935:if eval "test \"`echo '$''{'ac_cv_func_unsetenv'+set}'`\" = set"; then epic4-2.10.6/configure-1936- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-1973- epic4-2.10.6/configure:1974:if eval "test \"`echo '$ac_cv_func_'unsetenv`\" = yes"; then epic4-2.10.6/configure-1975- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-1985-echo "configure:1986: checking for killpg" >&5 epic4-2.10.6/configure:1986:if eval "test \"`echo '$''{'ac_cv_func_killpg'+set}'`\" = set"; then epic4-2.10.6/configure-1987- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2024- epic4-2.10.6/configure:2025:if eval "test \"`echo '$ac_cv_func_'killpg`\" = yes"; then epic4-2.10.6/configure-2026- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2036-echo "configure:2037: checking for gettimeofday" >&5 epic4-2.10.6/configure:2037:if eval "test \"`echo '$''{'ac_cv_func_gettimeofday'+set}'`\" = set"; then epic4-2.10.6/configure-2038- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2075- epic4-2.10.6/configure:2076:if eval "test \"`echo '$ac_cv_func_'gettimeofday`\" = yes"; then epic4-2.10.6/configure-2077- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2087-echo "configure:2088: checking for getpass" >&5 epic4-2.10.6/configure:2088:if eval "test \"`echo '$''{'ac_cv_func_getpass'+set}'`\" = set"; then epic4-2.10.6/configure-2089- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2126- epic4-2.10.6/configure:2127:if eval "test \"`echo '$ac_cv_func_'getpass`\" = yes"; then epic4-2.10.6/configure-2128- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2138-echo "configure:2139: checking for strtoul" >&5 epic4-2.10.6/configure:2139:if eval "test \"`echo '$''{'ac_cv_func_strtoul'+set}'`\" = set"; then epic4-2.10.6/configure-2140- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2177- epic4-2.10.6/configure:2178:if eval "test \"`echo '$ac_cv_func_'strtoul`\" = yes"; then epic4-2.10.6/configure-2179- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2189-echo "configure:2190: checking for vsnprintf" >&5 epic4-2.10.6/configure:2190:if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then epic4-2.10.6/configure-2191- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2228- epic4-2.10.6/configure:2229:if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then epic4-2.10.6/configure-2230- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2240-echo "configure:2241: checking for snprintf" >&5 epic4-2.10.6/configure:2241:if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then epic4-2.10.6/configure-2242- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2279- epic4-2.10.6/configure:2280:if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then epic4-2.10.6/configure-2281- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2291-echo "configure:2292: checking for sysconf" >&5 epic4-2.10.6/configure:2292:if eval "test \"`echo '$''{'ac_cv_func_sysconf'+set}'`\" = set"; then epic4-2.10.6/configure-2293- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2330- epic4-2.10.6/configure:2331:if eval "test \"`echo '$ac_cv_func_'sysconf`\" = yes"; then epic4-2.10.6/configure-2332- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2342-echo "configure:2343: checking for fpathconf" >&5 epic4-2.10.6/configure:2343:if eval "test \"`echo '$''{'ac_cv_func_fpathconf'+set}'`\" = set"; then epic4-2.10.6/configure-2344- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2381- epic4-2.10.6/configure:2382:if eval "test \"`echo '$ac_cv_func_'fpathconf`\" = yes"; then epic4-2.10.6/configure-2383- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2393-echo "configure:2394: checking for strerror" >&5 epic4-2.10.6/configure:2394:if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then epic4-2.10.6/configure-2395- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2432- epic4-2.10.6/configure:2433:if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then epic4-2.10.6/configure-2434- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2444-echo "configure:2445: checking for memmove" >&5 epic4-2.10.6/configure:2445:if eval "test \"`echo '$''{'ac_cv_func_memmove'+set}'`\" = set"; then epic4-2.10.6/configure-2446- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2483- epic4-2.10.6/configure:2484:if eval "test \"`echo '$ac_cv_func_'memmove`\" = yes"; then epic4-2.10.6/configure-2485- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2495-echo "configure:2496: checking for setsid" >&5 epic4-2.10.6/configure:2496:if eval "test \"`echo '$''{'ac_cv_func_setsid'+set}'`\" = set"; then epic4-2.10.6/configure-2497- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2534- epic4-2.10.6/configure:2535:if eval "test \"`echo '$ac_cv_func_'setsid`\" = yes"; then epic4-2.10.6/configure-2536- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2546-echo "configure:2547: checking for getlogin" >&5 epic4-2.10.6/configure:2547:if eval "test \"`echo '$''{'ac_cv_func_getlogin'+set}'`\" = set"; then epic4-2.10.6/configure-2548- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2585- epic4-2.10.6/configure:2586:if eval "test \"`echo '$ac_cv_func_'getlogin`\" = yes"; then epic4-2.10.6/configure-2587- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2597-echo "configure:2598: checking for fchdir" >&5 epic4-2.10.6/configure:2598:if eval "test \"`echo '$''{'ac_cv_func_fchdir'+set}'`\" = set"; then epic4-2.10.6/configure-2599- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2636- epic4-2.10.6/configure:2637:if eval "test \"`echo '$ac_cv_func_'fchdir`\" = yes"; then epic4-2.10.6/configure-2638- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2648-echo "configure:2649: checking for realpath" >&5 epic4-2.10.6/configure:2649:if eval "test \"`echo '$''{'ac_cv_func_realpath'+set}'`\" = set"; then epic4-2.10.6/configure-2650- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2687- epic4-2.10.6/configure:2688:if eval "test \"`echo '$ac_cv_func_'realpath`\" = yes"; then epic4-2.10.6/configure-2689- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2699-echo "configure:2700: checking for hstrerror" >&5 epic4-2.10.6/configure:2700:if eval "test \"`echo '$''{'ac_cv_func_hstrerror'+set}'`\" = set"; then epic4-2.10.6/configure-2701- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2738- epic4-2.10.6/configure:2739:if eval "test \"`echo '$ac_cv_func_'hstrerror`\" = yes"; then epic4-2.10.6/configure-2740- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2750-echo "configure:2751: checking for strlcpy" >&5 epic4-2.10.6/configure:2751:if eval "test \"`echo '$''{'ac_cv_func_strlcpy'+set}'`\" = set"; then epic4-2.10.6/configure-2752- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2789- epic4-2.10.6/configure:2790:if eval "test \"`echo '$ac_cv_func_'strlcpy`\" = yes"; then epic4-2.10.6/configure-2791- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2801-echo "configure:2802: checking for strlcat" >&5 epic4-2.10.6/configure:2802:if eval "test \"`echo '$''{'ac_cv_func_strlcat'+set}'`\" = set"; then epic4-2.10.6/configure-2803- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2840- epic4-2.10.6/configure:2841:if eval "test \"`echo '$ac_cv_func_'strlcat`\" = yes"; then epic4-2.10.6/configure-2842- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2852-echo "configure:2853: checking for sysctlbyname" >&5 epic4-2.10.6/configure:2853:if eval "test \"`echo '$''{'ac_cv_func_sysctlbyname'+set}'`\" = set"; then epic4-2.10.6/configure-2854- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2891- epic4-2.10.6/configure:2892:if eval "test \"`echo '$ac_cv_func_'sysctlbyname`\" = yes"; then epic4-2.10.6/configure-2893- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2903-echo "configure:2904: checking for getservbyport" >&5 epic4-2.10.6/configure:2904:if eval "test \"`echo '$''{'ac_cv_func_getservbyport'+set}'`\" = set"; then epic4-2.10.6/configure-2905- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2942- epic4-2.10.6/configure:2943:if eval "test \"`echo '$ac_cv_func_'getservbyport`\" = yes"; then epic4-2.10.6/configure-2944- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-2954-echo "configure:2955: checking for getaddrinfo" >&5 epic4-2.10.6/configure:2955:if eval "test \"`echo '$''{'ac_cv_func_getaddrinfo'+set}'`\" = set"; then epic4-2.10.6/configure-2956- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-2993- epic4-2.10.6/configure:2994:if eval "test \"`echo '$ac_cv_func_'getaddrinfo`\" = yes"; then epic4-2.10.6/configure-2995- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3005-echo "configure:3006: checking for getnameinfo" >&5 epic4-2.10.6/configure:3006:if eval "test \"`echo '$''{'ac_cv_func_getnameinfo'+set}'`\" = set"; then epic4-2.10.6/configure-3007- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3044- epic4-2.10.6/configure:3045:if eval "test \"`echo '$ac_cv_func_'getnameinfo`\" = yes"; then epic4-2.10.6/configure-3046- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3056-echo "configure:3057: checking for clock_gettime" >&5 epic4-2.10.6/configure:3057:if eval "test \"`echo '$''{'ac_cv_func_clock_gettime'+set}'`\" = set"; then epic4-2.10.6/configure-3058- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3095- epic4-2.10.6/configure:3096:if eval "test \"`echo '$ac_cv_func_'clock_gettime`\" = yes"; then epic4-2.10.6/configure-3097- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3107-echo "configure:3108: checking for atoll" >&5 epic4-2.10.6/configure:3108:if eval "test \"`echo '$''{'ac_cv_func_atoll'+set}'`\" = set"; then epic4-2.10.6/configure-3109- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3146- epic4-2.10.6/configure:3147:if eval "test \"`echo '$ac_cv_func_'atoll`\" = yes"; then epic4-2.10.6/configure-3148- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3158-echo "configure:3159: checking for strtoll" >&5 epic4-2.10.6/configure:3159:if eval "test \"`echo '$''{'ac_cv_func_strtoll'+set}'`\" = set"; then epic4-2.10.6/configure-3160- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3197- epic4-2.10.6/configure:3198:if eval "test \"`echo '$ac_cv_func_'strtoll`\" = yes"; then epic4-2.10.6/configure-3199- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3209-echo "configure:3210: checking for atoq" >&5 epic4-2.10.6/configure:3210:if eval "test \"`echo '$''{'ac_cv_func_atoq'+set}'`\" = set"; then epic4-2.10.6/configure-3211- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3248- epic4-2.10.6/configure:3249:if eval "test \"`echo '$ac_cv_func_'atoq`\" = yes"; then epic4-2.10.6/configure-3250- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3260-echo "configure:3261: checking for finite" >&5 epic4-2.10.6/configure:3261:if eval "test \"`echo '$''{'ac_cv_func_finite'+set}'`\" = set"; then epic4-2.10.6/configure-3262- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3299- epic4-2.10.6/configure:3300:if eval "test \"`echo '$ac_cv_func_'finite`\" = yes"; then epic4-2.10.6/configure-3301- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3311-echo "configure:3312: checking for isfinite" >&5 epic4-2.10.6/configure:3312:if eval "test \"`echo '$''{'ac_cv_func_isfinite'+set}'`\" = set"; then epic4-2.10.6/configure-3313- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3350- epic4-2.10.6/configure:3351:if eval "test \"`echo '$ac_cv_func_'isfinite`\" = yes"; then epic4-2.10.6/configure-3352- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3362-echo "configure:3363: checking for tparm" >&5 epic4-2.10.6/configure:3363:if eval "test \"`echo '$''{'ac_cv_func_tparm'+set}'`\" = set"; then epic4-2.10.6/configure-3364- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3401- epic4-2.10.6/configure:3402:if eval "test \"`echo '$ac_cv_func_'tparm`\" = yes"; then epic4-2.10.6/configure-3403- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3483-echo "configure:3484: checking for ANSI C header files" >&5 epic4-2.10.6/configure:3484:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then epic4-2.10.6/configure-3485- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3496-{ (eval echo configure:3497: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } epic4-2.10.6/configure:3497:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` epic4-2.10.6/configure-3498-if test -z "$ac_err"; then ############################################## epic4-2.10.6/configure-3587-echo "configure:3588: checking whether time.h and sys/time.h may both be included" >&5 epic4-2.10.6/configure:3588:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then epic4-2.10.6/configure-3589- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3623-do epic4-2.10.6/configure:3624:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` epic4-2.10.6/configure-3625-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 epic4-2.10.6/configure-3626-echo "configure:3627: checking for $ac_hdr that defines DIR" >&5 epic4-2.10.6/configure:3627:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then epic4-2.10.6/configure-3628- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3649-fi epic4-2.10.6/configure:3650:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then epic4-2.10.6/configure-3651- echo "$ac_t""yes" 1>&6 epic4-2.10.6/configure:3652: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` epic4-2.10.6/configure-3653- cat >> confdefs.h <<EOF ############################################## epic4-2.10.6/configure-3665-ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:3666:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-3667- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3695-fi epic4-2.10.6/configure:3696:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-3697- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3706-ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` epic4-2.10.6/configure:3707:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then epic4-2.10.6/configure-3708- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3736-fi epic4-2.10.6/configure:3737:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then epic4-2.10.6/configure-3738- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-3747-echo "configure:3748: checking return type of signal handlers" >&5 epic4-2.10.6/configure:3748:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then epic4-2.10.6/configure-3749- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3788-echo "configure:3789: checking for mode_t" >&5 epic4-2.10.6/configure:3789:if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then epic4-2.10.6/configure-3790- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3821-echo "configure:3822: checking for pid_t" >&5 epic4-2.10.6/configure:3822:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then epic4-2.10.6/configure-3823- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3854-echo "configure:3855: checking for size_t" >&5 epic4-2.10.6/configure:3855:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then epic4-2.10.6/configure-3856- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3887-echo "configure:3888: checking for uid_t in sys/types.h" >&5 epic4-2.10.6/configure:3888:if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then epic4-2.10.6/configure-3889- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3923-echo "configure:3924: checking for working alloca.h" >&5 epic4-2.10.6/configure:3924:if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then epic4-2.10.6/configure-3925- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-3956-echo "configure:3957: checking for alloca" >&5 epic4-2.10.6/configure:3957:if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then epic4-2.10.6/configure-3958- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4021-echo "configure:4022: checking whether alloca needs Cray hooks" >&5 epic4-2.10.6/configure:4022:if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then epic4-2.10.6/configure-4023- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4051-echo "configure:4052: checking for $ac_func" >&5 epic4-2.10.6/configure:4052:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then epic4-2.10.6/configure-4053- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4090- epic4-2.10.6/configure:4091:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then epic4-2.10.6/configure-4092- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-4106-echo "configure:4107: checking stack direction for C alloca" >&5 epic4-2.10.6/configure:4107:if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then epic4-2.10.6/configure-4108- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4285-echo "configure:4286: checking for getpgid" >&5 epic4-2.10.6/configure:4286:if eval "test \"`echo '$''{'ac_cv_func_getpgid'+set}'`\" = set"; then epic4-2.10.6/configure-4287- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4324- epic4-2.10.6/configure:4325:if eval "test \"`echo '$ac_cv_func_'getpgid`\" = yes"; then epic4-2.10.6/configure-4326- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-4336-echo "configure:4337: checking for getpgrp" >&5 epic4-2.10.6/configure:4337:if eval "test \"`echo '$''{'ac_cv_func_getpgrp'+set}'`\" = set"; then epic4-2.10.6/configure-4338- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4375- epic4-2.10.6/configure:4376:if eval "test \"`echo '$ac_cv_func_'getpgrp`\" = yes"; then epic4-2.10.6/configure-4377- echo "$ac_t""yes" 1>&6 ############################################## epic4-2.10.6/configure-4379-echo "configure:4380: checking whether getpgrp takes no argument" >&5 epic4-2.10.6/configure:4380:if eval "test \"`echo '$''{'ac_cv_func_getpgrp_void'+set}'`\" = set"; then epic4-2.10.6/configure-4381- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4636-echo "configure:4637: checking size of long long" >&5 epic4-2.10.6/configure:4637:if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then epic4-2.10.6/configure-4638- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4683-echo "configure:4684: checking size of unsigned int" >&5 epic4-2.10.6/configure:4684:if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_int'+set}'`\" = set"; then epic4-2.10.6/configure-4685- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-4728-echo "configure:4729: checking size of unsigned long" >&5 epic4-2.10.6/configure:4729:if eval "test \"`echo '$''{'ac_cv_sizeof_unsigned_long'+set}'`\" = set"; then epic4-2.10.6/configure-4730- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## epic4-2.10.6/configure-5086- test -r $incdir/tcl.h || continue epic4-2.10.6/configure:5087: test -r $base/lib/libtcl$ver.so || ver="`echo $ver | sed -e 's/\.//g'`" epic4-2.10.6/configure-5088- test -r $base/lib/libtcl$ver.so || continue ############################################## epic4-2.10.6/configure-5113- epic4-2.10.6/configure:5114:epic=`echo "epic" | sed -e "$program_transform_name"` epic4-2.10.6/configure-5115-if test "$program_prefix" = "NONE" ; then ############################################## epic4-2.10.6/configure-5352- fi epic4-2.10.6/configure:5353: ac_file=`expr $ac_file + 1` epic4-2.10.6/configure-5354- ac_beg=$ac_end epic4-2.10.6/configure:5355: ac_end=`expr $ac_end + $ac_max_sed_cmds` epic4-2.10.6/configure-5356- fi ############################################## epic4-2.10.6/configure-5370- case "$ac_file" in epic4-2.10.6/configure:5371: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` epic4-2.10.6/configure:5372: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; epic4-2.10.6/configure-5373- *) ac_file_in="${ac_file}.in" ;; ############################################## epic4-2.10.6/configure-5378- # Remove last slash and all that follows it. Not all systems have dirname. epic4-2.10.6/configure:5379: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` epic4-2.10.6/configure-5380- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## epic4-2.10.6/configure-5382- test ! -d "$ac_dir" && mkdir "$ac_dir" epic4-2.10.6/configure:5383: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" epic4-2.10.6/configure-5384- # A "../" for each directory in $ac_dir_suffix. epic4-2.10.6/configure:5385: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` epic4-2.10.6/configure-5386- else ############################################## epic4-2.10.6/configure-5392- if test -z "$ac_dots"; then top_srcdir=. epic4-2.10.6/configure:5393: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; epic4-2.10.6/configure-5394- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## epic4-2.10.6/configure-5402- rm -f "$ac_file" epic4-2.10.6/configure:5403: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." epic4-2.10.6/configure-5404- case "$ac_file" in ############################################## epic4-2.10.6/configure-5409- epic4-2.10.6/configure:5410: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` epic4-2.10.6/configure-5411- sed -e "$ac_comsub ############################################## epic4-2.10.6/configure-5447- case "$ac_file" in epic4-2.10.6/configure:5448: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` epic4-2.10.6/configure:5449: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; epic4-2.10.6/configure-5450- *) ac_file_in="${ac_file}.in" ;; ############################################## epic4-2.10.6/configure-5455- rm -f conftest.frag conftest.in conftest.out epic4-2.10.6/configure:5456: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` epic4-2.10.6/configure-5457- cat $ac_file_inputs > conftest.in ############################################## epic4-2.10.6/configure-5515- # Remove last slash and all that follows it. Not all systems have dirname. epic4-2.10.6/configure:5516: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` epic4-2.10.6/configure-5517- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## epic4-2.10.6/include/network.h-43-#define V4FAM(x) (V4(x)->sin_family) epic4-2.10.6/include/network.h:44:#define V4ADDR(x) (V4(x)->sin_addr) epic4-2.10.6/include/network.h-45-#define V4PORT(x) (V4(x)->sin_port) ############################################## epic4-2.10.6/include/network.h-48-#define V6FAM(x) (V6(x)->sin6_family) epic4-2.10.6/include/network.h:49:#define V6ADDR(x) (V6(x)->sin6_addr) epic4-2.10.6/include/network.h-50-#define V6PORT(x) (V6(x)->sin6_port) ############################################## epic4-2.10.6/include/network.h-62-int connectory (int, const char *, const char *); epic4-2.10.6/include/network.h:63:int inet_vhostsockaddr (int, int, SS *, socklen_t *); epic4-2.10.6/include/network.h-64- ############################################## epic4-2.10.6/include/server.h-256- int get_server_local_port (int); epic4-2.10.6/include/server.h:257: SS get_server_local_addr (int); epic4-2.10.6/include/server.h:258: SS get_server_uh_addr (int); epic4-2.10.6/include/server.h-259- ############################################## epic4-2.10.6/configure.in-17- epic4-2.10.6/configure.in:18:VERSION=`sed -n -e 's/";$//' -e '/const char irc_version.. = "/s///p' -e '/const char irc_version/q' < $srcdir/source/irc.c` epic4-2.10.6/configure.in-19-echo this is ircii version $VERSION ############################################## epic4-2.10.6/configure.in-675- test -r $incdir/tcl.h || continue epic4-2.10.6/configure.in:676: test -r $base/lib/libtcl$ver.so || ver="`echo $ver | sed -e 's/\.//g'`" epic4-2.10.6/configure.in-677- test -r $base/lib/libtcl$ver.so || continue ############################################## epic4-2.10.6/configure.in-710- epic4-2.10.6/configure.in:711:epic=`echo "epic" | sed -e "$program_transform_name"` epic4-2.10.6/configure.in-712-if test "$program_prefix" = "NONE" ; then ############################################## epic4-2.10.6/.pc/install_dir.patch/Makefile.in-163- fi; \ epic4-2.10.6/.pc/install_dir.patch/Makefile.in:164: target=$(IP)$(DESTDIR)$(scriptdir)/`basename $$i`; \ epic4-2.10.6/.pc/install_dir.patch/Makefile.in-165- if ./my_test -f $$target; then \ ############################################## epic4-2.10.6/Makefile.in-156- fi; \ epic4-2.10.6/Makefile.in:157: target=$(IP)$(DESTDIR)$(scriptdir)/`basename $$i`; \ epic4-2.10.6/Makefile.in-158- if ./my_test -f $$target; then \