===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
postfix-gld-1.7/sockets.c-607-
postfix-gld-1.7/sockets.c:608:addr.s_addr=inet_addr(ip);
postfix-gld-1.7/sockets.c-609-
postfix-gld-1.7/sockets.c:610:if((hostptr=(struct hostent *)gethostbyaddr((char *)&addr,sizeof(struct in_addr),AF_INET))==NULL) return(S_HOST_ERR);
postfix-gld-1.7/sockets.c-611-
##############################################
postfix-gld-1.7/sockets.c-645-     strcpy(ipfrom,(char *)inet_ntoa(from.sin_addr));
postfix-gld-1.7/sockets.c:646:     hostptr=(struct hostent *)gethostbyaddr((char *)&from.sin_addr,sizeof(struct in_addr),AF_INET);
postfix-gld-1.7/sockets.c-647-     if(hostptr!=NULL) strcpy(hostfrom,hostptr->h_name);
##############################################
postfix-gld-1.7/debian/gld.init-49-        #       --exec $DAEMON
postfix-gld-1.7/debian/gld.init:50:        pid=`ps ax | awk '$5 == "/usr/sbin/gld" { print $1 }'`
postfix-gld-1.7/debian/gld.init-51-        if [ "$pid" ]; then
##############################################
postfix-gld-1.7/debian/gld.init-61-        #        /var/run/$NAME.pid --exec $DAEMON
postfix-gld-1.7/debian/gld.init:62:        pid=`ps ax | awk '$5 == "/usr/sbin/gld" { print $1 }'`
postfix-gld-1.7/debian/gld.init-63-        if [ "$pid" ]; then
##############################################
postfix-gld-1.7/debian/gld.init-71-  status)
postfix-gld-1.7/debian/gld.init:72:        pid=`ps ax | awk '$5 == "/usr/sbin/gld" { print $1 }'`
postfix-gld-1.7/debian/gld.init-73-        if [ "$pid" ]; then
##############################################
postfix-gld-1.7/.pc/06/configure-78-  case "$ac_option" in
postfix-gld-1.7/.pc/06/configure:79:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
postfix-gld-1.7/.pc/06/configure-80-  *) ac_optarg= ;;
##############################################
postfix-gld-1.7/.pc/06/configure-110-  -disable-* | --disable-*)
postfix-gld-1.7/.pc/06/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
postfix-gld-1.7/.pc/06/configure-112-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/.pc/06/configure:113:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
postfix-gld-1.7/.pc/06/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
postfix-gld-1.7/.pc/06/configure-115-    fi
postfix-gld-1.7/.pc/06/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
postfix-gld-1.7/.pc/06/configure-117-    eval "enable_${ac_feature}=no" ;;
##############################################
postfix-gld-1.7/.pc/06/configure-119-  -enable-* | --enable-*)
postfix-gld-1.7/.pc/06/configure:120:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
postfix-gld-1.7/.pc/06/configure-121-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/.pc/06/configure:122:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
postfix-gld-1.7/.pc/06/configure-123-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
postfix-gld-1.7/.pc/06/configure-124-    fi
postfix-gld-1.7/.pc/06/configure:125:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
postfix-gld-1.7/.pc/06/configure-126-    case "$ac_option" in
##############################################
postfix-gld-1.7/.pc/06/configure-350-  -with-* | --with-*)
postfix-gld-1.7/.pc/06/configure:351:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
postfix-gld-1.7/.pc/06/configure-352-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/.pc/06/configure:353:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
postfix-gld-1.7/.pc/06/configure-354-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
postfix-gld-1.7/.pc/06/configure-355-    fi
postfix-gld-1.7/.pc/06/configure:356:    ac_package=`echo $ac_package| sed 's/-/_/g'`
postfix-gld-1.7/.pc/06/configure-357-    case "$ac_option" in
##############################################
postfix-gld-1.7/.pc/06/configure-363-  -without-* | --without-*)
postfix-gld-1.7/.pc/06/configure:364:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
postfix-gld-1.7/.pc/06/configure-365-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/.pc/06/configure:366:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
postfix-gld-1.7/.pc/06/configure-367-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
postfix-gld-1.7/.pc/06/configure-368-    fi
postfix-gld-1.7/.pc/06/configure:369:    ac_package=`echo $ac_package| sed 's/-/_/g'`
postfix-gld-1.7/.pc/06/configure-370-    eval "with_${ac_package}=no" ;;
##############################################
postfix-gld-1.7/.pc/06/configure-393-  *)
postfix-gld-1.7/.pc/06/configure:394:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
postfix-gld-1.7/.pc/06/configure-395-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
postfix-gld-1.7/.pc/06/configure-406-if test -n "$ac_prev"; then
postfix-gld-1.7/.pc/06/configure:407:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
postfix-gld-1.7/.pc/06/configure-408-fi
##############################################
postfix-gld-1.7/.pc/06/configure-471-  ac_prog=$0
postfix-gld-1.7/.pc/06/configure:472:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
postfix-gld-1.7/.pc/06/configure-473-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
postfix-gld-1.7/.pc/06/configure-487-fi
postfix-gld-1.7/.pc/06/configure:488:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
postfix-gld-1.7/.pc/06/configure-489-
##############################################
postfix-gld-1.7/.pc/06/configure-595-echo "configure:596: checking for $ac_word" >&5
postfix-gld-1.7/.pc/06/configure:596:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-597-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-625-echo "configure:626: checking for $ac_word" >&5
postfix-gld-1.7/.pc/06/configure:626:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-627-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-676-echo "configure:677: checking for $ac_word" >&5
postfix-gld-1.7/.pc/06/configure:677:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-678-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-755-echo "configure:756: checking whether we are using GNU C" >&5
postfix-gld-1.7/.pc/06/configure:756:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-757-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-783-echo "configure:784: checking whether ${CC-cc} accepts -g" >&5
postfix-gld-1.7/.pc/06/configure:784:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-785-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-787-  echo 'void f(){}' > conftest.c
postfix-gld-1.7/.pc/06/configure:788:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
postfix-gld-1.7/.pc/06/configure-789-  ac_cv_prog_cc_g=yes
##############################################
postfix-gld-1.7/.pc/06/configure-821-if test -z "$CPP"; then
postfix-gld-1.7/.pc/06/configure:822:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-823-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-837-{ (eval echo configure:838: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/.pc/06/configure:838:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/.pc/06/configure-839-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/.pc/06/configure-854-{ (eval echo configure:855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/.pc/06/configure:855:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/.pc/06/configure-856-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/.pc/06/configure-871-{ (eval echo configure:872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/.pc/06/configure:872:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/.pc/06/configure-873-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/.pc/06/configure-896-do
postfix-gld-1.7/.pc/06/configure:897:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
postfix-gld-1.7/.pc/06/configure-898-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
postfix-gld-1.7/.pc/06/configure-899-echo "configure:900: checking for $ac_hdr" >&5
postfix-gld-1.7/.pc/06/configure:900:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-901-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-909-{ (eval echo configure:910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/.pc/06/configure:910:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/.pc/06/configure-911-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/.pc/06/configure-922-fi
postfix-gld-1.7/.pc/06/configure:923:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-924-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:925:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
postfix-gld-1.7/.pc/06/configure-926-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-937-echo "configure:938: checking for working const" >&5
postfix-gld-1.7/.pc/06/configure:938:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-939-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1012-echo "configure:1013: checking whether time.h and sys/time.h may both be included" >&5
postfix-gld-1.7/.pc/06/configure:1013:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1014-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1050-echo "configure:1051: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1051:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1052-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1089-
postfix-gld-1.7/.pc/06/configure:1090:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1091-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1092:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1093-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1104-echo "configure:1105: checking for socket" >&5
postfix-gld-1.7/.pc/06/configure:1105:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1106-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1143-
postfix-gld-1.7/.pc/06/configure:1144:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1145-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1152-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
postfix-gld-1.7/.pc/06/configure:1153:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1154-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1182-fi
postfix-gld-1.7/.pc/06/configure:1183:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1184-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1196-echo "configure:1197: checking for inet_addr" >&5
postfix-gld-1.7/.pc/06/configure:1197:if eval "test \"`echo '$''{'ac_cv_func_inet_addr'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1198-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1203-/* System header to define __stub macros and hopefully few prototypes,
postfix-gld-1.7/.pc/06/configure:1204:    which can conflict with char inet_addr(); below.  */
postfix-gld-1.7/.pc/06/configure-1205-#include <assert.h>
##############################################
postfix-gld-1.7/.pc/06/configure-1208-    builtin and then its argument prototype would still apply.  */
postfix-gld-1.7/.pc/06/configure:1209:char inet_addr();
postfix-gld-1.7/.pc/06/configure-1210-
##############################################
postfix-gld-1.7/.pc/06/configure-1218-#else
postfix-gld-1.7/.pc/06/configure:1219:inet_addr();
postfix-gld-1.7/.pc/06/configure-1220-#endif
##############################################
postfix-gld-1.7/.pc/06/configure-1235-
postfix-gld-1.7/.pc/06/configure:1236:if eval "test \"`echo '$ac_cv_func_'inet_addr`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1237-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1244-ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
postfix-gld-1.7/.pc/06/configure:1245:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1246-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1255-    builtin and then its argument prototype would still apply.  */
postfix-gld-1.7/.pc/06/configure:1256:char inet_addr();
postfix-gld-1.7/.pc/06/configure-1257-
postfix-gld-1.7/.pc/06/configure-1258-int main() {
postfix-gld-1.7/.pc/06/configure:1259:inet_addr()
postfix-gld-1.7/.pc/06/configure-1260-; return 0; }
##############################################
postfix-gld-1.7/.pc/06/configure-1274-fi
postfix-gld-1.7/.pc/06/configure:1275:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1276-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1290-echo "configure:1291: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1291:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1292-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1329-
postfix-gld-1.7/.pc/06/configure:1330:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1331-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1332:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1333-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1347-echo "configure:1348: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1348:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1349-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1386-
postfix-gld-1.7/.pc/06/configure:1387:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1388-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1389:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1390-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1403-echo "configure:1404: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1404:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1405-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1442-
postfix-gld-1.7/.pc/06/configure:1443:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1444-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1445:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1446-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1459-echo "configure:1460: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1460:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1461-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1498-
postfix-gld-1.7/.pc/06/configure:1499:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1500-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1501:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1502-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1515-echo "configure:1516: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1516:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1517-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1554-
postfix-gld-1.7/.pc/06/configure:1555:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1556-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1557:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1558-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1571-echo "configure:1572: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1572:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1573-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1610-
postfix-gld-1.7/.pc/06/configure:1611:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1612-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1613:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1614-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1627-echo "configure:1628: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1628:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1629-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1666-
postfix-gld-1.7/.pc/06/configure:1667:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1668-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1669:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1670-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1683-echo "configure:1684: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1684:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1685-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1722-
postfix-gld-1.7/.pc/06/configure:1723:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1724-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1725:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1726-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1739-echo "configure:1740: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1740:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1741-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1778-
postfix-gld-1.7/.pc/06/configure:1779:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1780-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1781:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1782-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1795-echo "configure:1796: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1796:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1797-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1834-
postfix-gld-1.7/.pc/06/configure:1835:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1836-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1837:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1838-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1851-echo "configure:1852: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1852:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1853-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1890-
postfix-gld-1.7/.pc/06/configure:1891:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1892-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1893:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1894-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1907-echo "configure:1908: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1908:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1909-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-1946-
postfix-gld-1.7/.pc/06/configure:1947:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-1948-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:1949:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-1950-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-1963-echo "configure:1964: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:1964:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-1965-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2002-
postfix-gld-1.7/.pc/06/configure:2003:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-2004-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:2005:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-2006-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-2019-echo "configure:2020: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:2020:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-2021-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2058-
postfix-gld-1.7/.pc/06/configure:2059:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-2060-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:2061:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-2062-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-2075-echo "configure:2076: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:2076:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-2077-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2114-
postfix-gld-1.7/.pc/06/configure:2115:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-2116-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:2117:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-2118-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-2131-echo "configure:2132: checking for $ac_func" >&5
postfix-gld-1.7/.pc/06/configure:2132:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-2133-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2170-
postfix-gld-1.7/.pc/06/configure:2171:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-2172-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/.pc/06/configure:2173:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/.pc/06/configure-2174-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/.pc/06/configure-2185-echo "configure:2186: checking for inet_aton" >&5
postfix-gld-1.7/.pc/06/configure:2186:if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-2187-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2224-
postfix-gld-1.7/.pc/06/configure:2225:if eval "test \"`echo '$ac_cv_func_'inet_aton`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-2226-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2233-ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
postfix-gld-1.7/.pc/06/configure:2234:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
postfix-gld-1.7/.pc/06/configure-2235-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2263-fi
postfix-gld-1.7/.pc/06/configure:2264:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
postfix-gld-1.7/.pc/06/configure-2265-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/.pc/06/configure-2459-    fi
postfix-gld-1.7/.pc/06/configure:2460:    ac_file=`expr $ac_file + 1`
postfix-gld-1.7/.pc/06/configure-2461-    ac_beg=$ac_end
postfix-gld-1.7/.pc/06/configure:2462:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
postfix-gld-1.7/.pc/06/configure-2463-  fi
##############################################
postfix-gld-1.7/.pc/06/configure-2477-  case "$ac_file" in
postfix-gld-1.7/.pc/06/configure:2478:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
postfix-gld-1.7/.pc/06/configure:2479:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
postfix-gld-1.7/.pc/06/configure-2480-  *) ac_file_in="${ac_file}.in" ;;
##############################################
postfix-gld-1.7/.pc/06/configure-2485-  # Remove last slash and all that follows it.  Not all systems have dirname.
postfix-gld-1.7/.pc/06/configure:2486:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
postfix-gld-1.7/.pc/06/configure-2487-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
postfix-gld-1.7/.pc/06/configure-2489-    test ! -d "$ac_dir" && mkdir "$ac_dir"
postfix-gld-1.7/.pc/06/configure:2490:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
postfix-gld-1.7/.pc/06/configure-2491-    # A "../" for each directory in $ac_dir_suffix.
postfix-gld-1.7/.pc/06/configure:2492:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
postfix-gld-1.7/.pc/06/configure-2493-  else
##############################################
postfix-gld-1.7/.pc/06/configure-2499-      if test -z "$ac_dots"; then top_srcdir=.
postfix-gld-1.7/.pc/06/configure:2500:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
postfix-gld-1.7/.pc/06/configure-2501-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
postfix-gld-1.7/.pc/06/configure-2509-  rm -f "$ac_file"
postfix-gld-1.7/.pc/06/configure:2510:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
postfix-gld-1.7/.pc/06/configure-2511-  case "$ac_file" in
##############################################
postfix-gld-1.7/.pc/06/configure-2516-
postfix-gld-1.7/.pc/06/configure:2517:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
postfix-gld-1.7/.pc/06/configure-2518-  sed -e "$ac_comsub
##############################################
postfix-gld-1.7/configure-78-  case "$ac_option" in
postfix-gld-1.7/configure:79:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
postfix-gld-1.7/configure-80-  *) ac_optarg= ;;
##############################################
postfix-gld-1.7/configure-110-  -disable-* | --disable-*)
postfix-gld-1.7/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
postfix-gld-1.7/configure-112-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/configure:113:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
postfix-gld-1.7/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
postfix-gld-1.7/configure-115-    fi
postfix-gld-1.7/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
postfix-gld-1.7/configure-117-    eval "enable_${ac_feature}=no" ;;
##############################################
postfix-gld-1.7/configure-119-  -enable-* | --enable-*)
postfix-gld-1.7/configure:120:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
postfix-gld-1.7/configure-121-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/configure:122:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
postfix-gld-1.7/configure-123-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
postfix-gld-1.7/configure-124-    fi
postfix-gld-1.7/configure:125:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
postfix-gld-1.7/configure-126-    case "$ac_option" in
##############################################
postfix-gld-1.7/configure-350-  -with-* | --with-*)
postfix-gld-1.7/configure:351:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
postfix-gld-1.7/configure-352-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/configure:353:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
postfix-gld-1.7/configure-354-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
postfix-gld-1.7/configure-355-    fi
postfix-gld-1.7/configure:356:    ac_package=`echo $ac_package| sed 's/-/_/g'`
postfix-gld-1.7/configure-357-    case "$ac_option" in
##############################################
postfix-gld-1.7/configure-363-  -without-* | --without-*)
postfix-gld-1.7/configure:364:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
postfix-gld-1.7/configure-365-    # Reject names that are not valid shell variable names.
postfix-gld-1.7/configure:366:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
postfix-gld-1.7/configure-367-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
postfix-gld-1.7/configure-368-    fi
postfix-gld-1.7/configure:369:    ac_package=`echo $ac_package| sed 's/-/_/g'`
postfix-gld-1.7/configure-370-    eval "with_${ac_package}=no" ;;
##############################################
postfix-gld-1.7/configure-393-  *)
postfix-gld-1.7/configure:394:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
postfix-gld-1.7/configure-395-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
postfix-gld-1.7/configure-406-if test -n "$ac_prev"; then
postfix-gld-1.7/configure:407:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
postfix-gld-1.7/configure-408-fi
##############################################
postfix-gld-1.7/configure-471-  ac_prog=$0
postfix-gld-1.7/configure:472:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
postfix-gld-1.7/configure-473-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
postfix-gld-1.7/configure-487-fi
postfix-gld-1.7/configure:488:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
postfix-gld-1.7/configure-489-
##############################################
postfix-gld-1.7/configure-595-echo "configure:596: checking for $ac_word" >&5
postfix-gld-1.7/configure:596:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
postfix-gld-1.7/configure-597-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-625-echo "configure:626: checking for $ac_word" >&5
postfix-gld-1.7/configure:626:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
postfix-gld-1.7/configure-627-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-676-echo "configure:677: checking for $ac_word" >&5
postfix-gld-1.7/configure:677:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
postfix-gld-1.7/configure-678-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-755-echo "configure:756: checking whether we are using GNU C" >&5
postfix-gld-1.7/configure:756:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
postfix-gld-1.7/configure-757-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-783-echo "configure:784: checking whether ${CC-cc} accepts -g" >&5
postfix-gld-1.7/configure:784:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
postfix-gld-1.7/configure-785-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-787-  echo 'void f(){}' > conftest.c
postfix-gld-1.7/configure:788:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
postfix-gld-1.7/configure-789-  ac_cv_prog_cc_g=yes
##############################################
postfix-gld-1.7/configure-821-if test -z "$CPP"; then
postfix-gld-1.7/configure:822:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
postfix-gld-1.7/configure-823-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-837-{ (eval echo configure:838: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/configure:838:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/configure-839-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/configure-854-{ (eval echo configure:855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/configure:855:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/configure-856-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/configure-871-{ (eval echo configure:872: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/configure:872:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/configure-873-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/configure-896-do
postfix-gld-1.7/configure:897:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
postfix-gld-1.7/configure-898-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
postfix-gld-1.7/configure-899-echo "configure:900: checking for $ac_hdr" >&5
postfix-gld-1.7/configure:900:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
postfix-gld-1.7/configure-901-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-909-{ (eval echo configure:910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
postfix-gld-1.7/configure:910:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
postfix-gld-1.7/configure-911-if test -z "$ac_err"; then
##############################################
postfix-gld-1.7/configure-922-fi
postfix-gld-1.7/configure:923:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
postfix-gld-1.7/configure-924-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:925:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
postfix-gld-1.7/configure-926-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-937-echo "configure:938: checking for working const" >&5
postfix-gld-1.7/configure:938:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
postfix-gld-1.7/configure-939-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1012-echo "configure:1013: checking whether time.h and sys/time.h may both be included" >&5
postfix-gld-1.7/configure:1013:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
postfix-gld-1.7/configure-1014-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1050-echo "configure:1051: checking for $ac_func" >&5
postfix-gld-1.7/configure:1051:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1052-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1089-
postfix-gld-1.7/configure:1090:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1091-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1092:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1093-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1104-echo "configure:1105: checking for socket" >&5
postfix-gld-1.7/configure:1105:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
postfix-gld-1.7/configure-1106-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1143-
postfix-gld-1.7/configure:1144:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
postfix-gld-1.7/configure-1145-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/configure-1152-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
postfix-gld-1.7/configure:1153:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
postfix-gld-1.7/configure-1154-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1182-fi
postfix-gld-1.7/configure:1183:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
postfix-gld-1.7/configure-1184-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/configure-1196-echo "configure:1197: checking for inet_addr" >&5
postfix-gld-1.7/configure:1197:if eval "test \"`echo '$''{'ac_cv_func_inet_addr'+set}'`\" = set"; then
postfix-gld-1.7/configure-1198-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1203-/* System header to define __stub macros and hopefully few prototypes,
postfix-gld-1.7/configure:1204:    which can conflict with char inet_addr(); below.  */
postfix-gld-1.7/configure-1205-#include <assert.h>
##############################################
postfix-gld-1.7/configure-1208-    builtin and then its argument prototype would still apply.  */
postfix-gld-1.7/configure:1209:char inet_addr();
postfix-gld-1.7/configure-1210-
##############################################
postfix-gld-1.7/configure-1218-#else
postfix-gld-1.7/configure:1219:inet_addr();
postfix-gld-1.7/configure-1220-#endif
##############################################
postfix-gld-1.7/configure-1235-
postfix-gld-1.7/configure:1236:if eval "test \"`echo '$ac_cv_func_'inet_addr`\" = yes"; then
postfix-gld-1.7/configure-1237-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/configure-1244-ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
postfix-gld-1.7/configure:1245:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
postfix-gld-1.7/configure-1246-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1255-    builtin and then its argument prototype would still apply.  */
postfix-gld-1.7/configure:1256:char inet_addr();
postfix-gld-1.7/configure-1257-
postfix-gld-1.7/configure-1258-int main() {
postfix-gld-1.7/configure:1259:inet_addr()
postfix-gld-1.7/configure-1260-; return 0; }
##############################################
postfix-gld-1.7/configure-1274-fi
postfix-gld-1.7/configure:1275:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
postfix-gld-1.7/configure-1276-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/configure-1290-echo "configure:1291: checking for $ac_func" >&5
postfix-gld-1.7/configure:1291:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1292-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1329-
postfix-gld-1.7/configure:1330:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1331-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1332:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1333-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1347-echo "configure:1348: checking for $ac_func" >&5
postfix-gld-1.7/configure:1348:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1349-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1386-
postfix-gld-1.7/configure:1387:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1388-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1389:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1390-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1403-echo "configure:1404: checking for $ac_func" >&5
postfix-gld-1.7/configure:1404:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1405-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1442-
postfix-gld-1.7/configure:1443:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1444-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1445:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1446-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1459-echo "configure:1460: checking for $ac_func" >&5
postfix-gld-1.7/configure:1460:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1461-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1498-
postfix-gld-1.7/configure:1499:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1500-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1501:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1502-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1515-echo "configure:1516: checking for $ac_func" >&5
postfix-gld-1.7/configure:1516:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1517-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1554-
postfix-gld-1.7/configure:1555:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1556-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1557:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1558-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1571-echo "configure:1572: checking for $ac_func" >&5
postfix-gld-1.7/configure:1572:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1573-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1610-
postfix-gld-1.7/configure:1611:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1612-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1613:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1614-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1627-echo "configure:1628: checking for $ac_func" >&5
postfix-gld-1.7/configure:1628:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1629-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1666-
postfix-gld-1.7/configure:1667:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1668-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1669:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1670-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1683-echo "configure:1684: checking for $ac_func" >&5
postfix-gld-1.7/configure:1684:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1685-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1722-
postfix-gld-1.7/configure:1723:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1724-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1725:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1726-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1739-echo "configure:1740: checking for $ac_func" >&5
postfix-gld-1.7/configure:1740:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1741-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1778-
postfix-gld-1.7/configure:1779:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1780-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1781:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1782-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1795-echo "configure:1796: checking for $ac_func" >&5
postfix-gld-1.7/configure:1796:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1797-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1834-
postfix-gld-1.7/configure:1835:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1836-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1837:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1838-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1851-echo "configure:1852: checking for $ac_func" >&5
postfix-gld-1.7/configure:1852:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1853-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1890-
postfix-gld-1.7/configure:1891:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1892-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1893:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1894-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1907-echo "configure:1908: checking for $ac_func" >&5
postfix-gld-1.7/configure:1908:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1909-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-1946-
postfix-gld-1.7/configure:1947:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-1948-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:1949:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-1950-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-1963-echo "configure:1964: checking for $ac_func" >&5
postfix-gld-1.7/configure:1964:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-1965-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-2002-
postfix-gld-1.7/configure:2003:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-2004-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:2005:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-2006-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-2019-echo "configure:2020: checking for $ac_func" >&5
postfix-gld-1.7/configure:2020:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-2021-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-2058-
postfix-gld-1.7/configure:2059:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-2060-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:2061:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-2062-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-2075-echo "configure:2076: checking for $ac_func" >&5
postfix-gld-1.7/configure:2076:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-2077-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-2114-
postfix-gld-1.7/configure:2115:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-2116-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:2117:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-2118-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-2131-echo "configure:2132: checking for $ac_func" >&5
postfix-gld-1.7/configure:2132:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
postfix-gld-1.7/configure-2133-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-2170-
postfix-gld-1.7/configure:2171:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
postfix-gld-1.7/configure-2172-  echo "$ac_t""yes" 1>&6
postfix-gld-1.7/configure:2173:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
postfix-gld-1.7/configure-2174-  cat >> confdefs.h <<EOF
##############################################
postfix-gld-1.7/configure-2185-echo "configure:2186: checking for inet_aton" >&5
postfix-gld-1.7/configure:2186:if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
postfix-gld-1.7/configure-2187-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-2224-
postfix-gld-1.7/configure:2225:if eval "test \"`echo '$ac_cv_func_'inet_aton`\" = yes"; then
postfix-gld-1.7/configure-2226-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/configure-2233-ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
postfix-gld-1.7/configure:2234:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
postfix-gld-1.7/configure-2235-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
postfix-gld-1.7/configure-2263-fi
postfix-gld-1.7/configure:2264:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
postfix-gld-1.7/configure-2265-  echo "$ac_t""yes" 1>&6
##############################################
postfix-gld-1.7/configure-2459-    fi
postfix-gld-1.7/configure:2460:    ac_file=`expr $ac_file + 1`
postfix-gld-1.7/configure-2461-    ac_beg=$ac_end
postfix-gld-1.7/configure:2462:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
postfix-gld-1.7/configure-2463-  fi
##############################################
postfix-gld-1.7/configure-2477-  case "$ac_file" in
postfix-gld-1.7/configure:2478:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
postfix-gld-1.7/configure:2479:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
postfix-gld-1.7/configure-2480-  *) ac_file_in="${ac_file}.in" ;;
##############################################
postfix-gld-1.7/configure-2485-  # Remove last slash and all that follows it.  Not all systems have dirname.
postfix-gld-1.7/configure:2486:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
postfix-gld-1.7/configure-2487-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
postfix-gld-1.7/configure-2489-    test ! -d "$ac_dir" && mkdir "$ac_dir"
postfix-gld-1.7/configure:2490:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
postfix-gld-1.7/configure-2491-    # A "../" for each directory in $ac_dir_suffix.
postfix-gld-1.7/configure:2492:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
postfix-gld-1.7/configure-2493-  else
##############################################
postfix-gld-1.7/configure-2499-      if test -z "$ac_dots"; then top_srcdir=.
postfix-gld-1.7/configure:2500:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
postfix-gld-1.7/configure-2501-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
postfix-gld-1.7/configure-2509-  rm -f "$ac_file"
postfix-gld-1.7/configure:2510:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
postfix-gld-1.7/configure-2511-  case "$ac_file" in
##############################################
postfix-gld-1.7/configure-2516-
postfix-gld-1.7/configure:2517:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
postfix-gld-1.7/configure-2518-  sed -e "$ac_comsub