===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
openvpn-2.5.0/ltmain.sh-103-#
openvpn-2.5.0/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
openvpn-2.5.0/ltmain.sh-105-#
##############################################
openvpn-2.5.0/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
openvpn-2.5.0/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
openvpn-2.5.0/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
openvpn-2.5.0/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
openvpn-2.5.0/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
openvpn-2.5.0/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
openvpn-2.5.0/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
openvpn-2.5.0/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
openvpn-2.5.0/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
openvpn-2.5.0/ltmain.sh-410-# The name of this program.
openvpn-2.5.0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
openvpn-2.5.0/ltmain.sh-412-
##############################################
openvpn-2.5.0/ltmain.sh-416-  *[\\/]*)
openvpn-2.5.0/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
openvpn-2.5.0/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
openvpn-2.5.0/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
openvpn-2.5.0/ltmain.sh-610-
openvpn-2.5.0/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
openvpn-2.5.0/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
openvpn-2.5.0/ltmain.sh-613-
##############################################
openvpn-2.5.0/ltmain.sh-639-
openvpn-2.5.0/ltmain.sh:640:    func_arith_result=`expr "$@"`
openvpn-2.5.0/ltmain.sh-641-  }
##############################################
openvpn-2.5.0/ltmain.sh-660-  # ...otherwise fall back to using sed.
openvpn-2.5.0/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
openvpn-2.5.0/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
openvpn-2.5.0/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
openvpn-2.5.0/ltmain.sh-757-      test -n "$_G_tc" && {
openvpn-2.5.0/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
openvpn-2.5.0/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
openvpn-2.5.0/ltmain.sh-760-      }
openvpn-2.5.0/ltmain.sh-761-    done
openvpn-2.5.0/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
openvpn-2.5.0/ltmain.sh-763-
##############################################
openvpn-2.5.0/ltmain.sh-831-
openvpn-2.5.0/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
openvpn-2.5.0/ltmain.sh-833-  }
##############################################
openvpn-2.5.0/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
openvpn-2.5.0/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
openvpn-2.5.0/ltmain.sh-865-      done
openvpn-2.5.0/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
openvpn-2.5.0/ltmain.sh-867-
##############################################
openvpn-2.5.0/ltmain.sh-901-      # If mktemp works, use that first and foremost
openvpn-2.5.0/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
openvpn-2.5.0/ltmain.sh-903-
##############################################
openvpn-2.5.0/ltmain.sh-1111-        *[\\\`\"\$]*)
openvpn-2.5.0/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
openvpn-2.5.0/ltmain.sh-1113-        *)
##############################################
openvpn-2.5.0/ltmain.sh-1198-    case $2 in
openvpn-2.5.0/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
openvpn-2.5.0/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
openvpn-2.5.0/ltmain.sh-1201-    esac
##############################################
openvpn-2.5.0/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
openvpn-2.5.0/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
openvpn-2.5.0/ltmain.sh-1273-      ;;
##############################################
openvpn-2.5.0/ltmain.sh-1358-
openvpn-2.5.0/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
openvpn-2.5.0/ltmain.sh-1360-}
##############################################
openvpn-2.5.0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
openvpn-2.5.0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
openvpn-2.5.0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
openvpn-2.5.0/ltmain.sh-1517-
openvpn-2.5.0/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
openvpn-2.5.0/ltmain.sh-1519-}
##############################################
openvpn-2.5.0/ltmain.sh-1870-
openvpn-2.5.0/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
openvpn-2.5.0/ltmain.sh-1872-      func_split_equals_rhs=
openvpn-2.5.0/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
openvpn-2.5.0/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
openvpn-2.5.0/ltmain.sh-1875-  }
##############################################
openvpn-2.5.0/ltmain.sh-1898-
openvpn-2.5.0/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
openvpn-2.5.0/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
openvpn-2.5.0/ltmain.sh-1901-  }
##############################################
openvpn-2.5.0/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
openvpn-2.5.0/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
openvpn-2.5.0/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
openvpn-2.5.0/ltmain.sh-2074-
##############################################
openvpn-2.5.0/ltmain.sh-2110-  {
openvpn-2.5.0/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
openvpn-2.5.0/ltmain.sh-2112-  }
##############################################
openvpn-2.5.0/ltmain.sh-2115-  {
openvpn-2.5.0/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
openvpn-2.5.0/ltmain.sh-2117-  }
##############################################
openvpn-2.5.0/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
openvpn-2.5.0/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
openvpn-2.5.0/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
openvpn-2.5.0/ltmain.sh-2659-      done
openvpn-2.5.0/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
openvpn-2.5.0/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
openvpn-2.5.0/ltmain.sh-2662-      case $@ in
##############################################
openvpn-2.5.0/ltmain.sh-2672-	    # Evaluate the configuration.
openvpn-2.5.0/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
openvpn-2.5.0/ltmain.sh-2674-	    CC_quoted=
##############################################
openvpn-2.5.0/ltmain.sh-2678-	    done
openvpn-2.5.0/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
openvpn-2.5.0/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
openvpn-2.5.0/ltmain.sh-2681-	    case "$@ " in
##############################################
openvpn-2.5.0/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
openvpn-2.5.0/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
openvpn-2.5.0/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
openvpn-2.5.0/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
openvpn-2.5.0/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
openvpn-2.5.0/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
openvpn-2.5.0/ltmain.sh-3009-    # LT_CYGPATH in this case.
openvpn-2.5.0/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
openvpn-2.5.0/ltmain.sh-3011-  fi
##############################################
openvpn-2.5.0/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
openvpn-2.5.0/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
openvpn-2.5.0/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
openvpn-2.5.0/ltmain.sh-3376-    *.[cCFSifmso] | \
openvpn-2.5.0/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
openvpn-2.5.0/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
openvpn-2.5.0/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
openvpn-2.5.0/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
openvpn-2.5.0/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
openvpn-2.5.0/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
openvpn-2.5.0/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
openvpn-2.5.0/ltmain.sh-3474-
##############################################
openvpn-2.5.0/ltmain.sh-3520-      if test warn = "$need_locks" &&
openvpn-2.5.0/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
openvpn-2.5.0/ltmain.sh-3522-	$ECHO "\
openvpn-2.5.0/ltmain.sh-3523-*** ERROR, $lockfile contains:
openvpn-2.5.0/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
openvpn-2.5.0/ltmain.sh-3525-
##############################################
openvpn-2.5.0/ltmain.sh-3569-      if test warn = "$need_locks" &&
openvpn-2.5.0/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
openvpn-2.5.0/ltmain.sh-3571-	$ECHO "\
openvpn-2.5.0/ltmain.sh-3572-*** ERROR, $lockfile contains:
openvpn-2.5.0/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
openvpn-2.5.0/ltmain.sh-3574-
##############################################
openvpn-2.5.0/ltmain.sh-3895-      # Get the absolute pathname.
openvpn-2.5.0/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
openvpn-2.5.0/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
openvpn-2.5.0/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
openvpn-2.5.0/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
openvpn-2.5.0/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
openvpn-2.5.0/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
openvpn-2.5.0/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
openvpn-2.5.0/ltmain.sh-4280-
##############################################
openvpn-2.5.0/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
openvpn-2.5.0/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
openvpn-2.5.0/ltmain.sh-4293-	  else
openvpn-2.5.0/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
openvpn-2.5.0/ltmain.sh-4295-	  fi
##############################################
openvpn-2.5.0/ltmain.sh-4458-	    fi
openvpn-2.5.0/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
openvpn-2.5.0/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
openvpn-2.5.0/ltmain.sh-4477-	        # Replace the output file specification.
openvpn-2.5.0/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
openvpn-2.5.0/ltmain.sh-4479-
##############################################
openvpn-2.5.0/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
openvpn-2.5.0/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
openvpn-2.5.0/ltmain.sh-4498-	  fi
##############################################
openvpn-2.5.0/ltmain.sh-4570-    my_pic_p=${3-false}
openvpn-2.5.0/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
openvpn-2.5.0/ltmain.sh-4572-    my_dlsyms=
##############################################
openvpn-2.5.0/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
openvpn-2.5.0/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
openvpn-2.5.0/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
openvpn-2.5.0/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
openvpn-2.5.0/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
openvpn-2.5.0/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
openvpn-2.5.0/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
openvpn-2.5.0/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
openvpn-2.5.0/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
openvpn-2.5.0/ltmain.sh-4862-	  else
openvpn-2.5.0/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
openvpn-2.5.0/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
openvpn-2.5.0/ltmain.sh-4865-	  fi
##############################################
openvpn-2.5.0/ltmain.sh-4867-	*)
openvpn-2.5.0/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
openvpn-2.5.0/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
openvpn-2.5.0/ltmain.sh-4870-	  ;;
##############################################
openvpn-2.5.0/ltmain.sh-4882-      # Nullify the symbol file.
openvpn-2.5.0/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
openvpn-2.5.0/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
openvpn-2.5.0/ltmain.sh-4885-    fi
##############################################
openvpn-2.5.0/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
openvpn-2.5.0/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
openvpn-2.5.0/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
openvpn-2.5.0/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
openvpn-2.5.0/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
openvpn-2.5.0/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
openvpn-2.5.0/ltmain.sh-4925-  win32_libid_type=unknown
openvpn-2.5.0/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
openvpn-2.5.0/ltmain.sh-4927-  case $win32_fileres in
##############################################
openvpn-2.5.0/ltmain.sh-4990-
openvpn-2.5.0/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
openvpn-2.5.0/ltmain.sh-4992-}
##############################################
openvpn-2.5.0/ltmain.sh-5008-
openvpn-2.5.0/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
openvpn-2.5.0/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
openvpn-2.5.0/ltmain.sh-5072-    # binutils import library
openvpn-2.5.0/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
openvpn-2.5.0/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
openvpn-2.5.0/ltmain.sh-5075-    # ms-generated import library
openvpn-2.5.0/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
openvpn-2.5.0/ltmain.sh-5077-  else
##############################################
openvpn-2.5.0/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
openvpn-2.5.0/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
openvpn-2.5.0/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
openvpn-2.5.0/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
openvpn-2.5.0/ltmain.sh-5160-	    darwin_arch=
##############################################
openvpn-2.5.0/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
openvpn-2.5.0/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
openvpn-2.5.0/ltmain.sh-5172-	    darwin_file=
##############################################
openvpn-2.5.0/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
openvpn-2.5.0/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
openvpn-2.5.0/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
openvpn-2.5.0/ltmain.sh-5189-      esac
openvpn-2.5.0/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
openvpn-2.5.0/ltmain.sh-5191-    done
##############################################
openvpn-2.5.0/ltmain.sh-5260-
openvpn-2.5.0/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
openvpn-2.5.0/ltmain.sh-5262-    $ECHO "\
##############################################
openvpn-2.5.0/ltmain.sh-5295-    --lt-dump-script)
openvpn-2.5.0/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
openvpn-2.5.0/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
openvpn-2.5.0/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
openvpn-2.5.0/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
openvpn-2.5.0/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
openvpn-2.5.0/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
openvpn-2.5.0/ltmain.sh-5324-  done
##############################################
openvpn-2.5.0/ltmain.sh-5380-  # Find the directory that this script lives in.
openvpn-2.5.0/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
openvpn-2.5.0/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
openvpn-2.5.0/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
openvpn-2.5.0/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
openvpn-2.5.0/ltmain.sh-5386-  while test -n \"\$file\"; do
openvpn-2.5.0/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
openvpn-2.5.0/ltmain.sh-5388-
##############################################
openvpn-2.5.0/ltmain.sh-5396-
openvpn-2.5.0/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
openvpn-2.5.0/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
openvpn-2.5.0/ltmain.sh-5399-  done
##############################################
openvpn-2.5.0/ltmain.sh-5410-    case \"\$thisdir\" in
openvpn-2.5.0/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
openvpn-2.5.0/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
openvpn-2.5.0/ltmain.sh-5416-  # Try to get the absolute directory name.
openvpn-2.5.0/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
openvpn-2.5.0/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
openvpn-2.5.0/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
openvpn-2.5.0/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
openvpn-2.5.0/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
openvpn-2.5.0/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
openvpn-2.5.0/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
openvpn-2.5.0/ltmain.sh-5443-      else
##############################################
openvpn-2.5.0/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
openvpn-2.5.0/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
openvpn-2.5.0/ltmain.sh-5487-
##############################################
openvpn-2.5.0/ltmain.sh-6464-
openvpn-2.5.0/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
openvpn-2.5.0/ltmain.sh-6466-    *import*) : ;;
##############################################
openvpn-2.5.0/ltmain.sh-6712-	    moreargs=
openvpn-2.5.0/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
openvpn-2.5.0/ltmain.sh-6714-	    do
##############################################
openvpn-2.5.0/ltmain.sh-6973-	*)
openvpn-2.5.0/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
openvpn-2.5.0/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
openvpn-2.5.0/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
openvpn-2.5.0/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
openvpn-2.5.0/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
openvpn-2.5.0/ltmain.sh-7289-      -Z*)
openvpn-2.5.0/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
openvpn-2.5.0/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
openvpn-2.5.0/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
openvpn-2.5.0/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
openvpn-2.5.0/ltmain.sh-7461-    else
##############################################
openvpn-2.5.0/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
openvpn-2.5.0/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
openvpn-2.5.0/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
openvpn-2.5.0/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
openvpn-2.5.0/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
openvpn-2.5.0/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
openvpn-2.5.0/ltmain.sh-7873-	fi
openvpn-2.5.0/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
openvpn-2.5.0/ltmain.sh-7946-	*)
openvpn-2.5.0/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
openvpn-2.5.0/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
openvpn-2.5.0/ltmain.sh-8199-	    shift
openvpn-2.5.0/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
openvpn-2.5.0/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
openvpn-2.5.0/ltmain.sh-8491-		*)
openvpn-2.5.0/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
openvpn-2.5.0/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
openvpn-2.5.0/ltmain.sh-8502-		  depdepl=
openvpn-2.5.0/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
openvpn-2.5.0/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
openvpn-2.5.0/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
openvpn-2.5.0/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
openvpn-2.5.0/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
openvpn-2.5.0/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
openvpn-2.5.0/ltmain.sh-8513-                      fi
##############################################
openvpn-2.5.0/ltmain.sh-8524-		else
openvpn-2.5.0/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
openvpn-2.5.0/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
openvpn-2.5.0/ltmain.sh-8547-	else
openvpn-2.5.0/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh-8549-	fi
##############################################
openvpn-2.5.0/ltmain.sh-8636-        linux*)
openvpn-2.5.0/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
openvpn-2.5.0/ltmain.sh-9041-	removelist=
openvpn-2.5.0/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
openvpn-2.5.0/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
openvpn-2.5.0/ltmain.sh-9067-	# Transform .lo files to .o files.
openvpn-2.5.0/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
openvpn-2.5.0/ltmain.sh-9069-      fi
##############################################
openvpn-2.5.0/ltmain.sh-9072-      #for path in $notinst_path; do
openvpn-2.5.0/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
openvpn-2.5.0/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
openvpn-2.5.0/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
openvpn-2.5.0/ltmain.sh-9076-      #done
##############################################
openvpn-2.5.0/ltmain.sh-9193-		if test -n "$i"; then
openvpn-2.5.0/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
openvpn-2.5.0/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
openvpn-2.5.0/ltmain.sh-9196-		  set dummy $deplib_matches; shift
openvpn-2.5.0/ltmain.sh-9197-		  deplib_match=$1
openvpn-2.5.0/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
openvpn-2.5.0/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
openvpn-2.5.0/ltmain.sh-9236-		  if test -n "$i"; then
openvpn-2.5.0/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
openvpn-2.5.0/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
openvpn-2.5.0/ltmain.sh-9239-		    set dummy $deplib_matches; shift
openvpn-2.5.0/ltmain.sh-9240-		    deplib_match=$1
openvpn-2.5.0/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
openvpn-2.5.0/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
openvpn-2.5.0/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
openvpn-2.5.0/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
openvpn-2.5.0/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
openvpn-2.5.0/ltmain.sh-9286-	      if test -n "$a_deplib"; then
openvpn-2.5.0/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
openvpn-2.5.0/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
openvpn-2.5.0/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
openvpn-2.5.0/ltmain.sh-9290-		else
##############################################
openvpn-2.5.0/ltmain.sh-9296-		    shopt -s nocaseglob
openvpn-2.5.0/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
openvpn-2.5.0/ltmain.sh-9298-		    $nocaseglob
openvpn-2.5.0/ltmain.sh-9299-		  else
openvpn-2.5.0/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
openvpn-2.5.0/ltmain.sh-9301-		  fi
##############################################
openvpn-2.5.0/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
openvpn-2.5.0/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
openvpn-2.5.0/ltmain.sh-9316-			case $potliblink in
openvpn-2.5.0/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
openvpn-2.5.0/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
openvpn-2.5.0/ltmain.sh-9319-			esac
##############################################
openvpn-2.5.0/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
openvpn-2.5.0/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
openvpn-2.5.0/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
openvpn-2.5.0/ltmain.sh-9370-	      if test -n "$a_deplib"; then
openvpn-2.5.0/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
openvpn-2.5.0/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
openvpn-2.5.0/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
openvpn-2.5.0/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
openvpn-2.5.0/ltmain.sh-9409-	  newdeplibs=
openvpn-2.5.0/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
openvpn-2.5.0/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
openvpn-2.5.0/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
openvpn-2.5.0/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
openvpn-2.5.0/ltmain.sh-9415-	    done
##############################################
openvpn-2.5.0/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
openvpn-2.5.0/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
openvpn-2.5.0/ltmain.sh-9441-	  ;;
##############################################
openvpn-2.5.0/ltmain.sh-9491-	*-*-darwin*)
openvpn-2.5.0/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh-9495-	  ;;
##############################################
openvpn-2.5.0/ltmain.sh-9618-	# Use standard objects if they are pic
openvpn-2.5.0/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
openvpn-2.5.0/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
openvpn-2.5.0/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
openvpn-2.5.0/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
openvpn-2.5.0/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
openvpn-2.5.0/ltmain.sh-10147-      # Create the old-style object.
openvpn-2.5.0/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
openvpn-2.5.0/ltmain.sh-10149-
##############################################
openvpn-2.5.0/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
openvpn-2.5.0/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
openvpn-2.5.0/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
openvpn-2.5.0/ltmain.sh-10208-	;;
##############################################
openvpn-2.5.0/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
openvpn-2.5.0/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
openvpn-2.5.0/ltmain.sh-10226-	;;
##############################################
openvpn-2.5.0/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
openvpn-2.5.0/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
openvpn-2.5.0/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
openvpn-2.5.0/ltmain.sh-10361-	# Transform all the library objects into standard objects.
openvpn-2.5.0/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
openvpn-2.5.0/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
openvpn-2.5.0/ltmain.sh-10364-      fi
##############################################
openvpn-2.5.0/ltmain.sh-10389-	# Replace the output file specification.
openvpn-2.5.0/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
openvpn-2.5.0/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
openvpn-2.5.0/ltmain.sh-10398-	  func_to_tool_file "$output"
openvpn-2.5.0/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
openvpn-2.5.0/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
openvpn-2.5.0/ltmain.sh-10442-	# Replace the output file specification.
openvpn-2.5.0/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
openvpn-2.5.0/ltmain.sh-10444-	# Delete the old output file.
##############################################
openvpn-2.5.0/ltmain.sh-10450-	  func_to_tool_file "$output"
openvpn-2.5.0/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
openvpn-2.5.0/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
openvpn-2.5.0/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
openvpn-2.5.0/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
openvpn-2.5.0/ltmain.sh-10470-          ;;
##############################################
openvpn-2.5.0/ltmain.sh-10481-      # Replace the output file specification.
openvpn-2.5.0/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
openvpn-2.5.0/ltmain.sh-10483-
##############################################
openvpn-2.5.0/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
openvpn-2.5.0/ltmain.sh:10491:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
openvpn-2.5.0/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
openvpn-2.5.0/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
openvpn-2.5.0/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
openvpn-2.5.0/ltmain.sh-10513-      fi
##############################################
openvpn-2.5.0/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
openvpn-2.5.0/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
openvpn-2.5.0/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
openvpn-2.5.0/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
openvpn-2.5.0/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
openvpn-2.5.0/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
openvpn-2.5.0/ltmain.sh-10804-		name=$func_basename_result
openvpn-2.5.0/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
openvpn-2.5.0/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
openvpn-2.5.0/ltmain.sh-10823-		name=$func_basename_result
openvpn-2.5.0/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
openvpn-2.5.0/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
openvpn-2.5.0/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
openvpn-2.5.0/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
openvpn-2.5.0/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
openvpn-2.5.0/m4/libtool.m4-119-    done
openvpn-2.5.0/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
openvpn-2.5.0/m4/libtool.m4-121-}
##############################################
openvpn-2.5.0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
openvpn-2.5.0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
openvpn-2.5.0/m4/libtool.m4-439-
##############################################
openvpn-2.5.0/m4/libtool.m4-447-#
openvpn-2.5.0/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
openvpn-2.5.0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
openvpn-2.5.0/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
openvpn-2.5.0/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
openvpn-2.5.0/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
openvpn-2.5.0/m4/libtool.m4-561-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
openvpn-2.5.0/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
openvpn-2.5.0/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
openvpn-2.5.0/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
openvpn-2.5.0/m4/libtool.m4-574-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
openvpn-2.5.0/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
openvpn-2.5.0/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
openvpn-2.5.0/m4/libtool.m4-1165-      }]'
openvpn-2.5.0/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
openvpn-2.5.0/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
openvpn-2.5.0/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
openvpn-2.5.0/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
openvpn-2.5.0/m4/libtool.m4-1170-  fi],[])
##############################################
openvpn-2.5.0/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
openvpn-2.5.0/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
openvpn-2.5.0/m4/libtool.m4-1203-  ECHO='print -r --'
openvpn-2.5.0/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
openvpn-2.5.0/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
openvpn-2.5.0/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
openvpn-2.5.0/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
openvpn-2.5.0/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
openvpn-2.5.0/m4/libtool.m4-1239-
##############################################
openvpn-2.5.0/m4/libtool.m4-1260-   if test yes = "$GCC"; then
openvpn-2.5.0/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
openvpn-2.5.0/m4/libtool.m4-1262-   fi
##############################################
openvpn-2.5.0/m4/libtool.m4-1264- /*)
openvpn-2.5.0/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
openvpn-2.5.0/m4/libtool.m4-1266-   ;; #(
##############################################
openvpn-2.5.0/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
openvpn-2.5.0/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/m4/libtool.m4-1296-      *ELF-32*)
##############################################
openvpn-2.5.0/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
openvpn-2.5.0/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/m4/libtool.m4-1313-	*32-bit*)
##############################################
openvpn-2.5.0/m4/libtool.m4-1323-    else
openvpn-2.5.0/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/m4/libtool.m4-1325-	*32-bit*)
##############################################
openvpn-2.5.0/m4/libtool.m4-1345-    emul=elf
openvpn-2.5.0/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/m4/libtool.m4-1347-      *32-bit*)
##############################################
openvpn-2.5.0/m4/libtool.m4-1353-    esac
openvpn-2.5.0/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/m4/libtool.m4-1355-      *MSB*)
##############################################
openvpn-2.5.0/m4/libtool.m4-1361-    esac
openvpn-2.5.0/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/m4/libtool.m4-1363-      *N32*)
##############################################
openvpn-2.5.0/m4/libtool.m4-1726-    # And add a safety zone
openvpn-2.5.0/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
openvpn-2.5.0/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
openvpn-2.5.0/m4/libtool.m4-1729-    ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-1759-    if test -n "$kargmax"; then
openvpn-2.5.0/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
openvpn-2.5.0/m4/libtool.m4-1761-    else
##############################################
openvpn-2.5.0/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
openvpn-2.5.0/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
openvpn-2.5.0/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
openvpn-2.5.0/m4/libtool.m4-1771-    else
##############################################
openvpn-2.5.0/m4/libtool.m4-1780-      # we can't tell.
openvpn-2.5.0/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
openvpn-2.5.0/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
openvpn-2.5.0/m4/libtool.m4-1784-      do
openvpn-2.5.0/m4/libtool.m4:1785:        i=`expr $i + 1`
openvpn-2.5.0/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
openvpn-2.5.0/m4/libtool.m4-1788-      # Only check the string length outside the loop.
openvpn-2.5.0/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
openvpn-2.5.0/m4/libtool.m4-1790-      teststring=
##############################################
openvpn-2.5.0/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
openvpn-2.5.0/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
openvpn-2.5.0/m4/libtool.m4-1795-    fi
##############################################
openvpn-2.5.0/m4/libtool.m4-2259-    *:)
openvpn-2.5.0/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
openvpn-2.5.0/m4/libtool.m4-2261-        ;;
openvpn-2.5.0/m4/libtool.m4-2262-    x:*)
openvpn-2.5.0/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
openvpn-2.5.0/m4/libtool.m4-2264-        ;;
openvpn-2.5.0/m4/libtool.m4-2265-    *::*)
openvpn-2.5.0/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
openvpn-2.5.0/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
openvpn-2.5.0/m4/libtool.m4-2268-        ;;
openvpn-2.5.0/m4/libtool.m4-2269-    *)
openvpn-2.5.0/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
openvpn-2.5.0/m4/libtool.m4-2271-        ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2299-  esac
openvpn-2.5.0/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
openvpn-2.5.0/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
openvpn-2.5.0/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
openvpn-2.5.0/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
openvpn-2.5.0/m4/libtool.m4-2308-    ;;
openvpn-2.5.0/m4/libtool.m4-2309-  *)
openvpn-2.5.0/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
openvpn-2.5.0/m4/libtool.m4-2311-    ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
openvpn-2.5.0/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
openvpn-2.5.0/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
openvpn-2.5.0/m4/libtool.m4-2357-  esac
openvpn-2.5.0/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
openvpn-2.5.0/m4/libtool.m4-2359-else
##############################################
openvpn-2.5.0/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
openvpn-2.5.0/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
openvpn-2.5.0/m4/libtool.m4-2500-    ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
openvpn-2.5.0/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
openvpn-2.5.0/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
openvpn-2.5.0/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
openvpn-2.5.0/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
openvpn-2.5.0/m4/libtool.m4-2543-      fi'
openvpn-2.5.0/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
openvpn-2.5.0/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
openvpn-2.5.0/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
openvpn-2.5.0/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
openvpn-2.5.0/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
openvpn-2.5.0/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/m4/libtool.m4-2559-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
openvpn-2.5.0/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/m4/libtool.m4-2563-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2570-    libname_spec='$name'
openvpn-2.5.0/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
openvpn-2.5.0/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
openvpn-2.5.0/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
openvpn-2.5.0/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
openvpn-2.5.0/m4/libtool.m4-2587-      # Convert to MSYS style.
openvpn-2.5.0/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
openvpn-2.5.0/m4/libtool.m4-2589-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
openvpn-2.5.0/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
openvpn-2.5.0/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
openvpn-2.5.0/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
openvpn-2.5.0/m4/libtool.m4-2597-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
openvpn-2.5.0/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
openvpn-2.5.0/m4/libtool.m4-2603-      else
openvpn-2.5.0/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
openvpn-2.5.0/m4/libtool.m4-2605-      fi
##############################################
openvpn-2.5.0/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
openvpn-2.5.0/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
openvpn-2.5.0/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
openvpn-2.5.0/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
openvpn-2.5.0/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
openvpn-2.5.0/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
openvpn-2.5.0/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
openvpn-2.5.0/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
openvpn-2.5.0/m4/libtool.m4-2625-    # Assume MSVC wrapper
openvpn-2.5.0/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
openvpn-2.5.0/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
openvpn-2.5.0/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
openvpn-2.5.0/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
openvpn-2.5.0/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
openvpn-2.5.0/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
openvpn-2.5.0/m4/libtool.m4:2880:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
openvpn-2.5.0/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
openvpn-2.5.0/m4/libtool.m4-2933-  need_lib_prefix=no
openvpn-2.5.0/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
openvpn-2.5.0/m4/libtool.m4-2935-    need_version=no
##############################################
openvpn-2.5.0/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
openvpn-2.5.0/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
openvpn-2.5.0/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
openvpn-2.5.0/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
openvpn-2.5.0/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
openvpn-2.5.0/m4/libtool.m4-2969-    fi'
openvpn-2.5.0/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
openvpn-2.5.0/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
openvpn-2.5.0/m4/libtool.m4-3180-	"file_magic "*)
openvpn-2.5.0/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
openvpn-2.5.0/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
openvpn-2.5.0/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
openvpn-2.5.0/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
openvpn-2.5.0/m4/libtool.m4-3265-  *)
openvpn-2.5.0/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
openvpn-2.5.0/m4/libtool.m4-3267-  esac
##############################################
openvpn-2.5.0/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
openvpn-2.5.0/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
openvpn-2.5.0/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
openvpn-2.5.0/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
openvpn-2.5.0/m4/libtool.m4-3276-      done
##############################################
openvpn-2.5.0/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
openvpn-2.5.0/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
openvpn-2.5.0/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
openvpn-2.5.0/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
openvpn-2.5.0/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
openvpn-2.5.0/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
openvpn-2.5.0/m4/libtool.m4-3570-openbsd* | bitrig*)
openvpn-2.5.0/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
openvpn-2.5.0/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
openvpn-2.5.0/m4/libtool.m4-3637-    else
openvpn-2.5.0/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
openvpn-2.5.0/m4/libtool.m4-3639-    fi
##############################################
openvpn-2.5.0/m4/libtool.m4-3688-	esac
openvpn-2.5.0/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
openvpn-2.5.0/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
openvpn-2.5.0/m4/libtool.m4-3694-	*)
openvpn-2.5.0/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
openvpn-2.5.0/m4/libtool.m4-3696-	  */dev/null*)
##############################################
openvpn-2.5.0/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
openvpn-2.5.0/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
openvpn-2.5.0/m4/libtool.m4-3722-    *COFF*)
##############################################
openvpn-2.5.0/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
openvpn-2.5.0/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
openvpn-2.5.0/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
openvpn-2.5.0/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
openvpn-2.5.0/m4/libtool.m4:3954:case `$NM -V 2>&1` in
openvpn-2.5.0/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
openvpn-2.5.0/m4/libtool.m4-4001-mingw*)
openvpn-2.5.0/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
openvpn-2.5.0/m4/libtool.m4-4003-  ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-4057-    nlist=conftest.nm
openvpn-2.5.0/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
openvpn-2.5.0/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
openvpn-2.5.0/m4/libtool.m4-4405-	  *)
openvpn-2.5.0/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
openvpn-2.5.0/m4/libtool.m4-4741-      *)
openvpn-2.5.0/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
openvpn-2.5.0/m4/libtool.m4-4924-    else
openvpn-2.5.0/m4/libtool.m4:4925:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
openvpn-2.5.0/m4/libtool.m4-4926-    fi
##############################################
openvpn-2.5.0/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
openvpn-2.5.0/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
openvpn-2.5.0/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-5049-    supports_anon_versioning=no
openvpn-2.5.0/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
openvpn-2.5.0/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-5152-	prefix_cmds="$SED"~
openvpn-2.5.0/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
openvpn-2.5.0/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
openvpn-2.5.0/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
openvpn-2.5.0/m4/libtool.m4:5175:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
openvpn-2.5.0/m4/libtool.m4:5176:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
openvpn-2.5.0/m4/libtool.m4-5177-      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
openvpn-2.5.0/m4/libtool.m4:5193:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
openvpn-2.5.0/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
openvpn-2.5.0/m4/libtool.m4:5198:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
openvpn-2.5.0/m4/libtool.m4:5215:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
openvpn-2.5.0/m4/libtool.m4-5218-	esac
openvpn-2.5.0/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
openvpn-2.5.0/m4/libtool.m4:5221:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
openvpn-2.5.0/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
openvpn-2.5.0/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
openvpn-2.5.0/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
openvpn-2.5.0/m4/libtool.m4-5378-	else
openvpn-2.5.0/m4/libtool.m4:5379:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
openvpn-2.5.0/m4/libtool.m4-5380-	fi
##############################################
openvpn-2.5.0/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
openvpn-2.5.0/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
openvpn-2.5.0/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
openvpn-2.5.0/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
openvpn-2.5.0/m4/libtool.m4:5500:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
openvpn-2.5.0/m4/libtool.m4-5501-      else
##############################################
openvpn-2.5.0/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
openvpn-2.5.0/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
openvpn-2.5.0/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
openvpn-2.5.0/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
openvpn-2.5.0/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
openvpn-2.5.0/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
openvpn-2.5.0/m4/libtool.m4-5753-      if test yes = "$GCC"; then
openvpn-2.5.0/m4/libtool.m4:5754:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
openvpn-2.5.0/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
openvpn-2.5.0/m4/libtool.m4:5777:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
openvpn-2.5.0/m4/libtool.m4-5778-	fi
openvpn-2.5.0/m4/libtool.m4-5779-      else
openvpn-2.5.0/m4/libtool.m4:5780:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4:5781:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
openvpn-2.5.0/m4/libtool.m4-5782-      fi
##############################################
openvpn-2.5.0/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
openvpn-2.5.0/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
openvpn-2.5.0/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
openvpn-2.5.0/m4/libtool.m4-5857-	prefix_cmds="$SED"~
openvpn-2.5.0/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
openvpn-2.5.0/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
openvpn-2.5.0/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
openvpn-2.5.0/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-5873-      else
openvpn-2.5.0/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
openvpn-2.5.0/m4/libtool.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-5876-      fi
##############################################
openvpn-2.5.0/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
openvpn-2.5.0/m4/libtool.m4:5885:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
openvpn-2.5.0/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
openvpn-2.5.0/m4/libtool.m4:5889:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4:5890:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
openvpn-2.5.0/m4/libtool.m4:5891:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
openvpn-2.5.0/m4/libtool.m4-5892-
##############################################
openvpn-2.5.0/m4/libtool.m4-5907-      else
openvpn-2.5.0/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
openvpn-2.5.0/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
openvpn-2.5.0/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
openvpn-2.5.0/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
openvpn-2.5.0/m4/libtool.m4-6102-	  then
##############################################
openvpn-2.5.0/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
openvpn-2.5.0/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
openvpn-2.5.0/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
openvpn-2.5.0/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
openvpn-2.5.0/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
openvpn-2.5.0/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
openvpn-2.5.0/m4/libtool.m4-6572-
openvpn-2.5.0/m4/libtool.m4:6573:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
openvpn-2.5.0/m4/libtool.m4-6574-        else
##############################################
openvpn-2.5.0/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
openvpn-2.5.0/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
openvpn-2.5.0/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
openvpn-2.5.0/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
openvpn-2.5.0/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
openvpn-2.5.0/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
openvpn-2.5.0/m4/libtool.m4-6800-            # dependencies.
openvpn-2.5.0/m4/libtool.m4:6801:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
openvpn-2.5.0/m4/libtool.m4-6802-            ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-6865-	    # dependencies.
openvpn-2.5.0/m4/libtool.m4:6866:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
openvpn-2.5.0/m4/libtool.m4-6867-	    ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
openvpn-2.5.0/m4/libtool.m4:6902:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
openvpn-2.5.0/m4/libtool.m4:6903:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
openvpn-2.5.0/m4/libtool.m4-6904-	;;
##############################################
openvpn-2.5.0/m4/libtool.m4-6908-	    # SGI C++
openvpn-2.5.0/m4/libtool.m4:6909:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-6910-
##############################################
openvpn-2.5.0/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
openvpn-2.5.0/m4/libtool.m4:6920:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-6921-	      else
openvpn-2.5.0/m4/libtool.m4:6922:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
openvpn-2.5.0/m4/libtool.m4-6923-	      fi
##############################################
openvpn-2.5.0/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
openvpn-2.5.0/m4/libtool.m4:6941:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
openvpn-2.5.0/m4/libtool.m4:6942:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
openvpn-2.5.0/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
openvpn-2.5.0/m4/libtool.m4-6950-	    # dependencies.
openvpn-2.5.0/m4/libtool.m4:6951:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
openvpn-2.5.0/m4/libtool.m4-6952-
##############################################
openvpn-2.5.0/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
openvpn-2.5.0/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
openvpn-2.5.0/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
openvpn-2.5.0/m4/libtool.m4-6986-            # Portland Group C++ compiler
openvpn-2.5.0/m4/libtool.m4:6987:	    case `$CC -V` in
openvpn-2.5.0/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
openvpn-2.5.0/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
openvpn-2.5.0/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
openvpn-2.5.0/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
openvpn-2.5.0/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
openvpn-2.5.0/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
openvpn-2.5.0/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
openvpn-2.5.0/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
openvpn-2.5.0/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
openvpn-2.5.0/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
openvpn-2.5.0/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
openvpn-2.5.0/m4/libtool.m4:7005:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
openvpn-2.5.0/m4/libtool.m4-7006-	      ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
openvpn-2.5.0/m4/libtool.m4:7015:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/m4/libtool.m4-7016-            ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-7033-	    # dependencies.
openvpn-2.5.0/m4/libtool.m4:7034:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
openvpn-2.5.0/m4/libtool.m4-7035-	    ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-7048-	  *)
openvpn-2.5.0/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
openvpn-2.5.0/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
openvpn-2.5.0/m4/libtool.m4:7056:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
openvpn-2.5.0/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
openvpn-2.5.0/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
openvpn-2.5.0/m4/libtool.m4-7122-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
openvpn-2.5.0/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
openvpn-2.5.0/m4/libtool.m4:7140:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
openvpn-2.5.0/m4/libtool.m4-7141-
##############################################
openvpn-2.5.0/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
openvpn-2.5.0/m4/libtool.m4:7161:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
openvpn-2.5.0/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
openvpn-2.5.0/m4/libtool.m4:7166:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
openvpn-2.5.0/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
openvpn-2.5.0/m4/libtool.m4:7169:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
openvpn-2.5.0/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
openvpn-2.5.0/m4/libtool.m4-7184-	    # dependencies.
openvpn-2.5.0/m4/libtool.m4:7185:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
openvpn-2.5.0/m4/libtool.m4-7186-	    ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-7191-	        osf3*)
openvpn-2.5.0/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-7193-		  ;;
openvpn-2.5.0/m4/libtool.m4-7194-	        *)
openvpn-2.5.0/m4/libtool.m4:7195:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/m4/libtool.m4-7196-		  ;;
##############################################
openvpn-2.5.0/m4/libtool.m4-7444-  case @S|@2 in
openvpn-2.5.0/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
openvpn-2.5.0/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
openvpn-2.5.0/m4/libtool.m4-7447-  esac
##############################################
openvpn-2.5.0/m4/libtool.m4-7533-
openvpn-2.5.0/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
openvpn-2.5.0/m4/libtool.m4-7535-    case $prev$p in
##############################################
openvpn-2.5.0/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
openvpn-2.5.0/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
openvpn-2.5.0/m4/libtool.m4-7639-fi
##############################################
openvpn-2.5.0/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
openvpn-2.5.0/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
openvpn-2.5.0/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
openvpn-2.5.0/m4/ltsugar.m4-68-m4_define([lt_combine],
openvpn-2.5.0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
openvpn-2.5.0/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
openvpn-2.5.0/m4/pkg.m4-75-    PKG_CHECK_EXISTS([$3],
openvpn-2.5.0/m4/pkg.m4:76:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
openvpn-2.5.0/m4/pkg.m4-77-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
openvpn-2.5.0/m4/pkg.m4-124-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
openvpn-2.5.0/m4/pkg.m4-126-        else 
openvpn-2.5.0/m4/pkg.m4:127:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
openvpn-2.5.0/m4/pkg.m4-128-        fi
##############################################
openvpn-2.5.0/depcomp-64-  case $1 in
openvpn-2.5.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
openvpn-2.5.0/depcomp-66-      *) dir=;;
##############################################
openvpn-2.5.0/depcomp-73-{
openvpn-2.5.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
openvpn-2.5.0/depcomp-75-}
##############################################
openvpn-2.5.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
openvpn-2.5.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
openvpn-2.5.0/depcomp-128-
##############################################
openvpn-2.5.0/depcomp-405-        sleep 1
openvpn-2.5.0/depcomp:406:        i=`expr $i - 1`
openvpn-2.5.0/depcomp-407-      done
openvpn-2.5.0/depcomp-408-    fi
openvpn-2.5.0/depcomp:409:    i=`expr $i - 1`
openvpn-2.5.0/depcomp-410-  done
##############################################
openvpn-2.5.0/depcomp-425-  # Do two passes, one to just change these to
openvpn-2.5.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
openvpn-2.5.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
openvpn-2.5.0/depcomp-659-  done
openvpn-2.5.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
openvpn-2.5.0/depcomp-661-  touch "$tmpdepfile"
##############################################
openvpn-2.5.0/configure.ac-1286-		[p11-kit-1],
openvpn-2.5.0/configure.ac:1287:		[proxy_module="`$PKG_CONFIG --variable=proxy_module p11-kit-1`"
openvpn-2.5.0/configure.ac-1288-		 AC_DEFINE_UNQUOTED([DEFAULT_PKCS11_MODULE], "${proxy_module}", [p11-kit proxy])],
##############################################
openvpn-2.5.0/configure.ac-1354-CONFIGURE_DEFINES="`set | grep '^enable_.*=' ; set | grep '^with_.*='`"
openvpn-2.5.0/configure.ac:1355:AC_DEFINE_UNQUOTED([CONFIGURE_DEFINES], ["`echo ${CONFIGURE_DEFINES}`"], [Configuration settings])
openvpn-2.5.0/configure.ac-1356-
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-60-  { \
openvpn-2.5.0/distro/systemd/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/distro/systemd/Makefile.in-62-  }; \
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-138-am__dist_doc_DATA_DIST = README.systemd
openvpn-2.5.0/distro/systemd/Makefile.in:139:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/distro/systemd/Makefile.in-140-am__vpath_adj = case $$p in \
openvpn-2.5.0/distro/systemd/Makefile.in:141:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/distro/systemd/Makefile.in-142-    *) f=$$p;; \
openvpn-2.5.0/distro/systemd/Makefile.in-143-  esac;
openvpn-2.5.0/distro/systemd/Makefile.in:144:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/distro/systemd/Makefile.in-145-am__install_max = 40
openvpn-2.5.0/distro/systemd/Makefile.in-146-am__nobase_strip_setup = \
openvpn-2.5.0/distro/systemd/Makefile.in:147:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/distro/systemd/Makefile.in-148-am__nobase_strip = \
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-427-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
openvpn-2.5.0/distro/systemd/Makefile.in:428:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/distro/systemd/Makefile.in-429-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-448-	@list='$(systemdunit_DATA)'; test -n "$(systemdunitdir)" || list=; \
openvpn-2.5.0/distro/systemd/Makefile.in:449:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/distro/systemd/Makefile.in-450-	dir='$(DESTDIR)$(systemdunitdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-469-	@list='$(tmpfiles_DATA)'; test -n "$(tmpfilesdir)" || list=; \
openvpn-2.5.0/distro/systemd/Makefile.in:470:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/distro/systemd/Makefile.in-471-	dir='$(DESTDIR)$(tmpfilesdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-482-distdir-am: $(DISTFILES)
openvpn-2.5.0/distro/systemd/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/distro/systemd/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/distro/systemd/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/distro/systemd/Makefile.in-496-	  if test -d $$d/$$file; then \
openvpn-2.5.0/distro/systemd/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/distro/systemd/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/distro/Makefile.in-60-  { \
openvpn-2.5.0/distro/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/distro/Makefile.in-62-  }; \
##############################################
openvpn-2.5.0/distro/Makefile.in-181-  while test -n "$$dir1"; do \
openvpn-2.5.0/distro/Makefile.in:182:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/distro/Makefile.in-183-    if test "$$first" != "."; then \
openvpn-2.5.0/distro/Makefile.in-184-      if test "$$first" = ".."; then \
openvpn-2.5.0/distro/Makefile.in:185:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/distro/Makefile.in:186:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/distro/Makefile.in-187-      else \
openvpn-2.5.0/distro/Makefile.in:188:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/distro/Makefile.in-189-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/distro/Makefile.in:190:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/distro/Makefile.in-191-        else \
##############################################
openvpn-2.5.0/distro/Makefile.in-196-    fi; \
openvpn-2.5.0/distro/Makefile.in:197:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/distro/Makefile.in-198-  done; \
##############################################
openvpn-2.5.0/distro/Makefile.in-437-	dot_seen=no; \
openvpn-2.5.0/distro/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/distro/Makefile.in-439-	case "$@" in \
##############################################
openvpn-2.5.0/distro/Makefile.in-500-GTAGS:
openvpn-2.5.0/distro/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/distro/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/distro/Makefile.in-526-distdir-am: $(DISTFILES)
openvpn-2.5.0/distro/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/distro/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/distro/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/distro/Makefile.in-540-	  if test -d $$d/$$file; then \
openvpn-2.5.0/distro/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/distro/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/Makefile.in-76-  { \
openvpn-2.5.0/Makefile.in:77:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/Makefile.in-78-  }; \
##############################################
openvpn-2.5.0/Makefile.in-163-  esac
openvpn-2.5.0/Makefile.in:164:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/Makefile.in-165-am__vpath_adj = case $$p in \
openvpn-2.5.0/Makefile.in:166:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/Makefile.in-167-    *) f=$$p;; \
openvpn-2.5.0/Makefile.in-168-  esac;
openvpn-2.5.0/Makefile.in:169:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/Makefile.in-170-am__install_max = 40
openvpn-2.5.0/Makefile.in-171-am__nobase_strip_setup = \
openvpn-2.5.0/Makefile.in:172:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/Makefile.in-173-am__nobase_strip = \
##############################################
openvpn-2.5.0/Makefile.in-244-  while test -n "$$dir1"; do \
openvpn-2.5.0/Makefile.in:245:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/Makefile.in-246-    if test "$$first" != "."; then \
openvpn-2.5.0/Makefile.in-247-      if test "$$first" = ".."; then \
openvpn-2.5.0/Makefile.in:248:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/Makefile.in:249:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/Makefile.in-250-      else \
openvpn-2.5.0/Makefile.in:251:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/Makefile.in-252-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/Makefile.in:253:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/Makefile.in-254-        else \
##############################################
openvpn-2.5.0/Makefile.in-259-    fi; \
openvpn-2.5.0/Makefile.in:260:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/Makefile.in-261-  done; \
##############################################
openvpn-2.5.0/Makefile.in-580-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
openvpn-2.5.0/Makefile.in:581:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/Makefile.in-582-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/Makefile.in-601-	@list='$(root_DATA)'; test -n "$(rootdir)" || list=; \
openvpn-2.5.0/Makefile.in:602:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/Makefile.in-603-	dir='$(DESTDIR)$(rootdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/Makefile.in-618-	dot_seen=no; \
openvpn-2.5.0/Makefile.in:619:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/Makefile.in-620-	case "$@" in \
##############################################
openvpn-2.5.0/Makefile.in-681-GTAGS:
openvpn-2.5.0/Makefile.in:682:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/Makefile.in-683-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/Makefile.in-716-	test -d "$(distdir)" || mkdir "$(distdir)"
openvpn-2.5.0/Makefile.in:717:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/Makefile.in:718:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/Makefile.in-719-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/Makefile.in-730-	  if test -d $$d/$$file; then \
openvpn-2.5.0/Makefile.in:731:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/Makefile.in-732-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/Makefile.in-841-	test -d $(distdir)/_build || exit 0; \
openvpn-2.5.0/Makefile.in:842:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
openvpn-2.5.0/Makefile.in-843-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
openvpn-2.5.0/Makefile.in-885-	}; \
openvpn-2.5.0/Makefile.in:886:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
openvpn-2.5.0/Makefile.in-887-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
openvpn-2.5.0/Makefile.in-897-	fi
openvpn-2.5.0/Makefile.in:898:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
openvpn-2.5.0/Makefile.in-899-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
openvpn-2.5.0/Makefile.in-1041-config-version.h:
openvpn-2.5.0/Makefile.in:1042:	@CONFIGURE_GIT_CHFILES="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) diff-files --name-status -r --ignore-submodules --quiet -- || echo \"+\"`"; \
openvpn-2.5.0/Makefile.in:1043:	CONFIGURE_GIT_UNCOMMITTED="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) diff-index --cached  --quiet --ignore-submodules HEAD || echo \"*\"`"; \
openvpn-2.5.0/Makefile.in:1044:	CONFIGURE_GIT_REVISION="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) rev-parse --symbolic-full-name HEAD | cut -d/ -f3-`/`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) rev-parse --short=16 HEAD`"; \
openvpn-2.5.0/Makefile.in-1045-	echo "#define CONFIGURE_GIT_REVISION \"$${CONFIGURE_GIT_REVISION}\"" > config-version.h.tmp; \
##############################################
openvpn-2.5.0/tests/t_client.sh.in-328-
openvpn-2.5.0/tests/t_client.sh.in:329:    opid=`cat $pidfile`
openvpn-2.5.0/tests/t_client.sh.in-330-    if [ -n "$opid" ]; then
##############################################
openvpn-2.5.0/tests/Makefile.in-62-  { \
openvpn-2.5.0/tests/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/Makefile.in-64-  }; \
##############################################
openvpn-2.5.0/tests/Makefile.in-211-  while test -n "$$dir1"; do \
openvpn-2.5.0/tests/Makefile.in:212:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/tests/Makefile.in-213-    if test "$$first" != "."; then \
openvpn-2.5.0/tests/Makefile.in-214-      if test "$$first" = ".."; then \
openvpn-2.5.0/tests/Makefile.in:215:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/tests/Makefile.in:216:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/tests/Makefile.in-217-      else \
openvpn-2.5.0/tests/Makefile.in:218:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/tests/Makefile.in-219-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/tests/Makefile.in:220:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/tests/Makefile.in-221-        else \
##############################################
openvpn-2.5.0/tests/Makefile.in-226-    fi; \
openvpn-2.5.0/tests/Makefile.in:227:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/tests/Makefile.in-228-  done; \
##############################################
openvpn-2.5.0/tests/Makefile.in-480-	dot_seen=no; \
openvpn-2.5.0/tests/Makefile.in:481:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/tests/Makefile.in-482-	case "$@" in \
##############################################
openvpn-2.5.0/tests/Makefile.in-543-GTAGS:
openvpn-2.5.0/tests/Makefile.in:544:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/Makefile.in-545-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/Makefile.in-576-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
openvpn-2.5.0/tests/Makefile.in:577:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/Makefile.in-578-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/Makefile.in-579-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/Makefile.in:580:		xpass=`expr $$xpass + 1`; \
openvpn-2.5.0/tests/Makefile.in:581:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/Makefile.in-582-		col=$$red; res=XPASS; \
##############################################
openvpn-2.5.0/tests/Makefile.in-588-	    elif test $$? -ne 77; then \
openvpn-2.5.0/tests/Makefile.in:589:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/Makefile.in-590-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/Makefile.in-591-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/Makefile.in:592:		xfail=`expr $$xfail + 1`; \
openvpn-2.5.0/tests/Makefile.in-593-		col=$$lgn; res=XFAIL; \
##############################################
openvpn-2.5.0/tests/Makefile.in-595-	      *) \
openvpn-2.5.0/tests/Makefile.in:596:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/Makefile.in-597-		col=$$red; res=FAIL; \
##############################################
openvpn-2.5.0/tests/Makefile.in-600-	    else \
openvpn-2.5.0/tests/Makefile.in:601:	      skip=`expr $$skip + 1`; \
openvpn-2.5.0/tests/Makefile.in-602-	      col=$$blu; res=SKIP; \
##############################################
openvpn-2.5.0/tests/Makefile.in-635-	    fi; \
openvpn-2.5.0/tests/Makefile.in:636:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/Makefile.in-637-	      dashes="$$skipped"; \
##############################################
openvpn-2.5.0/tests/Makefile.in-641-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
openvpn-2.5.0/tests/Makefile.in:642:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/Makefile.in-643-	      dashes="$$report"; \
openvpn-2.5.0/tests/Makefile.in-644-	  fi; \
openvpn-2.5.0/tests/Makefile.in:645:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
openvpn-2.5.0/tests/Makefile.in-646-	  if test "$$failed" -eq 0; then \
##############################################
openvpn-2.5.0/tests/Makefile.in-662-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/Makefile.in:663:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/Makefile.in:664:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/Makefile.in-665-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/Makefile.in-676-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/Makefile.in:677:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/Makefile.in-678-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/t_net.sh-71-
openvpn-2.5.0/tests/t_net.sh:72:## execution starts here
openvpn-2.5.0/tests/t_net.sh-73-
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-49-  { \
openvpn-2.5.0/tests/unit_tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-51-  }; \
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-171-  while test -n "$$dir1"; do \
openvpn-2.5.0/tests/unit_tests/Makefile.in:172:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-173-    if test "$$first" != "."; then \
openvpn-2.5.0/tests/unit_tests/Makefile.in-174-      if test "$$first" = ".."; then \
openvpn-2.5.0/tests/unit_tests/Makefile.in:175:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/tests/unit_tests/Makefile.in:176:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-177-      else \
openvpn-2.5.0/tests/unit_tests/Makefile.in:178:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-179-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/tests/unit_tests/Makefile.in:180:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-181-        else \
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-186-    fi; \
openvpn-2.5.0/tests/unit_tests/Makefile.in:187:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-188-  done; \
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-426-	dot_seen=no; \
openvpn-2.5.0/tests/unit_tests/Makefile.in:427:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-428-	case "$@" in \
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-489-GTAGS:
openvpn-2.5.0/tests/unit_tests/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/unit_tests/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-515-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/unit_tests/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/unit_tests/Makefile.in-529-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/unit_tests/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/unit_tests/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-49-  { \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-51-  }; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-747-	test -n "$(EXEEXT)" || exit 0; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:748:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-749-	echo " rm -f" $$list; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-872-.c.obj:
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:873:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-874-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:877:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-878-
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-886-argv_testdriver-test_argv.o: test_argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:887:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-test_argv.o -MD -MP -MF $(DEPDIR)/argv_testdriver-test_argv.Tpo -c -o argv_testdriver-test_argv.o `test -f 'test_argv.c' || echo '$(srcdir)/'`test_argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-888-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-test_argv.Tpo $(DEPDIR)/argv_testdriver-test_argv.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:891:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-test_argv.o `test -f 'test_argv.c' || echo '$(srcdir)/'`test_argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-892-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-893-argv_testdriver-test_argv.obj: test_argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:894:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-test_argv.obj -MD -MP -MF $(DEPDIR)/argv_testdriver-test_argv.Tpo -c -o argv_testdriver-test_argv.obj `if test -f 'test_argv.c'; then $(CYGPATH_W) 'test_argv.c'; else $(CYGPATH_W) '$(srcdir)/test_argv.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-895-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-test_argv.Tpo $(DEPDIR)/argv_testdriver-test_argv.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:898:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-test_argv.obj `if test -f 'test_argv.c'; then $(CYGPATH_W) 'test_argv.c'; else $(CYGPATH_W) '$(srcdir)/test_argv.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-899-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-900-argv_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:901:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/argv_testdriver-mock_msg.Tpo -c -o argv_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-902-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-mock_msg.Tpo $(DEPDIR)/argv_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:905:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-906-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-907-argv_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:908:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/argv_testdriver-mock_msg.Tpo -c -o argv_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-909-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-mock_msg.Tpo $(DEPDIR)/argv_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:912:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-913-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-914-argv_testdriver-mock_get_random.o: mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:915:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-mock_get_random.o -MD -MP -MF $(DEPDIR)/argv_testdriver-mock_get_random.Tpo -c -o argv_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo '$(srcdir)/'`mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-916-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-mock_get_random.Tpo $(DEPDIR)/argv_testdriver-mock_get_random.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:919:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo '$(srcdir)/'`mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-920-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-921-argv_testdriver-mock_get_random.obj: mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:922:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-mock_get_random.obj -MD -MP -MF $(DEPDIR)/argv_testdriver-mock_get_random.Tpo -c -o argv_testdriver-mock_get_random.obj `if test -f 'mock_get_random.c'; then $(CYGPATH_W) 'mock_get_random.c'; else $(CYGPATH_W) '$(srcdir)/mock_get_random.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-923-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-mock_get_random.Tpo $(DEPDIR)/argv_testdriver-mock_get_random.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:926:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-mock_get_random.obj `if test -f 'mock_get_random.c'; then $(CYGPATH_W) 'mock_get_random.c'; else $(CYGPATH_W) '$(srcdir)/mock_get_random.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-927-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-928-argv_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:929:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-platform.o -MD -MP -MF $(DEPDIR)/argv_testdriver-platform.Tpo -c -o argv_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-930-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-platform.Tpo $(DEPDIR)/argv_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:933:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-934-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-935-argv_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:936:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/argv_testdriver-platform.Tpo -c -o argv_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-937-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-platform.Tpo $(DEPDIR)/argv_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:940:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-941-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-942-argv_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:943:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/argv_testdriver-buffer.Tpo -c -o argv_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-944-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-buffer.Tpo $(DEPDIR)/argv_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-946-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:947:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-948-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-949-argv_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:950:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/argv_testdriver-buffer.Tpo -c -o argv_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-951-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-buffer.Tpo $(DEPDIR)/argv_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-953-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:954:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-955-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-956-argv_testdriver-argv.o: $(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:957:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-argv.o -MD -MP -MF $(DEPDIR)/argv_testdriver-argv.Tpo -c -o argv_testdriver-argv.o `test -f '$(openvpn_srcdir)/argv.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-958-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-argv.Tpo $(DEPDIR)/argv_testdriver-argv.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:961:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-argv.o `test -f '$(openvpn_srcdir)/argv.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-962-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-963-argv_testdriver-argv.obj: $(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:964:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -MT argv_testdriver-argv.obj -MD -MP -MF $(DEPDIR)/argv_testdriver-argv.Tpo -c -o argv_testdriver-argv.obj `if test -f '$(openvpn_srcdir)/argv.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/argv.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/argv.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-965-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/argv_testdriver-argv.Tpo $(DEPDIR)/argv_testdriver-argv.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:968:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(argv_testdriver_CFLAGS) $(CFLAGS) -c -o argv_testdriver-argv.obj `if test -f '$(openvpn_srcdir)/argv.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/argv.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/argv.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-969-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-970-auth_token_testdriver-test_auth_token.o: test_auth_token.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:971:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-test_auth_token.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-test_auth_token.Tpo -c -o auth_token_testdriver-test_auth_token.o `test -f 'test_auth_token.c' || echo '$(srcdir)/'`test_auth_token.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-972-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-test_auth_token.Tpo $(DEPDIR)/auth_token_testdriver-test_auth_token.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:975:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-test_auth_token.o `test -f 'test_auth_token.c' || echo '$(srcdir)/'`test_auth_token.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-976-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-977-auth_token_testdriver-test_auth_token.obj: test_auth_token.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:978:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-test_auth_token.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-test_auth_token.Tpo -c -o auth_token_testdriver-test_auth_token.obj `if test -f 'test_auth_token.c'; then $(CYGPATH_W) 'test_auth_token.c'; else $(CYGPATH_W) '$(srcdir)/test_auth_token.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-979-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-test_auth_token.Tpo $(DEPDIR)/auth_token_testdriver-test_auth_token.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:982:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-test_auth_token.obj `if test -f 'test_auth_token.c'; then $(CYGPATH_W) 'test_auth_token.c'; else $(CYGPATH_W) '$(srcdir)/test_auth_token.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-983-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-984-auth_token_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:985:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-mock_msg.Tpo -c -o auth_token_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-986-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-mock_msg.Tpo $(DEPDIR)/auth_token_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:989:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-990-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-991-auth_token_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:992:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-mock_msg.Tpo -c -o auth_token_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-993-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-mock_msg.Tpo $(DEPDIR)/auth_token_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:996:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-997-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-998-auth_token_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:999:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-buffer.Tpo -c -o auth_token_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1000-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-buffer.Tpo $(DEPDIR)/auth_token_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1003:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1004-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1005-auth_token_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1006:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-buffer.Tpo -c -o auth_token_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1007-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-buffer.Tpo $(DEPDIR)/auth_token_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1010:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1011-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1012-auth_token_testdriver-crypto.o: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1013:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-crypto.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-crypto.Tpo -c -o auth_token_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1014-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-crypto.Tpo $(DEPDIR)/auth_token_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1017:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1018-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1019-auth_token_testdriver-crypto.obj: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1020:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-crypto.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-crypto.Tpo -c -o auth_token_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1021-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-crypto.Tpo $(DEPDIR)/auth_token_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1024:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1025-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1026-auth_token_testdriver-crypto_mbedtls.o: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1027:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-crypto_mbedtls.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-crypto_mbedtls.Tpo -c -o auth_token_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1028-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/auth_token_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1032-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1033-auth_token_testdriver-crypto_mbedtls.obj: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-crypto_mbedtls.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-crypto_mbedtls.Tpo -c -o auth_token_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/auth_token_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1039-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1040-auth_token_testdriver-crypto_openssl.o: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-crypto_openssl.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-crypto_openssl.Tpo -c -o auth_token_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-crypto_openssl.Tpo $(DEPDIR)/auth_token_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1046-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1047-auth_token_testdriver-crypto_openssl.obj: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-crypto_openssl.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-crypto_openssl.Tpo -c -o auth_token_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-crypto_openssl.Tpo $(DEPDIR)/auth_token_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1053-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1054-auth_token_testdriver-otime.o: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-otime.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-otime.Tpo -c -o auth_token_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-otime.Tpo $(DEPDIR)/auth_token_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1060-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1061-auth_token_testdriver-otime.obj: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1062:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-otime.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-otime.Tpo -c -o auth_token_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1063-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-otime.Tpo $(DEPDIR)/auth_token_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1066:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1067-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1068-auth_token_testdriver-packet_id.o: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1069:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-packet_id.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-packet_id.Tpo -c -o auth_token_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1070-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-packet_id.Tpo $(DEPDIR)/auth_token_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1073:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1074-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1075-auth_token_testdriver-packet_id.obj: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1076:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-packet_id.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-packet_id.Tpo -c -o auth_token_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1077-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-packet_id.Tpo $(DEPDIR)/auth_token_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1080:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1081-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1082-auth_token_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1083:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-platform.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-platform.Tpo -c -o auth_token_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1084-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-platform.Tpo $(DEPDIR)/auth_token_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1087:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1088-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1089-auth_token_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-platform.Tpo -c -o auth_token_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-platform.Tpo $(DEPDIR)/auth_token_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1095-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1096-auth_token_testdriver-base64.o: $(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1097:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-base64.o -MD -MP -MF $(DEPDIR)/auth_token_testdriver-base64.Tpo -c -o auth_token_testdriver-base64.o `test -f '$(openvpn_srcdir)/base64.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1098-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-base64.Tpo $(DEPDIR)/auth_token_testdriver-base64.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1100-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1101:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-base64.o `test -f '$(openvpn_srcdir)/base64.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1102-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1103-auth_token_testdriver-base64.obj: $(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1104:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -MT auth_token_testdriver-base64.obj -MD -MP -MF $(DEPDIR)/auth_token_testdriver-base64.Tpo -c -o auth_token_testdriver-base64.obj `if test -f '$(openvpn_srcdir)/base64.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/base64.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1105-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_token_testdriver-base64.Tpo $(DEPDIR)/auth_token_testdriver-base64.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1107-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1108:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_token_testdriver_CFLAGS) $(CFLAGS) -c -o auth_token_testdriver-base64.obj `if test -f '$(openvpn_srcdir)/base64.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/base64.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1109-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1110-buffer_testdriver-test_buffer.o: test_buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1111:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-test_buffer.o -MD -MP -MF $(DEPDIR)/buffer_testdriver-test_buffer.Tpo -c -o buffer_testdriver-test_buffer.o `test -f 'test_buffer.c' || echo '$(srcdir)/'`test_buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1112-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-test_buffer.Tpo $(DEPDIR)/buffer_testdriver-test_buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1114-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1115:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-test_buffer.o `test -f 'test_buffer.c' || echo '$(srcdir)/'`test_buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1116-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1117-buffer_testdriver-test_buffer.obj: test_buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1118:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-test_buffer.obj -MD -MP -MF $(DEPDIR)/buffer_testdriver-test_buffer.Tpo -c -o buffer_testdriver-test_buffer.obj `if test -f 'test_buffer.c'; then $(CYGPATH_W) 'test_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test_buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1119-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-test_buffer.Tpo $(DEPDIR)/buffer_testdriver-test_buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1121-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1122:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-test_buffer.obj `if test -f 'test_buffer.c'; then $(CYGPATH_W) 'test_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test_buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1123-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1124-buffer_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1125:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/buffer_testdriver-mock_msg.Tpo -c -o buffer_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1126-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-mock_msg.Tpo $(DEPDIR)/buffer_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1128-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1129:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1130-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1131-buffer_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1132:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/buffer_testdriver-mock_msg.Tpo -c -o buffer_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1133-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-mock_msg.Tpo $(DEPDIR)/buffer_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1135-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1136:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1137-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1138-buffer_testdriver-mock_get_random.o: mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1139:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-mock_get_random.o -MD -MP -MF $(DEPDIR)/buffer_testdriver-mock_get_random.Tpo -c -o buffer_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo '$(srcdir)/'`mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1140-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-mock_get_random.Tpo $(DEPDIR)/buffer_testdriver-mock_get_random.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1143:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo '$(srcdir)/'`mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1144-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1145-buffer_testdriver-mock_get_random.obj: mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1146:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-mock_get_random.obj -MD -MP -MF $(DEPDIR)/buffer_testdriver-mock_get_random.Tpo -c -o buffer_testdriver-mock_get_random.obj `if test -f 'mock_get_random.c'; then $(CYGPATH_W) 'mock_get_random.c'; else $(CYGPATH_W) '$(srcdir)/mock_get_random.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1147-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-mock_get_random.Tpo $(DEPDIR)/buffer_testdriver-mock_get_random.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1149-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1150:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-mock_get_random.obj `if test -f 'mock_get_random.c'; then $(CYGPATH_W) 'mock_get_random.c'; else $(CYGPATH_W) '$(srcdir)/mock_get_random.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1151-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1152-buffer_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1153:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-platform.o -MD -MP -MF $(DEPDIR)/buffer_testdriver-platform.Tpo -c -o buffer_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1154-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-platform.Tpo $(DEPDIR)/buffer_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1156-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1157:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1158-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1159-buffer_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1160:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -MT buffer_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/buffer_testdriver-platform.Tpo -c -o buffer_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1161-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/buffer_testdriver-platform.Tpo $(DEPDIR)/buffer_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1163-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1164:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(buffer_testdriver_CFLAGS) $(CFLAGS) -c -o buffer_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1165-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1166-crypto_testdriver-test_crypto.o: test_crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1167:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-test_crypto.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-test_crypto.Tpo -c -o crypto_testdriver-test_crypto.o `test -f 'test_crypto.c' || echo '$(srcdir)/'`test_crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1168-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-test_crypto.Tpo $(DEPDIR)/crypto_testdriver-test_crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1170-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1171:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-test_crypto.o `test -f 'test_crypto.c' || echo '$(srcdir)/'`test_crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1172-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1173-crypto_testdriver-test_crypto.obj: test_crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1174:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-test_crypto.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-test_crypto.Tpo -c -o crypto_testdriver-test_crypto.obj `if test -f 'test_crypto.c'; then $(CYGPATH_W) 'test_crypto.c'; else $(CYGPATH_W) '$(srcdir)/test_crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1175-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-test_crypto.Tpo $(DEPDIR)/crypto_testdriver-test_crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1177-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1178:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-test_crypto.obj `if test -f 'test_crypto.c'; then $(CYGPATH_W) 'test_crypto.c'; else $(CYGPATH_W) '$(srcdir)/test_crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1179-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1180-crypto_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1181:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-mock_msg.Tpo -c -o crypto_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1182-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-mock_msg.Tpo $(DEPDIR)/crypto_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1184-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1185:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1186-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1187-crypto_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1188:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-mock_msg.Tpo -c -o crypto_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1189-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-mock_msg.Tpo $(DEPDIR)/crypto_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1191-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1192:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1193-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1194-crypto_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1195:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-buffer.Tpo -c -o crypto_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1196-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-buffer.Tpo $(DEPDIR)/crypto_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1198-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1199:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1200-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1201-crypto_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1202:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-buffer.Tpo -c -o crypto_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1203-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-buffer.Tpo $(DEPDIR)/crypto_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1205-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1206:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1207-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1208-crypto_testdriver-crypto.o: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1209:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-crypto.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-crypto.Tpo -c -o crypto_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1210-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-crypto.Tpo $(DEPDIR)/crypto_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1212-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1213:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1214-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1215-crypto_testdriver-crypto.obj: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1216:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-crypto.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-crypto.Tpo -c -o crypto_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1217-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-crypto.Tpo $(DEPDIR)/crypto_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1219-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1220:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1221-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1222-crypto_testdriver-crypto_mbedtls.o: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1223:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-crypto_mbedtls.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-crypto_mbedtls.Tpo -c -o crypto_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1224-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/crypto_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1226-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1227:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1228-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1229-crypto_testdriver-crypto_mbedtls.obj: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1230:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-crypto_mbedtls.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-crypto_mbedtls.Tpo -c -o crypto_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1231-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/crypto_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1233-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1234:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1235-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1236-crypto_testdriver-crypto_openssl.o: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1237:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-crypto_openssl.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-crypto_openssl.Tpo -c -o crypto_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1238-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-crypto_openssl.Tpo $(DEPDIR)/crypto_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1240-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1241:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1242-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1243-crypto_testdriver-crypto_openssl.obj: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1244:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-crypto_openssl.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-crypto_openssl.Tpo -c -o crypto_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1245-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-crypto_openssl.Tpo $(DEPDIR)/crypto_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1247-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1248:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1249-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1250-crypto_testdriver-otime.o: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1251:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-otime.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-otime.Tpo -c -o crypto_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1252-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-otime.Tpo $(DEPDIR)/crypto_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1254-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1255:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1256-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1257-crypto_testdriver-otime.obj: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1258:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-otime.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-otime.Tpo -c -o crypto_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1259-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-otime.Tpo $(DEPDIR)/crypto_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1261-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1262:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1263-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1264-crypto_testdriver-packet_id.o: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1265:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-packet_id.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-packet_id.Tpo -c -o crypto_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1266-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-packet_id.Tpo $(DEPDIR)/crypto_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1268-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1269:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1270-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1271-crypto_testdriver-packet_id.obj: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1272:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-packet_id.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-packet_id.Tpo -c -o crypto_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1273-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-packet_id.Tpo $(DEPDIR)/crypto_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1275-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1276:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1277-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1278-crypto_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1279:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-platform.o -MD -MP -MF $(DEPDIR)/crypto_testdriver-platform.Tpo -c -o crypto_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1280-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-platform.Tpo $(DEPDIR)/crypto_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1284-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1285-crypto_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -MT crypto_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/crypto_testdriver-platform.Tpo -c -o crypto_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/crypto_testdriver-platform.Tpo $(DEPDIR)/crypto_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(crypto_testdriver_CFLAGS) $(CFLAGS) -c -o crypto_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1291-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1292-ncp_testdriver-test_ncp.o: test_ncp.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-test_ncp.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-test_ncp.Tpo -c -o ncp_testdriver-test_ncp.o `test -f 'test_ncp.c' || echo '$(srcdir)/'`test_ncp.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-test_ncp.Tpo $(DEPDIR)/ncp_testdriver-test_ncp.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-test_ncp.o `test -f 'test_ncp.c' || echo '$(srcdir)/'`test_ncp.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1298-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1299-ncp_testdriver-test_ncp.obj: test_ncp.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1300:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-test_ncp.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-test_ncp.Tpo -c -o ncp_testdriver-test_ncp.obj `if test -f 'test_ncp.c'; then $(CYGPATH_W) 'test_ncp.c'; else $(CYGPATH_W) '$(srcdir)/test_ncp.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1301-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-test_ncp.Tpo $(DEPDIR)/ncp_testdriver-test_ncp.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1304:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-test_ncp.obj `if test -f 'test_ncp.c'; then $(CYGPATH_W) 'test_ncp.c'; else $(CYGPATH_W) '$(srcdir)/test_ncp.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1305-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1306-ncp_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1307:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-mock_msg.Tpo -c -o ncp_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1308-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-mock_msg.Tpo $(DEPDIR)/ncp_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1311:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1312-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1313-ncp_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1314:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-mock_msg.Tpo -c -o ncp_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1315-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-mock_msg.Tpo $(DEPDIR)/ncp_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1318:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1319-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1320-ncp_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1321:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-buffer.Tpo -c -o ncp_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1322-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-buffer.Tpo $(DEPDIR)/ncp_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1324-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1325:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1326-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1327-ncp_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-buffer.Tpo -c -o ncp_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-buffer.Tpo $(DEPDIR)/ncp_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1333-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1334-ncp_testdriver-crypto.o: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1335:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-crypto.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-crypto.Tpo -c -o ncp_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1336-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-crypto.Tpo $(DEPDIR)/ncp_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1339:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1340-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1341-ncp_testdriver-crypto.obj: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1342:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-crypto.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-crypto.Tpo -c -o ncp_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1343-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-crypto.Tpo $(DEPDIR)/ncp_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1346:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1347-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1348-ncp_testdriver-crypto_mbedtls.o: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1349:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-crypto_mbedtls.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-crypto_mbedtls.Tpo -c -o ncp_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1350-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/ncp_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1353:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1354-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1355-ncp_testdriver-crypto_mbedtls.obj: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1356:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-crypto_mbedtls.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-crypto_mbedtls.Tpo -c -o ncp_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1357-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/ncp_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1360:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1361-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1362-ncp_testdriver-crypto_openssl.o: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1363:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-crypto_openssl.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-crypto_openssl.Tpo -c -o ncp_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1364-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-crypto_openssl.Tpo $(DEPDIR)/ncp_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1366-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1367:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1368-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1369-ncp_testdriver-crypto_openssl.obj: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1370:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-crypto_openssl.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-crypto_openssl.Tpo -c -o ncp_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1371-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-crypto_openssl.Tpo $(DEPDIR)/ncp_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1374:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1375-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1376-ncp_testdriver-otime.o: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1377:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-otime.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-otime.Tpo -c -o ncp_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1378-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-otime.Tpo $(DEPDIR)/ncp_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1380-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1381:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1382-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1383-ncp_testdriver-otime.obj: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1384:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-otime.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-otime.Tpo -c -o ncp_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1385-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-otime.Tpo $(DEPDIR)/ncp_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1387-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1388:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1389-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1390-ncp_testdriver-packet_id.o: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1391:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-packet_id.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-packet_id.Tpo -c -o ncp_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1392-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-packet_id.Tpo $(DEPDIR)/ncp_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1395:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1396-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1397-ncp_testdriver-packet_id.obj: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1398:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-packet_id.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-packet_id.Tpo -c -o ncp_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1399-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-packet_id.Tpo $(DEPDIR)/ncp_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1401-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1402:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1403-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1404-ncp_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1405:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-platform.o -MD -MP -MF $(DEPDIR)/ncp_testdriver-platform.Tpo -c -o ncp_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1406-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-platform.Tpo $(DEPDIR)/ncp_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1408-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1409:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1410-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1411-ncp_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -MT ncp_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/ncp_testdriver-platform.Tpo -c -o ncp_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ncp_testdriver-platform.Tpo $(DEPDIR)/ncp_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ncp_testdriver_CFLAGS) $(CFLAGS) -c -o ncp_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1417-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1418-networking_testdriver-test_networking.o: test_networking.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1419:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-test_networking.o -MD -MP -MF $(DEPDIR)/networking_testdriver-test_networking.Tpo -c -o networking_testdriver-test_networking.o `test -f 'test_networking.c' || echo '$(srcdir)/'`test_networking.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1420-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-test_networking.Tpo $(DEPDIR)/networking_testdriver-test_networking.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1422-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1423:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-test_networking.o `test -f 'test_networking.c' || echo '$(srcdir)/'`test_networking.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1424-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1425-networking_testdriver-test_networking.obj: test_networking.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-test_networking.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-test_networking.Tpo -c -o networking_testdriver-test_networking.obj `if test -f 'test_networking.c'; then $(CYGPATH_W) 'test_networking.c'; else $(CYGPATH_W) '$(srcdir)/test_networking.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-test_networking.Tpo $(DEPDIR)/networking_testdriver-test_networking.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-test_networking.obj `if test -f 'test_networking.c'; then $(CYGPATH_W) 'test_networking.c'; else $(CYGPATH_W) '$(srcdir)/test_networking.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1431-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1432-networking_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/networking_testdriver-mock_msg.Tpo -c -o networking_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-mock_msg.Tpo $(DEPDIR)/networking_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1438-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1439-networking_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-mock_msg.Tpo -c -o networking_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-mock_msg.Tpo $(DEPDIR)/networking_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1445-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1446-networking_testdriver-networking_sitnl.o: $(openvpn_srcdir)/networking_sitnl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1447:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-networking_sitnl.o -MD -MP -MF $(DEPDIR)/networking_testdriver-networking_sitnl.Tpo -c -o networking_testdriver-networking_sitnl.o `test -f '$(openvpn_srcdir)/networking_sitnl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/networking_sitnl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1448-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-networking_sitnl.Tpo $(DEPDIR)/networking_testdriver-networking_sitnl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1451:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-networking_sitnl.o `test -f '$(openvpn_srcdir)/networking_sitnl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/networking_sitnl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1452-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1453-networking_testdriver-networking_sitnl.obj: $(openvpn_srcdir)/networking_sitnl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1454:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-networking_sitnl.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-networking_sitnl.Tpo -c -o networking_testdriver-networking_sitnl.obj `if test -f '$(openvpn_srcdir)/networking_sitnl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/networking_sitnl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/networking_sitnl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1455-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-networking_sitnl.Tpo $(DEPDIR)/networking_testdriver-networking_sitnl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1457-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1458:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-networking_sitnl.obj `if test -f '$(openvpn_srcdir)/networking_sitnl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/networking_sitnl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/networking_sitnl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1459-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1460-networking_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1461:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/networking_testdriver-buffer.Tpo -c -o networking_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1462-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-buffer.Tpo $(DEPDIR)/networking_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1465:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1466-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1467-networking_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1468:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-buffer.Tpo -c -o networking_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1469-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-buffer.Tpo $(DEPDIR)/networking_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1471-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1472:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1473-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1474-networking_testdriver-crypto.o: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1475:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-crypto.o -MD -MP -MF $(DEPDIR)/networking_testdriver-crypto.Tpo -c -o networking_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1476-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-crypto.Tpo $(DEPDIR)/networking_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1479:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1480-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1481-networking_testdriver-crypto.obj: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1482:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-crypto.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-crypto.Tpo -c -o networking_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1483-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-crypto.Tpo $(DEPDIR)/networking_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1486:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1487-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1488-networking_testdriver-crypto_mbedtls.o: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-crypto_mbedtls.o -MD -MP -MF $(DEPDIR)/networking_testdriver-crypto_mbedtls.Tpo -c -o networking_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/networking_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1494-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1495-networking_testdriver-crypto_mbedtls.obj: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1496:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-crypto_mbedtls.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-crypto_mbedtls.Tpo -c -o networking_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1497-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/networking_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1500:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1501-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1502-networking_testdriver-crypto_openssl.o: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-crypto_openssl.o -MD -MP -MF $(DEPDIR)/networking_testdriver-crypto_openssl.Tpo -c -o networking_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-crypto_openssl.Tpo $(DEPDIR)/networking_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1508-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1509-networking_testdriver-crypto_openssl.obj: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-crypto_openssl.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-crypto_openssl.Tpo -c -o networking_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-crypto_openssl.Tpo $(DEPDIR)/networking_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1515-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1516-networking_testdriver-otime.o: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-otime.o -MD -MP -MF $(DEPDIR)/networking_testdriver-otime.Tpo -c -o networking_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-otime.Tpo $(DEPDIR)/networking_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1522-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1523-networking_testdriver-otime.obj: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1524:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-otime.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-otime.Tpo -c -o networking_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1525-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-otime.Tpo $(DEPDIR)/networking_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1528:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1529-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1530-networking_testdriver-packet_id.o: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-packet_id.o -MD -MP -MF $(DEPDIR)/networking_testdriver-packet_id.Tpo -c -o networking_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-packet_id.Tpo $(DEPDIR)/networking_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1536-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1537-networking_testdriver-packet_id.obj: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1538:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-packet_id.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-packet_id.Tpo -c -o networking_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1539-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-packet_id.Tpo $(DEPDIR)/networking_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1542:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1543-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1544-networking_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-platform.o -MD -MP -MF $(DEPDIR)/networking_testdriver-platform.Tpo -c -o networking_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-platform.Tpo $(DEPDIR)/networking_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1550-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1551-networking_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -MT networking_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/networking_testdriver-platform.Tpo -c -o networking_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/networking_testdriver-platform.Tpo $(DEPDIR)/networking_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(networking_testdriver_CFLAGS) $(CFLAGS) -c -o networking_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1557-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1558-packet_id_testdriver-test_packet_id.o: test_packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-test_packet_id.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-test_packet_id.Tpo -c -o packet_id_testdriver-test_packet_id.o `test -f 'test_packet_id.c' || echo '$(srcdir)/'`test_packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-test_packet_id.Tpo $(DEPDIR)/packet_id_testdriver-test_packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-test_packet_id.o `test -f 'test_packet_id.c' || echo '$(srcdir)/'`test_packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1564-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1565-packet_id_testdriver-test_packet_id.obj: test_packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-test_packet_id.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-test_packet_id.Tpo -c -o packet_id_testdriver-test_packet_id.obj `if test -f 'test_packet_id.c'; then $(CYGPATH_W) 'test_packet_id.c'; else $(CYGPATH_W) '$(srcdir)/test_packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-test_packet_id.Tpo $(DEPDIR)/packet_id_testdriver-test_packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-test_packet_id.obj `if test -f 'test_packet_id.c'; then $(CYGPATH_W) 'test_packet_id.c'; else $(CYGPATH_W) '$(srcdir)/test_packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1571-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1572-packet_id_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1573:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-mock_msg.Tpo -c -o packet_id_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1574-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-mock_msg.Tpo $(DEPDIR)/packet_id_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1577:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1578-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1579-packet_id_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1580:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-mock_msg.Tpo -c -o packet_id_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1581-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-mock_msg.Tpo $(DEPDIR)/packet_id_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1585-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1586-packet_id_testdriver-mock_get_random.o: mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-mock_get_random.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-mock_get_random.Tpo -c -o packet_id_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo '$(srcdir)/'`mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-mock_get_random.Tpo $(DEPDIR)/packet_id_testdriver-mock_get_random.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-mock_get_random.o `test -f 'mock_get_random.c' || echo '$(srcdir)/'`mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1592-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1593-packet_id_testdriver-mock_get_random.obj: mock_get_random.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1594:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-mock_get_random.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-mock_get_random.Tpo -c -o packet_id_testdriver-mock_get_random.obj `if test -f 'mock_get_random.c'; then $(CYGPATH_W) 'mock_get_random.c'; else $(CYGPATH_W) '$(srcdir)/mock_get_random.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1595-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-mock_get_random.Tpo $(DEPDIR)/packet_id_testdriver-mock_get_random.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1598:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-mock_get_random.obj `if test -f 'mock_get_random.c'; then $(CYGPATH_W) 'mock_get_random.c'; else $(CYGPATH_W) '$(srcdir)/mock_get_random.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1599-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1600-packet_id_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-buffer.Tpo -c -o packet_id_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-buffer.Tpo $(DEPDIR)/packet_id_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1606-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1607-packet_id_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1608:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-buffer.Tpo -c -o packet_id_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1609-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-buffer.Tpo $(DEPDIR)/packet_id_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1612:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1613-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1614-packet_id_testdriver-otime.o: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1615:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-otime.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-otime.Tpo -c -o packet_id_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1616-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-otime.Tpo $(DEPDIR)/packet_id_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1619:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1620-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1621-packet_id_testdriver-otime.obj: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-otime.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-otime.Tpo -c -o packet_id_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-otime.Tpo $(DEPDIR)/packet_id_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1627-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1628-packet_id_testdriver-packet_id.o: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-packet_id.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-packet_id.Tpo -c -o packet_id_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-packet_id.Tpo $(DEPDIR)/packet_id_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1634-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1635-packet_id_testdriver-packet_id.obj: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-packet_id.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-packet_id.Tpo -c -o packet_id_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-packet_id.Tpo $(DEPDIR)/packet_id_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1641-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1642-packet_id_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-platform.o -MD -MP -MF $(DEPDIR)/packet_id_testdriver-platform.Tpo -c -o packet_id_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-platform.Tpo $(DEPDIR)/packet_id_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1648-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1649-packet_id_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -MT packet_id_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/packet_id_testdriver-platform.Tpo -c -o packet_id_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/packet_id_testdriver-platform.Tpo $(DEPDIR)/packet_id_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(packet_id_testdriver_CFLAGS) $(CFLAGS) -c -o packet_id_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1655-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1656-tls_crypt_testdriver-test_tls_crypt.o: test_tls_crypt.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-test_tls_crypt.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-test_tls_crypt.Tpo -c -o tls_crypt_testdriver-test_tls_crypt.o `test -f 'test_tls_crypt.c' || echo '$(srcdir)/'`test_tls_crypt.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-test_tls_crypt.Tpo $(DEPDIR)/tls_crypt_testdriver-test_tls_crypt.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-test_tls_crypt.o `test -f 'test_tls_crypt.c' || echo '$(srcdir)/'`test_tls_crypt.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1662-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1663-tls_crypt_testdriver-test_tls_crypt.obj: test_tls_crypt.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-test_tls_crypt.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-test_tls_crypt.Tpo -c -o tls_crypt_testdriver-test_tls_crypt.obj `if test -f 'test_tls_crypt.c'; then $(CYGPATH_W) 'test_tls_crypt.c'; else $(CYGPATH_W) '$(srcdir)/test_tls_crypt.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-test_tls_crypt.Tpo $(DEPDIR)/tls_crypt_testdriver-test_tls_crypt.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-test_tls_crypt.obj `if test -f 'test_tls_crypt.c'; then $(CYGPATH_W) 'test_tls_crypt.c'; else $(CYGPATH_W) '$(srcdir)/test_tls_crypt.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1669-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1670-tls_crypt_testdriver-mock_msg.o: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-mock_msg.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-mock_msg.Tpo -c -o tls_crypt_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-mock_msg.Tpo $(DEPDIR)/tls_crypt_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-mock_msg.o `test -f 'mock_msg.c' || echo '$(srcdir)/'`mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1676-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1677-tls_crypt_testdriver-mock_msg.obj: mock_msg.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-mock_msg.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-mock_msg.Tpo -c -o tls_crypt_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-mock_msg.Tpo $(DEPDIR)/tls_crypt_testdriver-mock_msg.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-mock_msg.obj `if test -f 'mock_msg.c'; then $(CYGPATH_W) 'mock_msg.c'; else $(CYGPATH_W) '$(srcdir)/mock_msg.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1683-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1684-tls_crypt_testdriver-argv.o: $(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-argv.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-argv.Tpo -c -o tls_crypt_testdriver-argv.o `test -f '$(openvpn_srcdir)/argv.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-argv.Tpo $(DEPDIR)/tls_crypt_testdriver-argv.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-argv.o `test -f '$(openvpn_srcdir)/argv.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1690-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1691-tls_crypt_testdriver-argv.obj: $(openvpn_srcdir)/argv.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-argv.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-argv.Tpo -c -o tls_crypt_testdriver-argv.obj `if test -f '$(openvpn_srcdir)/argv.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/argv.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/argv.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-argv.Tpo $(DEPDIR)/tls_crypt_testdriver-argv.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-argv.obj `if test -f '$(openvpn_srcdir)/argv.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/argv.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/argv.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1697-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1698-tls_crypt_testdriver-base64.o: $(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-base64.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-base64.Tpo -c -o tls_crypt_testdriver-base64.o `test -f '$(openvpn_srcdir)/base64.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-base64.Tpo $(DEPDIR)/tls_crypt_testdriver-base64.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-base64.o `test -f '$(openvpn_srcdir)/base64.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1704-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1705-tls_crypt_testdriver-base64.obj: $(openvpn_srcdir)/base64.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-base64.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-base64.Tpo -c -o tls_crypt_testdriver-base64.obj `if test -f '$(openvpn_srcdir)/base64.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/base64.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-base64.Tpo $(DEPDIR)/tls_crypt_testdriver-base64.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-base64.obj `if test -f '$(openvpn_srcdir)/base64.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/base64.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/base64.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1711-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1712-tls_crypt_testdriver-buffer.o: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-buffer.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-buffer.Tpo -c -o tls_crypt_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-buffer.Tpo $(DEPDIR)/tls_crypt_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-buffer.o `test -f '$(openvpn_srcdir)/buffer.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1718-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1719-tls_crypt_testdriver-buffer.obj: $(openvpn_srcdir)/buffer.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-buffer.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-buffer.Tpo -c -o tls_crypt_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-buffer.Tpo $(DEPDIR)/tls_crypt_testdriver-buffer.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-buffer.obj `if test -f '$(openvpn_srcdir)/buffer.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/buffer.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/buffer.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1725-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1726-tls_crypt_testdriver-crypto.o: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1727:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-crypto.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-crypto.Tpo -c -o tls_crypt_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1728-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-crypto.Tpo $(DEPDIR)/tls_crypt_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1731:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-crypto.o `test -f '$(openvpn_srcdir)/crypto.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1732-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1733-tls_crypt_testdriver-crypto.obj: $(openvpn_srcdir)/crypto.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1734:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-crypto.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-crypto.Tpo -c -o tls_crypt_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1735-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-crypto.Tpo $(DEPDIR)/tls_crypt_testdriver-crypto.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1738:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-crypto.obj `if test -f '$(openvpn_srcdir)/crypto.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1739-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1740-tls_crypt_testdriver-crypto_mbedtls.o: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1741:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-crypto_mbedtls.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-crypto_mbedtls.Tpo -c -o tls_crypt_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1742-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/tls_crypt_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1744-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1745:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-crypto_mbedtls.o `test -f '$(openvpn_srcdir)/crypto_mbedtls.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1746-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1747-tls_crypt_testdriver-crypto_mbedtls.obj: $(openvpn_srcdir)/crypto_mbedtls.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1748:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-crypto_mbedtls.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-crypto_mbedtls.Tpo -c -o tls_crypt_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1749-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-crypto_mbedtls.Tpo $(DEPDIR)/tls_crypt_testdriver-crypto_mbedtls.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1752:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-crypto_mbedtls.obj `if test -f '$(openvpn_srcdir)/crypto_mbedtls.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_mbedtls.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1753-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1754-tls_crypt_testdriver-crypto_openssl.o: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1755:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-crypto_openssl.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-crypto_openssl.Tpo -c -o tls_crypt_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1756-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-crypto_openssl.Tpo $(DEPDIR)/tls_crypt_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1759:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-crypto_openssl.o `test -f '$(openvpn_srcdir)/crypto_openssl.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1760-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1761-tls_crypt_testdriver-crypto_openssl.obj: $(openvpn_srcdir)/crypto_openssl.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1762:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-crypto_openssl.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-crypto_openssl.Tpo -c -o tls_crypt_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-crypto_openssl.Tpo $(DEPDIR)/tls_crypt_testdriver-crypto_openssl.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1766:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-crypto_openssl.obj `if test -f '$(openvpn_srcdir)/crypto_openssl.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/crypto_openssl.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/crypto_openssl.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1767-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1768-tls_crypt_testdriver-env_set.o: $(openvpn_srcdir)/env_set.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1769:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-env_set.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-env_set.Tpo -c -o tls_crypt_testdriver-env_set.o `test -f '$(openvpn_srcdir)/env_set.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/env_set.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1770-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-env_set.Tpo $(DEPDIR)/tls_crypt_testdriver-env_set.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1773:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-env_set.o `test -f '$(openvpn_srcdir)/env_set.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/env_set.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1774-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1775-tls_crypt_testdriver-env_set.obj: $(openvpn_srcdir)/env_set.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1776:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-env_set.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-env_set.Tpo -c -o tls_crypt_testdriver-env_set.obj `if test -f '$(openvpn_srcdir)/env_set.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/env_set.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/env_set.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-env_set.Tpo $(DEPDIR)/tls_crypt_testdriver-env_set.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-env_set.obj `if test -f '$(openvpn_srcdir)/env_set.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/env_set.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/env_set.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1781-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1782-tls_crypt_testdriver-otime.o: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1783:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-otime.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-otime.Tpo -c -o tls_crypt_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-otime.Tpo $(DEPDIR)/tls_crypt_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1787:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-otime.o `test -f '$(openvpn_srcdir)/otime.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1788-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1789-tls_crypt_testdriver-otime.obj: $(openvpn_srcdir)/otime.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-otime.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-otime.Tpo -c -o tls_crypt_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-otime.Tpo $(DEPDIR)/tls_crypt_testdriver-otime.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-otime.obj `if test -f '$(openvpn_srcdir)/otime.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/otime.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/otime.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1795-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1796-tls_crypt_testdriver-packet_id.o: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-packet_id.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-packet_id.Tpo -c -o tls_crypt_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-packet_id.Tpo $(DEPDIR)/tls_crypt_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-packet_id.o `test -f '$(openvpn_srcdir)/packet_id.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1802-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1803-tls_crypt_testdriver-packet_id.obj: $(openvpn_srcdir)/packet_id.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-packet_id.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-packet_id.Tpo -c -o tls_crypt_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-packet_id.Tpo $(DEPDIR)/tls_crypt_testdriver-packet_id.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-packet_id.obj `if test -f '$(openvpn_srcdir)/packet_id.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/packet_id.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/packet_id.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1809-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1810-tls_crypt_testdriver-platform.o: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-platform.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-platform.Tpo -c -o tls_crypt_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-platform.Tpo $(DEPDIR)/tls_crypt_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-platform.o `test -f '$(openvpn_srcdir)/platform.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1816-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1817-tls_crypt_testdriver-platform.obj: $(openvpn_srcdir)/platform.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-platform.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-platform.Tpo -c -o tls_crypt_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-platform.Tpo $(DEPDIR)/tls_crypt_testdriver-platform.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-platform.obj `if test -f '$(openvpn_srcdir)/platform.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/platform.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/platform.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1823-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1824-tls_crypt_testdriver-run_command.o: $(openvpn_srcdir)/run_command.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-run_command.o -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-run_command.Tpo -c -o tls_crypt_testdriver-run_command.o `test -f '$(openvpn_srcdir)/run_command.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/run_command.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-run_command.Tpo $(DEPDIR)/tls_crypt_testdriver-run_command.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-run_command.o `test -f '$(openvpn_srcdir)/run_command.c' || echo '$(srcdir)/'`$(openvpn_srcdir)/run_command.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1830-
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1831-tls_crypt_testdriver-run_command.obj: $(openvpn_srcdir)/run_command.c
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -MT tls_crypt_testdriver-run_command.obj -MD -MP -MF $(DEPDIR)/tls_crypt_testdriver-run_command.Tpo -c -o tls_crypt_testdriver-run_command.obj `if test -f '$(openvpn_srcdir)/run_command.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/run_command.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/run_command.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tls_crypt_testdriver-run_command.Tpo $(DEPDIR)/tls_crypt_testdriver-run_command.Po
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tls_crypt_testdriver_CFLAGS) $(CFLAGS) -c -o tls_crypt_testdriver-run_command.obj `if test -f '$(openvpn_srcdir)/run_command.c'; then $(CYGPATH_W) '$(openvpn_srcdir)/run_command.c'; else $(CYGPATH_W) '$(srcdir)/$(openvpn_srcdir)/run_command.c'; fi`
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1837-
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1873-GTAGS:
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1874:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1875-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1906-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1907:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1908-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1909-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1910:		xpass=`expr $$xpass + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1911:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1912-		col=$$red; res=XPASS; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1918-	    elif test $$? -ne 77; then \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1919:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1920-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1921-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1922:		xfail=`expr $$xfail + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1923-		col=$$lgn; res=XFAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1925-	      *) \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1926:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1927-		col=$$red; res=FAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1930-	    else \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1931:	      skip=`expr $$skip + 1`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1932-	      col=$$blu; res=SKIP; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1965-	    fi; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1966:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1967-	      dashes="$$skipped"; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1971-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1972:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1973-	      dashes="$$report"; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1974-	  fi; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1975:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1976-	  if test "$$failed" -eq 0; then \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1992-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1993:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:1994:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-1995-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-2006-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in:2007:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/unit_tests/openvpn/Makefile.in-2008-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-49-  { \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-51-  }; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-476-.c.obj:
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:477:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-478-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-480-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:481:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-482-
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-490-libtestengine_la-libtestengine.lo: libtestengine.c
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:491:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtestengine_la_CFLAGS) $(CFLAGS) -MT libtestengine_la-libtestengine.lo -MD -MP -MF $(DEPDIR)/libtestengine_la-libtestengine.Tpo -c -o libtestengine_la-libtestengine.lo `test -f 'libtestengine.c' || echo '$(srcdir)/'`libtestengine.c
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-492-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtestengine_la-libtestengine.Tpo $(DEPDIR)/libtestengine_la-libtestengine.Plo
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:495:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtestengine_la_CFLAGS) $(CFLAGS) -c -o libtestengine_la-libtestengine.lo `test -f 'libtestengine.c' || echo '$(srcdir)/'`libtestengine.c
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-496-
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-532-GTAGS:
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:533:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-534-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-565-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:566:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-567-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-568-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:569:		xpass=`expr $$xpass + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:570:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-571-		col=$$red; res=XPASS; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-577-	    elif test $$? -ne 77; then \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:578:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-579-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-580-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:581:		xfail=`expr $$xfail + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-582-		col=$$lgn; res=XFAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-584-	      *) \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:585:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-586-		col=$$red; res=FAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-589-	    else \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:590:	      skip=`expr $$skip + 1`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-591-	      col=$$blu; res=SKIP; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-624-	    fi; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:625:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-626-	      dashes="$$skipped"; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-630-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:631:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-632-	      dashes="$$report"; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-633-	  fi; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:634:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-635-	  if test "$$failed" -eq 0; then \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-651-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:652:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:653:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-654-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-665-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in:666:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/unit_tests/engine-key/Makefile.in-667-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-49-  { \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-51-  }; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-441-	test -n "$(EXEEXT)" || exit 0; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:442:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-443-	echo " rm -f" $$list; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-476-.c.obj:
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:477:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-478-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-480-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:481:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-482-
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-490-example2_testdriver-test2.o: test2.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:491:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_testdriver_CFLAGS) $(CFLAGS) -MT example2_testdriver-test2.o -MD -MP -MF $(DEPDIR)/example2_testdriver-test2.Tpo -c -o example2_testdriver-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-492-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example2_testdriver-test2.Tpo $(DEPDIR)/example2_testdriver-test2.Po
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:495:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_testdriver_CFLAGS) $(CFLAGS) -c -o example2_testdriver-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-496-
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-497-example2_testdriver-test2.obj: test2.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:498:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_testdriver_CFLAGS) $(CFLAGS) -MT example2_testdriver-test2.obj -MD -MP -MF $(DEPDIR)/example2_testdriver-test2.Tpo -c -o example2_testdriver-test2.obj `if test -f 'test2.c'; then $(CYGPATH_W) 'test2.c'; else $(CYGPATH_W) '$(srcdir)/test2.c'; fi`
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-499-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example2_testdriver-test2.Tpo $(DEPDIR)/example2_testdriver-test2.Po
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-501-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:502:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_testdriver_CFLAGS) $(CFLAGS) -c -o example2_testdriver-test2.obj `if test -f 'test2.c'; then $(CYGPATH_W) 'test2.c'; else $(CYGPATH_W) '$(srcdir)/test2.c'; fi`
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-503-
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-504-example_testdriver-test.o: test.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:505:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example_testdriver_CFLAGS) $(CFLAGS) -MT example_testdriver-test.o -MD -MP -MF $(DEPDIR)/example_testdriver-test.Tpo -c -o example_testdriver-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-506-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example_testdriver-test.Tpo $(DEPDIR)/example_testdriver-test.Po
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-508-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:509:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example_testdriver_CFLAGS) $(CFLAGS) -c -o example_testdriver-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-510-
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-511-example_testdriver-test.obj: test.c
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:512:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example_testdriver_CFLAGS) $(CFLAGS) -MT example_testdriver-test.obj -MD -MP -MF $(DEPDIR)/example_testdriver-test.Tpo -c -o example_testdriver-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-513-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example_testdriver-test.Tpo $(DEPDIR)/example_testdriver-test.Po
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-515-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:516:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example_testdriver_CFLAGS) $(CFLAGS) -c -o example_testdriver-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-517-
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-553-GTAGS:
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:554:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-555-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-586-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:587:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-588-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-589-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:590:		xpass=`expr $$xpass + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:591:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-592-		col=$$red; res=XPASS; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-598-	    elif test $$? -ne 77; then \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:599:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-600-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-601-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:602:		xfail=`expr $$xfail + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-603-		col=$$lgn; res=XFAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-605-	      *) \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:606:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-607-		col=$$red; res=FAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-610-	    else \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:611:	      skip=`expr $$skip + 1`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-612-	      col=$$blu; res=SKIP; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-645-	    fi; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:646:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-647-	      dashes="$$skipped"; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-651-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:652:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-653-	      dashes="$$report"; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-654-	  fi; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:655:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-656-	  if test "$$failed" -eq 0; then \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-672-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:673:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:674:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-675-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-686-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in:687:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/unit_tests/example_test/Makefile.in-688-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-49-  { \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-51-  }; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-170-  while test -n "$$dir1"; do \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:171:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-172-    if test "$$first" != "."; then \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-173-      if test "$$first" = ".."; then \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:174:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:175:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-176-      else \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:177:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-178-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:179:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-180-        else \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-185-    fi; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:186:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-187-  done; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-424-	dot_seen=no; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:425:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-426-	case "$@" in \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-487-GTAGS:
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:488:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-489-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-513-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-527-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/unit_tests/plugins/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-49-  { \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-51-  }; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-434-	test -n "$(EXEEXT)" || exit 0; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:435:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-436-	echo " rm -f" $$list; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-465-.c.obj:
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:466:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-467-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:470:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-471-
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-479-auth_pam_testdriver-test_search_and_replace.o: test_search_and_replace.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:480:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -MT auth_pam_testdriver-test_search_and_replace.o -MD -MP -MF $(DEPDIR)/auth_pam_testdriver-test_search_and_replace.Tpo -c -o auth_pam_testdriver-test_search_and_replace.o `test -f 'test_search_and_replace.c' || echo '$(srcdir)/'`test_search_and_replace.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-481-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_pam_testdriver-test_search_and_replace.Tpo $(DEPDIR)/auth_pam_testdriver-test_search_and_replace.Po
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:484:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -c -o auth_pam_testdriver-test_search_and_replace.o `test -f 'test_search_and_replace.c' || echo '$(srcdir)/'`test_search_and_replace.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-485-
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-486-auth_pam_testdriver-test_search_and_replace.obj: test_search_and_replace.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:487:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -MT auth_pam_testdriver-test_search_and_replace.obj -MD -MP -MF $(DEPDIR)/auth_pam_testdriver-test_search_and_replace.Tpo -c -o auth_pam_testdriver-test_search_and_replace.obj `if test -f 'test_search_and_replace.c'; then $(CYGPATH_W) 'test_search_and_replace.c'; else $(CYGPATH_W) '$(srcdir)/test_search_and_replace.c'; fi`
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-488-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_pam_testdriver-test_search_and_replace.Tpo $(DEPDIR)/auth_pam_testdriver-test_search_and_replace.Po
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:491:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -c -o auth_pam_testdriver-test_search_and_replace.obj `if test -f 'test_search_and_replace.c'; then $(CYGPATH_W) 'test_search_and_replace.c'; else $(CYGPATH_W) '$(srcdir)/test_search_and_replace.c'; fi`
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-492-
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-493-auth_pam_testdriver-utils.o: $(sut_sourcedir)/utils.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:494:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -MT auth_pam_testdriver-utils.o -MD -MP -MF $(DEPDIR)/auth_pam_testdriver-utils.Tpo -c -o auth_pam_testdriver-utils.o `test -f '$(sut_sourcedir)/utils.c' || echo '$(srcdir)/'`$(sut_sourcedir)/utils.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-495-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_pam_testdriver-utils.Tpo $(DEPDIR)/auth_pam_testdriver-utils.Po
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:498:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -c -o auth_pam_testdriver-utils.o `test -f '$(sut_sourcedir)/utils.c' || echo '$(srcdir)/'`$(sut_sourcedir)/utils.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-499-
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-500-auth_pam_testdriver-utils.obj: $(sut_sourcedir)/utils.c
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:501:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -MT auth_pam_testdriver-utils.obj -MD -MP -MF $(DEPDIR)/auth_pam_testdriver-utils.Tpo -c -o auth_pam_testdriver-utils.obj `if test -f '$(sut_sourcedir)/utils.c'; then $(CYGPATH_W) '$(sut_sourcedir)/utils.c'; else $(CYGPATH_W) '$(srcdir)/$(sut_sourcedir)/utils.c'; fi`
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-502-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/auth_pam_testdriver-utils.Tpo $(DEPDIR)/auth_pam_testdriver-utils.Po
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:505:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(auth_pam_testdriver_CFLAGS) $(CFLAGS) -c -o auth_pam_testdriver-utils.obj `if test -f '$(sut_sourcedir)/utils.c'; then $(CYGPATH_W) '$(sut_sourcedir)/utils.c'; else $(CYGPATH_W) '$(srcdir)/$(sut_sourcedir)/utils.c'; fi`
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-506-
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-542-GTAGS:
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-575-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:576:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-577-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-578-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:579:		xpass=`expr $$xpass + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:580:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-581-		col=$$red; res=XPASS; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-587-	    elif test $$? -ne 77; then \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:588:	      all=`expr $$all + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-589-	      case " $(XFAIL_TESTS) " in \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-590-	      *[\ \	]$$tst[\ \	]*) \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:591:		xfail=`expr $$xfail + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-592-		col=$$lgn; res=XFAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-594-	      *) \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:595:		failed=`expr $$failed + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-596-		col=$$red; res=FAIL; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-599-	    else \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:600:	      skip=`expr $$skip + 1`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-601-	      col=$$blu; res=SKIP; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-634-	    fi; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:635:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-636-	      dashes="$$skipped"; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-640-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:641:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-642-	      dashes="$$report"; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-643-	  fi; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:644:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-645-	  if test "$$failed" -eq 0; then \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-661-distdir-am: $(DISTFILES)
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:662:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:663:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-664-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-675-	  if test -d $$d/$$file; then \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in:676:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/tests/unit_tests/plugins/auth-pam/Makefile.in-677-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/tests/t_client.sh-328-
openvpn-2.5.0/tests/t_client.sh:329:    opid=`cat $pidfile`
openvpn-2.5.0/tests/t_client.sh-330-    if [ -n "$opid" ]; then
##############################################
openvpn-2.5.0/Makefile.am-83-config-version.h:
openvpn-2.5.0/Makefile.am:84:	@CONFIGURE_GIT_CHFILES="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) diff-files --name-status -r --ignore-submodules --quiet -- || echo \"+\"`"; \
openvpn-2.5.0/Makefile.am:85:	CONFIGURE_GIT_UNCOMMITTED="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) diff-index --cached  --quiet --ignore-submodules HEAD || echo \"*\"`"; \
openvpn-2.5.0/Makefile.am:86:	CONFIGURE_GIT_REVISION="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) rev-parse --symbolic-full-name HEAD | cut -d/ -f3-`/`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) rev-parse --short=16 HEAD`"; \
openvpn-2.5.0/Makefile.am-87-	echo "#define CONFIGURE_GIT_REVISION \"$${CONFIGURE_GIT_REVISION}\"" > config-version.h.tmp; \
##############################################
openvpn-2.5.0/include/Makefile.in-61-  { \
openvpn-2.5.0/include/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/include/Makefile.in-63-  }; \
##############################################
openvpn-2.5.0/include/Makefile.in-137-  esac
openvpn-2.5.0/include/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/include/Makefile.in-139-am__vpath_adj = case $$p in \
openvpn-2.5.0/include/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/include/Makefile.in-141-    *) f=$$p;; \
openvpn-2.5.0/include/Makefile.in-142-  esac;
openvpn-2.5.0/include/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/include/Makefile.in-144-am__install_max = 40
openvpn-2.5.0/include/Makefile.in-145-am__nobase_strip_setup = \
openvpn-2.5.0/include/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/include/Makefile.in-147-am__nobase_strip = \
##############################################
openvpn-2.5.0/include/Makefile.in-446-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
openvpn-2.5.0/include/Makefile.in:447:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/include/Makefile.in-448-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/include/Makefile.in-479-GTAGS:
openvpn-2.5.0/include/Makefile.in:480:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/include/Makefile.in-481-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/include/Makefile.in-505-distdir-am: $(DISTFILES)
openvpn-2.5.0/include/Makefile.in:506:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/include/Makefile.in:507:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/include/Makefile.in-508-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/include/Makefile.in-519-	  if test -d $$d/$$file; then \
openvpn-2.5.0/include/Makefile.in:520:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/include/Makefile.in-521-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
openvpn-2.5.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
openvpn-2.5.0/configure-47-  as_echo='print -r --'
openvpn-2.5.0/configure-48-  as_echo_n='print -rn --'
openvpn-2.5.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
openvpn-2.5.0/configure-50-  as_echo='printf %s\n'
##############################################
openvpn-2.5.0/configure-52-else
openvpn-2.5.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
openvpn-2.5.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
openvpn-2.5.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
openvpn-2.5.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
openvpn-2.5.0/configure-64-      esac;
##############################################
openvpn-2.5.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
openvpn-2.5.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
openvpn-2.5.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
openvpn-2.5.0/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
openvpn-2.5.0/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
openvpn-2.5.0/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
openvpn-2.5.0/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
openvpn-2.5.0/configure-335-      case $as_dir in #(
openvpn-2.5.0/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
openvpn-2.5.0/configure-337-      *) as_qdir=$as_dir;;
##############################################
openvpn-2.5.0/configure-408-  {
openvpn-2.5.0/configure:409:    as_val=`expr "$@" || test $? -eq 1`
openvpn-2.5.0/configure-410-  }
##############################################
openvpn-2.5.0/configure-415-# ----------------------------------------
openvpn-2.5.0/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
openvpn-2.5.0/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
openvpn-2.5.0/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
openvpn-2.5.0/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
openvpn-2.5.0/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
openvpn-2.5.0/configure-990-  case $ac_option in
openvpn-2.5.0/configure:991:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
openvpn-2.5.0/configure-992-  *=)   ac_optarg= ;;
##############################################
openvpn-2.5.0/configure-1034-  -disable-* | --disable-*)
openvpn-2.5.0/configure:1035:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
openvpn-2.5.0/configure-1036-    # Reject names that are not valid shell variable names.
##############################################
openvpn-2.5.0/configure-1039-    ac_useropt_orig=$ac_useropt
openvpn-2.5.0/configure:1040:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
openvpn-2.5.0/configure-1041-    case $ac_user_opts in
##############################################
openvpn-2.5.0/configure-1060-  -enable-* | --enable-*)
openvpn-2.5.0/configure:1061:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
openvpn-2.5.0/configure-1062-    # Reject names that are not valid shell variable names.
##############################################
openvpn-2.5.0/configure-1065-    ac_useropt_orig=$ac_useropt
openvpn-2.5.0/configure:1066:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
openvpn-2.5.0/configure-1067-    case $ac_user_opts in
##############################################
openvpn-2.5.0/configure-1264-  -with-* | --with-*)
openvpn-2.5.0/configure:1265:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
openvpn-2.5.0/configure-1266-    # Reject names that are not valid shell variable names.
##############################################
openvpn-2.5.0/configure-1269-    ac_useropt_orig=$ac_useropt
openvpn-2.5.0/configure:1270:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
openvpn-2.5.0/configure-1271-    case $ac_user_opts in
##############################################
openvpn-2.5.0/configure-1280-  -without-* | --without-*)
openvpn-2.5.0/configure:1281:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
openvpn-2.5.0/configure-1282-    # Reject names that are not valid shell variable names.
##############################################
openvpn-2.5.0/configure-1285-    ac_useropt_orig=$ac_useropt
openvpn-2.5.0/configure:1286:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
openvpn-2.5.0/configure-1287-    case $ac_user_opts in
##############################################
openvpn-2.5.0/configure-1318-  *=*)
openvpn-2.5.0/configure:1319:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
openvpn-2.5.0/configure-1320-    # Reject names that are not valid shell variable names.
##############################################
openvpn-2.5.0/configure-1339-if test -n "$ac_prev"; then
openvpn-2.5.0/configure:1340:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
openvpn-2.5.0/configure-1341-  as_fn_error $? "missing argument to $ac_option"
##############################################
openvpn-2.5.0/configure-1361-    */ )
openvpn-2.5.0/configure:1362:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
openvpn-2.5.0/configure-1363-      eval $ac_var=\$ac_val;;
##############################################
openvpn-2.5.0/configure-1396-ac_ls_di=`ls -di .` &&
openvpn-2.5.0/configure:1397:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
openvpn-2.5.0/configure-1398-  as_fn_error $? "working directory cannot be determined"
##############################################
openvpn-2.5.0/configure-1452-case $srcdir in
openvpn-2.5.0/configure:1453:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
openvpn-2.5.0/configure-1454-esac
##############################################
openvpn-2.5.0/configure-1495-By default, \`make install' will install all the files in
openvpn-2.5.0/configure:1496:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
openvpn-2.5.0/configure:1497:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
openvpn-2.5.0/configure-1498-for instance \`--prefix=\$HOME'.
##############################################
openvpn-2.5.0/configure-1704-*)
openvpn-2.5.0/configure:1705:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
openvpn-2.5.0/configure-1706-  # A ".." for each directory in $ac_dir_suffix.
openvpn-2.5.0/configure:1707:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
openvpn-2.5.0/configure-1708-  case $ac_top_builddir_sub in
##############################################
openvpn-2.5.0/configure-2548-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
openvpn-2.5.0/configure:2549:  as_decl_name=`echo $2|sed 's/ *(.*//'`
openvpn-2.5.0/configure:2550:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
openvpn-2.5.0/configure-2551-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
openvpn-2.5.0/configure-2662-    *\'*)
openvpn-2.5.0/configure:2663:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
openvpn-2.5.0/configure-2664-    esac
##############################################
openvpn-2.5.0/configure-2745-      case $ac_val in
openvpn-2.5.0/configure:2746:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
openvpn-2.5.0/configure-2747-      esac
##############################################
openvpn-2.5.0/configure-2760-	case $ac_val in
openvpn-2.5.0/configure:2761:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
openvpn-2.5.0/configure-2762-	esac
##############################################
openvpn-2.5.0/configure-2880-    set,)
openvpn-2.5.0/configure:2881:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
openvpn-2.5.0/configure:2882:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
openvpn-2.5.0/configure-2883-      ac_cache_corrupted=: ;;
##############################################
openvpn-2.5.0/configure-2891-	# differences in whitespace do not lead to failure.
openvpn-2.5.0/configure:2892:	ac_old_val_w=`echo x $ac_old_val`
openvpn-2.5.0/configure:2893:	ac_new_val_w=`echo x $ac_new_val`
openvpn-2.5.0/configure-2894-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
openvpn-2.5.0/configure-2911-    case $ac_new_val in
openvpn-2.5.0/configure:2912:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
openvpn-2.5.0/configure-2913-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
openvpn-2.5.0/configure-3128-     echo "timestamp, slept: $am_has_slept" > conftest.file
openvpn-2.5.0/configure:3129:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
openvpn-2.5.0/configure-3130-     if test "$*" = "X"; then
openvpn-2.5.0/configure-3131-	# -L didn't work.
openvpn-2.5.0/configure:3132:	set X `ls -t "$srcdir/configure" conftest.file`
openvpn-2.5.0/configure-3133-     fi
##############################################
openvpn-2.5.0/configure-3179-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
openvpn-2.5.0/configure:3180:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
openvpn-2.5.0/configure-3181-
openvpn-2.5.0/configure-3182-# Expand $ac_aux_dir to an absolute path.
openvpn-2.5.0/configure:3183:am_aux_dir=`cd "$ac_aux_dir" && pwd`
openvpn-2.5.0/configure-3184-
##############################################
openvpn-2.5.0/configure-3324-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
openvpn-2.5.0/configure:3325:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
openvpn-2.5.0/configure-3326-	     'mkdir (GNU coreutils) '* | \
##############################################
openvpn-2.5.0/configure-3397-set x ${MAKE-make}
openvpn-2.5.0/configure:3398:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
openvpn-2.5.0/configure-3399-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
openvpn-2.5.0/configure-3407-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
openvpn-2.5.0/configure:3408:case `${MAKE-make} -f conftest.make 2>/dev/null` in
openvpn-2.5.0/configure-3409-  *@@@%%%=?*=@@@%%%*)
##############################################
openvpn-2.5.0/configure-3473-
openvpn-2.5.0/configure:3474:if test "`cd $srcdir && pwd`" != "`pwd`"; then
openvpn-2.5.0/configure-3475-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
openvpn-2.5.0/configure-3598-test "x$ac_build_alias" = x &&
openvpn-2.5.0/configure:3599:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
openvpn-2.5.0/configure-3600-test "x$ac_build_alias" = x &&
openvpn-2.5.0/configure-3601-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
openvpn-2.5.0/configure:3602:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
openvpn-2.5.0/configure-3603-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
openvpn-2.5.0/configure-3622-IFS=$ac_save_IFS
openvpn-2.5.0/configure:3623:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
openvpn-2.5.0/configure-3624-
##############################################
openvpn-2.5.0/configure-3633-else
openvpn-2.5.0/configure:3634:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
openvpn-2.5.0/configure-3635-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
openvpn-2.5.0/configure-3655-IFS=$ac_save_IFS
openvpn-2.5.0/configure:3656:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
openvpn-2.5.0/configure-3657-
##############################################
openvpn-2.5.0/configure-4067-$as_echo_n "checking whether the C compiler works... " >&6; }
openvpn-2.5.0/configure:4068:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
openvpn-2.5.0/configure-4069-
##############################################
openvpn-2.5.0/configure-4111-	then :; else
openvpn-2.5.0/configure:4112:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
openvpn-2.5.0/configure-4113-	fi
##############################################
openvpn-2.5.0/configure-4171-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
openvpn-2.5.0/configure:4172:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
openvpn-2.5.0/configure-4173-	  break;;
##############################################
openvpn-2.5.0/configure-4280-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
openvpn-2.5.0/configure:4281:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
openvpn-2.5.0/configure-4282-       break;;
##############################################
openvpn-2.5.0/configure-4598-  if test "$am_compiler_list" = ""; then
openvpn-2.5.0/configure:4599:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
openvpn-2.5.0/configure-4600-  fi
##############################################
openvpn-2.5.0/configure-4855-  # Check for GNU $ac_path_GREP
openvpn-2.5.0/configure:4856:case `"$ac_path_GREP" --version 2>&1` in
openvpn-2.5.0/configure-4857-*GNU*)
##############################################
openvpn-2.5.0/configure-4921-  # Check for GNU $ac_path_EGREP
openvpn-2.5.0/configure:4922:case `"$ac_path_EGREP" --version 2>&1` in
openvpn-2.5.0/configure-4923-*GNU*)
##############################################
openvpn-2.5.0/configure-5082-do :
openvpn-2.5.0/configure:5083:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
openvpn-2.5.0/configure-5084-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
openvpn-2.5.0/configure-5087-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:5088:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
openvpn-2.5.0/configure-5089-_ACEOF
##############################################
openvpn-2.5.0/configure-5878-  # Check for GNU $ac_path_SED
openvpn-2.5.0/configure:5879:case `"$ac_path_SED" --version 2>&1` in
openvpn-2.5.0/configure-5880-*GNU*)
##############################################
openvpn-2.5.0/configure-5925-set x ${MAKE-make}
openvpn-2.5.0/configure:5926:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
openvpn-2.5.0/configure-5927-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
openvpn-2.5.0/configure-5935-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
openvpn-2.5.0/configure:5936:case `${MAKE-make} -f conftest.make 2>/dev/null` in
openvpn-2.5.0/configure-5937-  *@@@%%%=?*=@@@%%%*)
##############################################
openvpn-2.5.0/configure-6411-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
openvpn-2.5.0/configure:6412:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
openvpn-2.5.0/configure-6413-  ECHO='print -r --'
openvpn-2.5.0/configure:6414:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
openvpn-2.5.0/configure-6415-  ECHO='printf %s\n'
##############################################
openvpn-2.5.0/configure-6480-  # Check for GNU $ac_path_SED
openvpn-2.5.0/configure:6481:case `"$ac_path_SED" --version 2>&1` in
openvpn-2.5.0/configure-6482-*GNU*)
##############################################
openvpn-2.5.0/configure-6559-  # Check for GNU $ac_path_FGREP
openvpn-2.5.0/configure:6560:case `"$ac_path_FGREP" --version 2>&1` in
openvpn-2.5.0/configure-6561-*GNU*)
##############################################
openvpn-2.5.0/configure-6639-    # gcc leaves a trailing carriage return, which upsets mingw
openvpn-2.5.0/configure:6640:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
openvpn-2.5.0/configure-6641-  *)
openvpn-2.5.0/configure:6642:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
openvpn-2.5.0/configure-6643-  esac
##############################################
openvpn-2.5.0/configure-6648-      # Canonicalize the pathname of ld
openvpn-2.5.0/configure:6649:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
openvpn-2.5.0/configure-6650-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
openvpn-2.5.0/configure:6651:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
openvpn-2.5.0/configure-6652-      done
##############################################
openvpn-2.5.0/configure-6683-      # Break only if it was the GNU/non-GNU ld that we prefer.
openvpn-2.5.0/configure:6684:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
openvpn-2.5.0/configure-6685-      *GNU* | *'with BFD'*)
##############################################
openvpn-2.5.0/configure-6714-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
openvpn-2.5.0/configure:6715:case `$LD -v 2>&1 </dev/null` in
openvpn-2.5.0/configure-6716-*GNU* | *'with BFD'*)
##############################################
openvpn-2.5.0/configure-6764-	esac
openvpn-2.5.0/configure:6765:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
openvpn-2.5.0/configure-6766-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
openvpn-2.5.0/configure-6770-	*)
openvpn-2.5.0/configure:6771:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
openvpn-2.5.0/configure-6772-	  */dev/null*)
##############################################
openvpn-2.5.0/configure-6898-
openvpn-2.5.0/configure:6899:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
openvpn-2.5.0/configure-6900-    *COFF*)
##############################################
openvpn-2.5.0/configure-6999-    # And add a safety zone
openvpn-2.5.0/configure:7000:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
openvpn-2.5.0/configure:7001:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
openvpn-2.5.0/configure-7002-    ;;
##############################################
openvpn-2.5.0/configure-7032-    if test -n "$kargmax"; then
openvpn-2.5.0/configure:7033:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
openvpn-2.5.0/configure-7034-    else
##############################################
openvpn-2.5.0/configure-7041-       test undefined != "$lt_cv_sys_max_cmd_len"; then
openvpn-2.5.0/configure:7042:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
openvpn-2.5.0/configure:7043:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
openvpn-2.5.0/configure-7044-    else
##############################################
openvpn-2.5.0/configure-7053-      # we can't tell.
openvpn-2.5.0/configure:7054:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
openvpn-2.5.0/configure-7055-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
openvpn-2.5.0/configure-7057-      do
openvpn-2.5.0/configure:7058:        i=`expr $i + 1`
openvpn-2.5.0/configure-7059-        teststring=$teststring$teststring
##############################################
openvpn-2.5.0/configure-7061-      # Only check the string length outside the loop.
openvpn-2.5.0/configure:7062:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
openvpn-2.5.0/configure-7063-      teststring=
##############################################
openvpn-2.5.0/configure-7066-      # linker.  It appears as though 1/2 is a usable value.
openvpn-2.5.0/configure:7067:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
openvpn-2.5.0/configure-7068-    fi
##############################################
openvpn-2.5.0/configure-7474-openbsd* | bitrig*)
openvpn-2.5.0/configure:7475:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
openvpn-2.5.0/configure-7476-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
openvpn-2.5.0/configure-7544-    else
openvpn-2.5.0/configure:7545:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
openvpn-2.5.0/configure-7546-    fi
##############################################
openvpn-2.5.0/configure-7686-  # decide which one to use based on capabilities of $DLLTOOL
openvpn-2.5.0/configure:7687:  case `$DLLTOOL --help 2>&1` in
openvpn-2.5.0/configure-7688-  *--identify-strict*)
##############################################
openvpn-2.5.0/configure-8207-# If we're using GNU nm, then use its standard symbol codes.
openvpn-2.5.0/configure:8208:case `$NM -V 2>&1` in
openvpn-2.5.0/configure-8209-*GNU* | *'with BFD'*)
##############################################
openvpn-2.5.0/configure-8255-mingw*)
openvpn-2.5.0/configure:8256:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
openvpn-2.5.0/configure-8257-  ;;
##############################################
openvpn-2.5.0/configure-8487-   if test yes = "$GCC"; then
openvpn-2.5.0/configure:8488:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
openvpn-2.5.0/configure-8489-   fi
##############################################
openvpn-2.5.0/configure-8491- /*)
openvpn-2.5.0/configure:8492:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
openvpn-2.5.0/configure-8493-   ;; #(
##############################################
openvpn-2.5.0/configure-8586-    done
openvpn-2.5.0/configure:8587:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
openvpn-2.5.0/configure-8588-}
##############################################
openvpn-2.5.0/configure-8608-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:8609:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/configure-8610-      *ELF-32*)
##############################################
openvpn-2.5.0/configure-8629-    if test yes = "$lt_cv_prog_gnu_ld"; then
openvpn-2.5.0/configure:8630:      case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/configure-8631-	*32-bit*)
##############################################
openvpn-2.5.0/configure-8641-    else
openvpn-2.5.0/configure:8642:      case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/configure-8643-	*32-bit*)
##############################################
openvpn-2.5.0/configure-8667-    emul=elf
openvpn-2.5.0/configure:8668:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/configure-8669-      *32-bit*)
##############################################
openvpn-2.5.0/configure-8675-    esac
openvpn-2.5.0/configure:8676:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/configure-8677-      *MSB*)
##############################################
openvpn-2.5.0/configure-8683-    esac
openvpn-2.5.0/configure:8684:    case `/usr/bin/file conftest.$ac_objext` in
openvpn-2.5.0/configure-8685-      *N32*)
##############################################
openvpn-2.5.0/configure-9616-    *:)
openvpn-2.5.0/configure:9617:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
openvpn-2.5.0/configure-9618-        ;;
openvpn-2.5.0/configure-9619-    x:*)
openvpn-2.5.0/configure:9620:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
openvpn-2.5.0/configure-9621-        ;;
openvpn-2.5.0/configure-9622-    *::*)
openvpn-2.5.0/configure:9623:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
openvpn-2.5.0/configure:9624:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
openvpn-2.5.0/configure-9625-        ;;
openvpn-2.5.0/configure-9626-    *)
openvpn-2.5.0/configure:9627:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
openvpn-2.5.0/configure-9628-        ;;
##############################################
openvpn-2.5.0/configure-10279-	"file_magic "*)
openvpn-2.5.0/configure:10280:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
openvpn-2.5.0/configure-10281-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
openvpn-2.5.0/configure-10345-	"file_magic "*)
openvpn-2.5.0/configure:10346:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
openvpn-2.5.0/configure-10347-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
openvpn-2.5.0/configure-10743-      *)
openvpn-2.5.0/configure:10744:	case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/configure-10745-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
openvpn-2.5.0/configure-11189-	# shared libraries, regardless of the interface used.
openvpn-2.5.0/configure:11190:	case `$LD -v 2>&1` in
openvpn-2.5.0/configure-11191-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
openvpn-2.5.0/configure-11221-    supports_anon_versioning=no
openvpn-2.5.0/configure:11222:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
openvpn-2.5.0/configure-11223-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
openvpn-2.5.0/configure-11290-	# is; otherwise, prepend EXPORTS...
openvpn-2.5.0/configure:11291:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
openvpn-2.5.0/configure-11292-          cp $export_symbols $output_objdir/$soname.def;
##############################################
openvpn-2.5.0/configure-11324-	prefix_cmds="$SED"~
openvpn-2.5.0/configure:11325:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
openvpn-2.5.0/configure-11326-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
openvpn-2.5.0/configure-11346-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
openvpn-2.5.0/configure:11347:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
openvpn-2.5.0/configure:11348:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
openvpn-2.5.0/configure-11349-      ;;
##############################################
openvpn-2.5.0/configure-11364-        pgcc*)				# Portland Group C compiler
openvpn-2.5.0/configure:11365:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/configure-11366-	  tmp_addflag=' $pic_flag'
##############################################
openvpn-2.5.0/configure-11369-					# Portland Group f77 and f90 compilers
openvpn-2.5.0/configure:11370:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/configure-11371-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
openvpn-2.5.0/configure-11386-	nvcc*)	# Cuda Compiler Driver 2.2
openvpn-2.5.0/configure:11387:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/configure-11388-	  compiler_needs_object=yes
##############################################
openvpn-2.5.0/configure-11390-	esac
openvpn-2.5.0/configure:11391:	case `$CC -V 2>&1 | sed 5q` in
openvpn-2.5.0/configure-11392-	*Sun\ C*)			# Sun C 5.9
openvpn-2.5.0/configure:11393:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
openvpn-2.5.0/configure-11394-	  compiler_needs_object=yes
##############################################
openvpn-2.5.0/configure-11461-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
openvpn-2.5.0/configure:11462:      case `$LD -v 2>&1` in
openvpn-2.5.0/configure-11463-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
openvpn-2.5.0/configure-11550-	else
openvpn-2.5.0/configure:11551:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
openvpn-2.5.0/configure-11552-	fi
##############################################
openvpn-2.5.0/configure-11615-	# below for broken collect2 doesn't work under 4.3+
openvpn-2.5.0/configure:11616:	  collect2name=`$CC -print-prog-name=collect2`
openvpn-2.5.0/configure-11617-	  if test -f "$collect2name" &&
##############################################
openvpn-2.5.0/configure-11695-      }'
openvpn-2.5.0/configure:11696:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
openvpn-2.5.0/configure-11697-  # Check for a 64-bit object if we didn't find anything.
openvpn-2.5.0/configure-11698-  if test -z "$lt_cv_aix_libpath_"; then
openvpn-2.5.0/configure:11699:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
openvpn-2.5.0/configure-11700-  fi
##############################################
openvpn-2.5.0/configure-11713-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
openvpn-2.5.0/configure:11714:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
openvpn-2.5.0/configure-11715-      else
##############################################
openvpn-2.5.0/configure-11748-      }'
openvpn-2.5.0/configure:11749:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
openvpn-2.5.0/configure-11750-  # Check for a 64-bit object if we didn't find anything.
openvpn-2.5.0/configure-11751-  if test -z "$lt_cv_aix_libpath_"; then
openvpn-2.5.0/configure:11752:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
openvpn-2.5.0/configure-11753-  fi
##############################################
openvpn-2.5.0/configure-11780-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
openvpn-2.5.0/configure:11781:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
openvpn-2.5.0/configure-11782-	  if test svr4 != "$with_aix_soname"; then
##############################################
openvpn-2.5.0/configure-11833-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
openvpn-2.5.0/configure:11834:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
openvpn-2.5.0/configure-11835-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
openvpn-2.5.0/configure-11871-	# FIXME: Setting linknames here is a bad hack.
openvpn-2.5.0/configure:11872:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
openvpn-2.5.0/configure-11873-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
openvpn-2.5.0/configure-11889-  if test yes = "$lt_cv_ld_force_load"; then
openvpn-2.5.0/configure:11890:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
openvpn-2.5.0/configure-11891-
##############################################
openvpn-2.5.0/configure-12069-      if test yes = "$GCC"; then
openvpn-2.5.0/configure:12070:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/configure-12071-	# Try to use the -exported_symbol ld option, if it does not
##############################################
openvpn-2.5.0/configure-12097-	if test yes = "$lt_cv_irix_exported_symbol"; then
openvpn-2.5.0/configure:12098:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
openvpn-2.5.0/configure-12099-	fi
openvpn-2.5.0/configure-12100-      else
openvpn-2.5.0/configure:12101:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/configure:12102:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
openvpn-2.5.0/configure-12103-      fi
##############################################
openvpn-2.5.0/configure-12147-	hardcode_direct_absolute=yes
openvpn-2.5.0/configure:12148:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
openvpn-2.5.0/configure-12149-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
openvpn-2.5.0/configure-12178-	prefix_cmds="$SED"~
openvpn-2.5.0/configure:12179:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
openvpn-2.5.0/configure-12180-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
openvpn-2.5.0/configure-12192-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
openvpn-2.5.0/configure:12193:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/configure-12194-      else
openvpn-2.5.0/configure-12195-	allow_undefined_flag=' -expect_unresolved \*'
openvpn-2.5.0/configure:12196:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/configure-12197-      fi
##############################################
openvpn-2.5.0/configure-12205-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
openvpn-2.5.0/configure:12206:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
openvpn-2.5.0/configure-12207-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
openvpn-2.5.0/configure-12209-	allow_undefined_flag=' -expect_unresolved \*'
openvpn-2.5.0/configure:12210:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
openvpn-2.5.0/configure:12211:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
openvpn-2.5.0/configure:12212:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
openvpn-2.5.0/configure-12213-
##############################################
openvpn-2.5.0/configure-12228-      else
openvpn-2.5.0/configure:12229:	case `$CC -V 2>&1` in
openvpn-2.5.0/configure-12230-	*"Compilers 5.0"*)
##############################################
openvpn-2.5.0/configure-12627-  esac
openvpn-2.5.0/configure:12628:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
openvpn-2.5.0/configure-12629-  case $lt_search_path_spec in
##############################################
openvpn-2.5.0/configure-12634-    # okay in the real world where ";" in dirpaths is itself problematic.
openvpn-2.5.0/configure:12635:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
openvpn-2.5.0/configure-12636-    ;;
openvpn-2.5.0/configure-12637-  *)
openvpn-2.5.0/configure:12638:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
openvpn-2.5.0/configure-12639-    ;;
##############################################
openvpn-2.5.0/configure-12643-  lt_tmp_lt_search_path_spec=
openvpn-2.5.0/configure:12644:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
openvpn-2.5.0/configure-12645-  # ...but if some path component already ends with the multilib dir we assume
##############################################
openvpn-2.5.0/configure-12685-  esac
openvpn-2.5.0/configure:12686:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
openvpn-2.5.0/configure-12687-else
##############################################
openvpn-2.5.0/configure-12825-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
openvpn-2.5.0/configure:12826:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
openvpn-2.5.0/configure-12827-    ;;
##############################################
openvpn-2.5.0/configure-12861-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
openvpn-2.5.0/configure:12862:    postinstall_cmds='base_file=`basename \$file`~
openvpn-2.5.0/configure:12863:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
openvpn-2.5.0/configure:12864:      dldir=$destdir/`dirname \$dlpath`~
openvpn-2.5.0/configure-12865-      test -d \$dldir || mkdir -p \$dldir~
##############################################
openvpn-2.5.0/configure-12870-      fi'
openvpn-2.5.0/configure:12871:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
openvpn-2.5.0/configure-12872-      dlpath=$dir/\$dldll~
##############################################
openvpn-2.5.0/configure-12878-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
openvpn-2.5.0/configure:12879:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/configure-12880-
##############################################
openvpn-2.5.0/configure-12884-      # MinGW DLLs use traditional 'lib' prefix
openvpn-2.5.0/configure:12885:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/configure-12886-      ;;
##############################################
openvpn-2.5.0/configure-12888-      # pw32 DLLs use 'pw' prefix rather than 'lib'
openvpn-2.5.0/configure:12889:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/configure-12890-      ;;
##############################################
openvpn-2.5.0/configure-12897-    libname_spec='$name'
openvpn-2.5.0/configure:12898:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
openvpn-2.5.0/configure-12899-    library_names_spec='$libname.dll.lib'
##############################################
openvpn-2.5.0/configure-12909-        # Let DOS variable expansion print the short 8.3 style file name.
openvpn-2.5.0/configure:12910:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
openvpn-2.5.0/configure-12911-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
openvpn-2.5.0/configure-12914-      # Convert to MSYS style.
openvpn-2.5.0/configure:12915:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
openvpn-2.5.0/configure-12916-      ;;
##############################################
openvpn-2.5.0/configure-12920-      # like /cygdrive/c/PROGRA~1:/cygdr...
openvpn-2.5.0/configure:12921:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
openvpn-2.5.0/configure:12922:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
openvpn-2.5.0/configure:12923:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
openvpn-2.5.0/configure-12924-      ;;
##############################################
openvpn-2.5.0/configure-12928-        # It is most probably a Windows format PATH.
openvpn-2.5.0/configure:12929:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
openvpn-2.5.0/configure-12930-      else
openvpn-2.5.0/configure:12931:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
openvpn-2.5.0/configure-12932-      fi
##############################################
openvpn-2.5.0/configure-12938-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
openvpn-2.5.0/configure:12939:    postinstall_cmds='base_file=`basename \$file`~
openvpn-2.5.0/configure:12940:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
openvpn-2.5.0/configure:12941:      dldir=$destdir/`dirname \$dlpath`~
openvpn-2.5.0/configure-12942-      test -d \$dldir || mkdir -p \$dldir~
openvpn-2.5.0/configure-12943-      $install_prog $dir/$dlname \$dldir/$dlname'
openvpn-2.5.0/configure:12944:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
openvpn-2.5.0/configure-12945-      dlpath=$dir/\$dldll~
##############################################
openvpn-2.5.0/configure-12952-    # Assume MSVC wrapper
openvpn-2.5.0/configure:12953:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
openvpn-2.5.0/configure-12954-    dynamic_linker='Win32 ld.exe'
##############################################
openvpn-2.5.0/configure-12969-  shlibpath_var=DYLD_LIBRARY_PATH
openvpn-2.5.0/configure:12970:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
openvpn-2.5.0/configure-12971-
##############################################
openvpn-2.5.0/configure-13225-  if test -f /etc/ld.so.conf; then
openvpn-2.5.0/configure:13226:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
openvpn-2.5.0/configure-13227-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
openvpn-2.5.0/configure-13279-  need_lib_prefix=no
openvpn-2.5.0/configure:13280:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
openvpn-2.5.0/configure-13281-    need_version=no
##############################################
openvpn-2.5.0/configure-13306-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
openvpn-2.5.0/configure:13307:  postinstall_cmds='base_file=`basename \$file`~
openvpn-2.5.0/configure:13308:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
openvpn-2.5.0/configure:13309:    dldir=$destdir/`dirname \$dlpath`~
openvpn-2.5.0/configure-13310-    test -d \$dldir || mkdir -p \$dldir~
##############################################
openvpn-2.5.0/configure-13315-    fi'
openvpn-2.5.0/configure:13316:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
openvpn-2.5.0/configure-13317-    dlpath=$dir/\$dldll~
##############################################
openvpn-2.5.0/configure-15055-do :
openvpn-2.5.0/configure:15056:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
openvpn-2.5.0/configure-15057-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
openvpn-2.5.0/configure-15059-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15060:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15061-_ACEOF
##############################################
openvpn-2.5.0/configure-15075-do :
openvpn-2.5.0/configure:15076:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
openvpn-2.5.0/configure-15077-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
openvpn-2.5.0/configure-15079-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15080:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15081-_ACEOF
##############################################
openvpn-2.5.0/configure-15122-do :
openvpn-2.5.0/configure:15123:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
openvpn-2.5.0/configure-15124-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "${SOCKET_INCLUDES}
##############################################
openvpn-2.5.0/configure-15128-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15129:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15130-_ACEOF
##############################################
openvpn-2.5.0/configure-15465-do :
openvpn-2.5.0/configure:15466:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-15467-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-15469-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15470:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15471-_ACEOF
##############################################
openvpn-2.5.0/configure-15675-do :
openvpn-2.5.0/configure:15676:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-15677-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-15679-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15680:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15681-_ACEOF
##############################################
openvpn-2.5.0/configure-15858-do :
openvpn-2.5.0/configure:15859:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-15860-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-15862-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15863:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15864-_ACEOF
##############################################
openvpn-2.5.0/configure-15980-do :
openvpn-2.5.0/configure:15981:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-15982-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-15984-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15985:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15986-_ACEOF
##############################################
openvpn-2.5.0/configure-15992-do :
openvpn-2.5.0/configure:15993:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-15994-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-15996-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:15997:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-15998-_ACEOF
##############################################
openvpn-2.5.0/configure-16007-do :
openvpn-2.5.0/configure:16008:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-16009-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-16011-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:16012:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-16013-_ACEOF
##############################################
openvpn-2.5.0/configure-16201-do :
openvpn-2.5.0/configure:16202:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
openvpn-2.5.0/configure-16203-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
openvpn-2.5.0/configure-16205-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:16206:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
openvpn-2.5.0/configure-16207-_ACEOF
##############################################
openvpn-2.5.0/configure-16481-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:16482:  pkg_cv_PKCS11_HELPER_CFLAGS=`$PKG_CONFIG --cflags "libpkcs11-helper-1 >= 1.11" 2>/dev/null`
openvpn-2.5.0/configure-16483-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-16498-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:16499:  pkg_cv_PKCS11_HELPER_LIBS=`$PKG_CONFIG --libs "libpkcs11-helper-1 >= 1.11" 2>/dev/null`
openvpn-2.5.0/configure-16500-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-16519-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:16520:	        PKCS11_HELPER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpkcs11-helper-1 >= 1.11" 2>&1`
openvpn-2.5.0/configure-16521-        else
openvpn-2.5.0/configure:16522:	        PKCS11_HELPER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpkcs11-helper-1 >= 1.11" 2>&1`
openvpn-2.5.0/configure-16523-        fi
##############################################
openvpn-2.5.0/configure-16561-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:16562:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.0.2" 2>/dev/null`
openvpn-2.5.0/configure-16563-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-16578-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:16579:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 1.0.2" 2>/dev/null`
openvpn-2.5.0/configure-16580-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-16599-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:16600:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.0.2" 2>&1`
openvpn-2.5.0/configure-16601-        else
openvpn-2.5.0/configure:16602:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.0.2" 2>&1`
openvpn-2.5.0/configure-16603-        fi
##############################################
openvpn-2.5.0/configure-16664-do :
openvpn-2.5.0/configure:16665:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-16666-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-16668-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:16669:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-16670-_ACEOF
##############################################
openvpn-2.5.0/configure-16685-do :
openvpn-2.5.0/configure:16686:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-16687-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-16689-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:16690:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-16691-_ACEOF
##############################################
openvpn-2.5.0/configure-16771-do :
openvpn-2.5.0/configure:16772:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-16773-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-16775-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:16776:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-16777-_ACEOF
##############################################
openvpn-2.5.0/configure-16882-do :
openvpn-2.5.0/configure:16883:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
openvpn-2.5.0/configure-16884-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
openvpn-2.5.0/configure-16886-  cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:16887:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
openvpn-2.5.0/configure-16888-_ACEOF
##############################################
openvpn-2.5.0/configure-17091-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17092:  pkg_cv_LZ4_CFLAGS=`$PKG_CONFIG --cflags "liblz4 >= 1.7.1 liblz4 < 100" 2>/dev/null`
openvpn-2.5.0/configure-17093-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17108-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17109:  pkg_cv_LZ4_LIBS=`$PKG_CONFIG --libs "liblz4 >= 1.7.1 liblz4 < 100" 2>/dev/null`
openvpn-2.5.0/configure-17110-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17129-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:17130:	        LZ4_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblz4 >= 1.7.1 liblz4 < 100" 2>&1`
openvpn-2.5.0/configure-17131-        else
openvpn-2.5.0/configure:17132:	        LZ4_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblz4 >= 1.7.1 liblz4 < 100" 2>&1`
openvpn-2.5.0/configure-17133-        fi
##############################################
openvpn-2.5.0/configure-17353-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17354:  pkg_cv_libsystemd_CFLAGS=`$PKG_CONFIG --cflags "systemd libsystemd" 2>/dev/null`
openvpn-2.5.0/configure-17355-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17370-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17371:  pkg_cv_libsystemd_LIBS=`$PKG_CONFIG --libs "systemd libsystemd" 2>/dev/null`
openvpn-2.5.0/configure-17372-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17391-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:17392:	        libsystemd_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "systemd libsystemd" 2>&1`
openvpn-2.5.0/configure-17393-        else
openvpn-2.5.0/configure:17394:	        libsystemd_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "systemd libsystemd" 2>&1`
openvpn-2.5.0/configure-17395-        fi
##############################################
openvpn-2.5.0/configure-17412-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17413:  pkg_cv_libsystemd_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-daemon" 2>/dev/null`
openvpn-2.5.0/configure-17414-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17429-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17430:  pkg_cv_libsystemd_LIBS=`$PKG_CONFIG --libs "libsystemd-daemon" 2>/dev/null`
openvpn-2.5.0/configure-17431-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17450-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:17451:	        libsystemd_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-daemon" 2>&1`
openvpn-2.5.0/configure-17452-        else
openvpn-2.5.0/configure:17453:	        libsystemd_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-daemon" 2>&1`
openvpn-2.5.0/configure-17454-        fi
##############################################
openvpn-2.5.0/configure-17507-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17508:  pkg_cv_libsystemd_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-daemon" 2>/dev/null`
openvpn-2.5.0/configure-17509-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17524-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17525:  pkg_cv_libsystemd_LIBS=`$PKG_CONFIG --libs "libsystemd-daemon" 2>/dev/null`
openvpn-2.5.0/configure-17526-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17545-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:17546:	        libsystemd_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-daemon" 2>&1`
openvpn-2.5.0/configure-17547-        else
openvpn-2.5.0/configure:17548:	        libsystemd_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-daemon" 2>&1`
openvpn-2.5.0/configure-17549-        fi
##############################################
openvpn-2.5.0/configure-17833-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17834:  pkg_cv_P11KIT_CFLAGS=`$PKG_CONFIG --cflags "p11-kit-1" 2>/dev/null`
openvpn-2.5.0/configure-17835-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17850-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:17851:  pkg_cv_P11KIT_LIBS=`$PKG_CONFIG --libs "p11-kit-1" 2>/dev/null`
openvpn-2.5.0/configure-17852-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-17871-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:17872:	        P11KIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "p11-kit-1" 2>&1`
openvpn-2.5.0/configure-17873-        else
openvpn-2.5.0/configure:17874:	        P11KIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "p11-kit-1" 2>&1`
openvpn-2.5.0/configure-17875-        fi
##############################################
openvpn-2.5.0/configure-17890-$as_echo "yes" >&6; }
openvpn-2.5.0/configure:17891:	proxy_module="`$PKG_CONFIG --variable=proxy_module p11-kit-1`"
openvpn-2.5.0/configure-17892-
##############################################
openvpn-2.5.0/configure-18049-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:18050:  pkg_cv_OPTIONAL_INOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libinotify" 2>/dev/null`
openvpn-2.5.0/configure-18051-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-18066-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:18067:  pkg_cv_OPTIONAL_INOTIFY_LIBS=`$PKG_CONFIG --libs "libinotify" 2>/dev/null`
openvpn-2.5.0/configure-18068-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-18087-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:18088:	        OPTIONAL_INOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinotify" 2>&1`
openvpn-2.5.0/configure-18089-        else
openvpn-2.5.0/configure:18090:	        OPTIONAL_INOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinotify" 2>&1`
openvpn-2.5.0/configure-18091-        fi
##############################################
openvpn-2.5.0/configure-18159-cat >>confdefs.h <<_ACEOF
openvpn-2.5.0/configure:18160:#define CONFIGURE_DEFINES "`echo ${CONFIGURE_DEFINES}`"
openvpn-2.5.0/configure-18161-_ACEOF
##############################################
openvpn-2.5.0/configure-18282-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:18283:  pkg_cv_CMOCKA_CFLAGS=`$PKG_CONFIG --cflags "cmocka" 2>/dev/null`
openvpn-2.5.0/configure-18284-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-18299-  test $ac_status = 0; }; then
openvpn-2.5.0/configure:18300:  pkg_cv_CMOCKA_LIBS=`$PKG_CONFIG --libs "cmocka" 2>/dev/null`
openvpn-2.5.0/configure-18301-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
openvpn-2.5.0/configure-18320-        if test $_pkg_short_errors_supported = yes; then
openvpn-2.5.0/configure:18321:	        CMOCKA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cmocka" 2>&1`
openvpn-2.5.0/configure-18322-        else
openvpn-2.5.0/configure:18323:	        CMOCKA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cmocka" 2>&1`
openvpn-2.5.0/configure-18324-        fi
##############################################
openvpn-2.5.0/configure-18464-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
openvpn-2.5.0/configure:18465:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
openvpn-2.5.0/configure-18466-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
openvpn-2.5.0/configure-18607-if test -z "$BASH_VERSION$ZSH_VERSION" \
openvpn-2.5.0/configure:18608:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
openvpn-2.5.0/configure-18609-  as_echo='print -r --'
openvpn-2.5.0/configure-18610-  as_echo_n='print -rn --'
openvpn-2.5.0/configure:18611:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
openvpn-2.5.0/configure-18612-  as_echo='printf %s\n'
##############################################
openvpn-2.5.0/configure-18614-else
openvpn-2.5.0/configure:18615:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
openvpn-2.5.0/configure-18616-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
openvpn-2.5.0/configure-18624-	expr "X$arg" : "X\\(.*\\)$as_nl";
openvpn-2.5.0/configure:18625:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
openvpn-2.5.0/configure-18626-      esac;
##############################################
openvpn-2.5.0/configure-18701-# ----------------------------------------
openvpn-2.5.0/configure:18702:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
openvpn-2.5.0/configure-18703-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
openvpn-2.5.0/configure-18773-  {
openvpn-2.5.0/configure:18774:    as_val=`expr "$@" || test $? -eq 1`
openvpn-2.5.0/configure-18775-  }
##############################################
openvpn-2.5.0/configure-18877-      case $as_dir in #(
openvpn-2.5.0/configure:18878:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
openvpn-2.5.0/configure-18879-      *) as_qdir=$as_dir;;
##############################################
openvpn-2.5.0/configure-19012-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
openvpn-2.5.0/configure:19013:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
openvpn-2.5.0/configure-19014-ac_cs_version="\\
##############################################
openvpn-2.5.0/configure-19037-  --*=?*)
openvpn-2.5.0/configure:19038:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
openvpn-2.5.0/configure:19039:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
openvpn-2.5.0/configure-19040-    ac_shift=:
##############################################
openvpn-2.5.0/configure-19042-  --*=)
openvpn-2.5.0/configure:19043:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
openvpn-2.5.0/configure-19044-    ac_optarg=
##############################################
openvpn-2.5.0/configure-19066-    case $ac_optarg in
openvpn-2.5.0/configure:19067:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
openvpn-2.5.0/configure-19068-    '') as_fn_error $? "missing file argument" ;;
##############################################
openvpn-2.5.0/configure-19074-    case $ac_optarg in
openvpn-2.5.0/configure:19075:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
openvpn-2.5.0/configure-19076-    esac
##############################################
openvpn-2.5.0/configure-19143-delay_variable_subst='$delay_variable_subst'
openvpn-2.5.0/configure:19144:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19145:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19146:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19147:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19148:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19149:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19150:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19151:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19152:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19153:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19154:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19155:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19156:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19157:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19158:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19159:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19160:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19161:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19162:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19163:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19164:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19165:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19166:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19167:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19168:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19169:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19170:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19171:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19172:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19173:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19174:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19175:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19176:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19177:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19178:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19179:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19180:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19181:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19182:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19183:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19184:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19185:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19186:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19187:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19188:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19189:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19190:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19191:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19192:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19193:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19194:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19195:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19196:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19197:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19198:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19199:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19200:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19201:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19202:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19203:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19204:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19205:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19206:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19207:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19208:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19209:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19210:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19211:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19212:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19213:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19214:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19215:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19216:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19217:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19218:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19219:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19220:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19221:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19222:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19223:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19224:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19225:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19226:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19227:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19228:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19229:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19230:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19231:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19232:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19233:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19234:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19235:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19236:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19237:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19238:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19239:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19240:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19241:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19242:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19243:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19244:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19245:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19246:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19247:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19248:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19249:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19250:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19251:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19252:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19253:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19254:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19255:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19256:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19257:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19258:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19259:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19260:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19261:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19262:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19263:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19264:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19265:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19266:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19267:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19268:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19269:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19270:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19271:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19272:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19273:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19274:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19275:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19276:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19277:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19278:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19279:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19280:LD_RC='`$ECHO "$LD_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19281:reload_flag_RC='`$ECHO "$reload_flag_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19282:reload_cmds_RC='`$ECHO "$reload_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19283:old_archive_cmds_RC='`$ECHO "$old_archive_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19284:compiler_RC='`$ECHO "$compiler_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19285:GCC_RC='`$ECHO "$GCC_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19286:lt_prog_compiler_no_builtin_flag_RC='`$ECHO "$lt_prog_compiler_no_builtin_flag_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19287:lt_prog_compiler_pic_RC='`$ECHO "$lt_prog_compiler_pic_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19288:lt_prog_compiler_wl_RC='`$ECHO "$lt_prog_compiler_wl_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19289:lt_prog_compiler_static_RC='`$ECHO "$lt_prog_compiler_static_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19290:lt_cv_prog_compiler_c_o_RC='`$ECHO "$lt_cv_prog_compiler_c_o_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19291:archive_cmds_need_lc_RC='`$ECHO "$archive_cmds_need_lc_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19292:enable_shared_with_static_runtimes_RC='`$ECHO "$enable_shared_with_static_runtimes_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19293:export_dynamic_flag_spec_RC='`$ECHO "$export_dynamic_flag_spec_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19294:whole_archive_flag_spec_RC='`$ECHO "$whole_archive_flag_spec_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19295:compiler_needs_object_RC='`$ECHO "$compiler_needs_object_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19296:old_archive_from_new_cmds_RC='`$ECHO "$old_archive_from_new_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19297:old_archive_from_expsyms_cmds_RC='`$ECHO "$old_archive_from_expsyms_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19298:archive_cmds_RC='`$ECHO "$archive_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19299:archive_expsym_cmds_RC='`$ECHO "$archive_expsym_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19300:module_cmds_RC='`$ECHO "$module_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19301:module_expsym_cmds_RC='`$ECHO "$module_expsym_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19302:with_gnu_ld_RC='`$ECHO "$with_gnu_ld_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19303:allow_undefined_flag_RC='`$ECHO "$allow_undefined_flag_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19304:no_undefined_flag_RC='`$ECHO "$no_undefined_flag_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19305:hardcode_libdir_flag_spec_RC='`$ECHO "$hardcode_libdir_flag_spec_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19306:hardcode_libdir_separator_RC='`$ECHO "$hardcode_libdir_separator_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19307:hardcode_direct_RC='`$ECHO "$hardcode_direct_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19308:hardcode_direct_absolute_RC='`$ECHO "$hardcode_direct_absolute_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19309:hardcode_minus_L_RC='`$ECHO "$hardcode_minus_L_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19310:hardcode_shlibpath_var_RC='`$ECHO "$hardcode_shlibpath_var_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19311:hardcode_automatic_RC='`$ECHO "$hardcode_automatic_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19312:inherit_rpath_RC='`$ECHO "$inherit_rpath_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19313:link_all_deplibs_RC='`$ECHO "$link_all_deplibs_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19314:always_export_symbols_RC='`$ECHO "$always_export_symbols_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19315:export_symbols_cmds_RC='`$ECHO "$export_symbols_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19316:exclude_expsyms_RC='`$ECHO "$exclude_expsyms_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19317:include_expsyms_RC='`$ECHO "$include_expsyms_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19318:prelink_cmds_RC='`$ECHO "$prelink_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19319:postlink_cmds_RC='`$ECHO "$postlink_cmds_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19320:file_list_spec_RC='`$ECHO "$file_list_spec_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure:19321:hardcode_action_RC='`$ECHO "$hardcode_action_RC" | $SED "$delay_single_quote_subst"`'
openvpn-2.5.0/configure-19322-
##############################################
openvpn-2.5.0/configure-19423-file_list_spec_RC; do
openvpn-2.5.0/configure:19424:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
openvpn-2.5.0/configure-19425-    *[\\\\\\\`\\"\\\$]*)
openvpn-2.5.0/configure:19426:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
openvpn-2.5.0/configure-19427-      ;;
##############################################
openvpn-2.5.0/configure-19465-postlink_cmds_RC; do
openvpn-2.5.0/configure:19466:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
openvpn-2.5.0/configure-19467-    *[\\\\\\\`\\"\\\$]*)
openvpn-2.5.0/configure:19468:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
openvpn-2.5.0/configure-19469-      ;;
##############################################
openvpn-2.5.0/configure-19592-fi
openvpn-2.5.0/configure:19593:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
openvpn-2.5.0/configure-19594-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
openvpn-2.5.0/configure-19609-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
openvpn-2.5.0/configure:19610:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
openvpn-2.5.0/configure-19611-ac_delim='%!_!# '
##############################################
openvpn-2.5.0/configure-19615-
openvpn-2.5.0/configure:19616:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
openvpn-2.5.0/configure-19617-  if test $ac_delim_n = $ac_delim_num; then
##############################################
openvpn-2.5.0/configure-19753-for ac_last_try in false false :; do
openvpn-2.5.0/configure:19754:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
openvpn-2.5.0/configure-19755-  if test -z "$ac_tt"; then
##############################################
openvpn-2.5.0/configure-19885-      esac
openvpn-2.5.0/configure:19886:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
openvpn-2.5.0/configure-19887-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
openvpn-2.5.0/configure-19944-*)
openvpn-2.5.0/configure:19945:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
openvpn-2.5.0/configure-19946-  # A ".." for each directory in $ac_dir_suffix.
openvpn-2.5.0/configure:19947:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
openvpn-2.5.0/configure-19948-  case $ac_top_builddir_sub in
##############################################
openvpn-2.5.0/configure-20005-/@mandir@/p'
openvpn-2.5.0/configure:20006:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
openvpn-2.5.0/configure-20007-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
openvpn-2.5.0/configure-20022-
openvpn-2.5.0/configure:20023:# Neutralize VPATH when `$srcdir' = `.'.
openvpn-2.5.0/configure-20024-# Shell code in configure.ac might set extrasub.
##############################################
openvpn-2.5.0/configure-20050-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
openvpn-2.5.0/configure:20051:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
openvpn-2.5.0/configure-20052-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
openvpn-2.5.0/configure-20096-    * )
openvpn-2.5.0/configure:20097:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
openvpn-2.5.0/configure-20098-  esac
##############################################
openvpn-2.5.0/configure-20151-    # Strip MF so we end up with the name of the file.
openvpn-2.5.0/configure:20152:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
openvpn-2.5.0/configure-20153-    # Check whether this is an Automake generated Makefile which includes
##############################################
openvpn-2.5.0/configure-20706-    *:)
openvpn-2.5.0/configure:20707:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
openvpn-2.5.0/configure-20708-        ;;
openvpn-2.5.0/configure-20709-    x:*)
openvpn-2.5.0/configure:20710:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
openvpn-2.5.0/configure-20711-        ;;
openvpn-2.5.0/configure-20712-    *::*)
openvpn-2.5.0/configure:20713:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
openvpn-2.5.0/configure:20714:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
openvpn-2.5.0/configure-20715-        ;;
openvpn-2.5.0/configure-20716-    *)
openvpn-2.5.0/configure:20717:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
openvpn-2.5.0/configure-20718-        ;;
##############################################
openvpn-2.5.0/configure-20733-    done
openvpn-2.5.0/configure:20734:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
openvpn-2.5.0/configure-20735-}
##############################################
openvpn-2.5.0/ChangeLog-113-Gert Doering (2):
openvpn-2.5.0/ChangeLog:114:      Fix stack overflow in OpenSolaris NEXTADDR()
openvpn-2.5.0/ChangeLog-115-      Workaround FreeBSD 12+ race condition on tun/tap open with IPv6.
##############################################
openvpn-2.5.0/ChangeLog-241-      pool: remove useless 'options.h' include
openvpn-2.5.0/ChangeLog:242:      multi: skip IPv4 logic in multi_select_virtual_addr() if no pool is configured
openvpn-2.5.0/ChangeLog-243-      multi.c: use mi->cc_config instead of config variable
##############################################
openvpn-2.5.0/ChangeLog-571-      Ensure option array p[] is always NULL-terminated
openvpn-2.5.0/ChangeLog:572:      Fix a null-pointer dereference in establish_http_proxy_passthru()
openvpn-2.5.0/ChangeLog-573-      Prevent two kinds of stack buffer OOB reads and a crash for invalid input data
##############################################
openvpn-2.5.0/ChangeLog-698-      Merge Makefile.am's AUTOMAKE_OPTIONS into configure.ac's AM_INIT_AUTOMAKE.
openvpn-2.5.0/ChangeLog:699:      Fix stack buffer overruns in NEXTADDR() macro:
openvpn-2.5.0/ChangeLog-700-
##############################################
openvpn-2.5.0/ChangeLog-1459-      Print remote IPv4 address on a dual-stack v6 socket in IPv4 format
openvpn-2.5.0/ChangeLog:1460:      Fix incorrect use of get_ipv6_addr() for iroute options.
openvpn-2.5.0/ChangeLog-1461-      Remove count_netmask_bits(), convert users to use netmask_to_netbits2()
##############################################
openvpn-2.5.0/ChangeLog-1492-      Replace unaligned 16bit access to TCP MSS value with bytewise access
openvpn-2.5.0/ChangeLog:1493:      Repair test_local_addr() on WIN32
openvpn-2.5.0/ChangeLog-1494-      Add custom check for inet_pton()/inet_ntop() on MinGW/WIN32
##############################################
openvpn-2.5.0/ChangeLog-2401-      For all accesses to "struct route_list * rl", check first that rl is non-NULL
openvpn-2.5.0/ChangeLog:2402:      Replace 32-bit-based add_in6_addr() implementation by an 8-bit based one
openvpn-2.5.0/ChangeLog-2403-      Platform cleanup for NetBSD
##############################################
openvpn-2.5.0/ChangeLog-2998-
openvpn-2.5.0/ChangeLog:2999:  The new 'autolocal' flag depends on the non-portable test_local_addr()
openvpn-2.5.0/ChangeLog-3000-  function in route.c, which is currently only implemented for Windows.
openvpn-2.5.0/ChangeLog-3001-  The 'autolocal' flag will act as a no-op on platforms that have not
openvpn-2.5.0/ChangeLog:3002:  yet defined a test_local_addr() function.
openvpn-2.5.0/ChangeLog-3003-
##############################################
openvpn-2.5.0/ChangeLog-3637-
openvpn-2.5.0/ChangeLog:3638:* Minor fixes of lladdr (Alon Bar-Lev)
openvpn-2.5.0/ChangeLog-3639-  Updated makefile.w32-vc to include lladdr.*, updated
##############################################
openvpn-2.5.0/ChangeLog-4813-
openvpn-2.5.0/ChangeLog:4814:* Fixed bug in link_socket_verify_incoming_addr() which
openvpn-2.5.0/ChangeLog-4815-  under certain circumstances could have caused --float
##############################################
openvpn-2.5.0/sample/Makefile.in-61-  { \
openvpn-2.5.0/sample/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/sample/Makefile.in-63-  }; \
##############################################
openvpn-2.5.0/sample/Makefile.in-137-  esac
openvpn-2.5.0/sample/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/sample/Makefile.in-139-am__vpath_adj = case $$p in \
openvpn-2.5.0/sample/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/sample/Makefile.in-141-    *) f=$$p;; \
openvpn-2.5.0/sample/Makefile.in-142-  esac;
openvpn-2.5.0/sample/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/sample/Makefile.in-144-am__install_max = 40
openvpn-2.5.0/sample/Makefile.in-145-am__nobase_strip_setup = \
openvpn-2.5.0/sample/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/sample/Makefile.in-147-am__nobase_strip = \
##############################################
openvpn-2.5.0/sample/Makefile.in-425-	@list='$(sample_DATA)'; test -n "$(sampledir)" || list=; \
openvpn-2.5.0/sample/Makefile.in:426:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/sample/Makefile.in-427-	dir='$(DESTDIR)$(sampledir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/sample/Makefile.in-438-distdir-am: $(DISTFILES)
openvpn-2.5.0/sample/Makefile.in:439:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/sample/Makefile.in:440:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/sample/Makefile.in-441-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/sample/Makefile.in-452-	  if test -d $$d/$$file; then \
openvpn-2.5.0/sample/Makefile.in:453:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/sample/Makefile.in-454-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile-64-  { \
openvpn-2.5.0/sample/sample-plugins/Makefile:65:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/sample/sample-plugins/Makefile-66-  }; \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile-394-distdir-am: $(DISTFILES)
openvpn-2.5.0/sample/sample-plugins/Makefile:395:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/sample/sample-plugins/Makefile:396:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/sample/sample-plugins/Makefile-397-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile-408-	  if test -d $$d/$$file; then \
openvpn-2.5.0/sample/sample-plugins/Makefile:409:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/sample/sample-plugins/Makefile-410-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile-552-.c.o :
openvpn-2.5.0/sample/sample-plugins/Makefile:553:	test -d `dirname $@` || $(MKDIR_P) `dirname $@`; \
openvpn-2.5.0/sample/sample-plugins/Makefile-554-	$(CC) -c -o $@ $(CFLAGS) $(AM_CPPFLAGS) -fPIC $<
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile.in-64-  { \
openvpn-2.5.0/sample/sample-plugins/Makefile.in:65:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/sample/sample-plugins/Makefile.in-66-  }; \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile.in-394-distdir-am: $(DISTFILES)
openvpn-2.5.0/sample/sample-plugins/Makefile.in:395:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/sample/sample-plugins/Makefile.in:396:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/sample/sample-plugins/Makefile.in-397-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile.in-408-	  if test -d $$d/$$file; then \
openvpn-2.5.0/sample/sample-plugins/Makefile.in:409:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/sample/sample-plugins/Makefile.in-410-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile.in-552-.c.o :
openvpn-2.5.0/sample/sample-plugins/Makefile.in:553:	test -d `dirname $@` || $(MKDIR_P) `dirname $@`; \
openvpn-2.5.0/sample/sample-plugins/Makefile.in-554-	$(CC) -c -o $@ $(CFLAGS) $(AM_CPPFLAGS) -fPIC $<
##############################################
openvpn-2.5.0/sample/sample-plugins/Makefile.plugins-26-.c.o :
openvpn-2.5.0/sample/sample-plugins/Makefile.plugins:27:	test -d `dirname $@` || $(MKDIR_P) `dirname $@`; \
openvpn-2.5.0/sample/sample-plugins/Makefile.plugins-28-	$(CC) -c -o $@ $(CFLAGS) $(AM_CPPFLAGS) -fPIC $<
##############################################
openvpn-2.5.0/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
openvpn-2.5.0/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
openvpn-2.5.0/aclocal.m4-94-# and then we would define $MISSING as
##############################################
openvpn-2.5.0/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
openvpn-2.5.0/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
openvpn-2.5.0/aclocal.m4-109-])
##############################################
openvpn-2.5.0/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
openvpn-2.5.0/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
openvpn-2.5.0/aclocal.m4-207-  fi
##############################################
openvpn-2.5.0/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
openvpn-2.5.0/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
openvpn-2.5.0/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
openvpn-2.5.0/aclocal.m4-365-      || continue
openvpn-2.5.0/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
openvpn-2.5.0/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
openvpn-2.5.0/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
openvpn-2.5.0/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
openvpn-2.5.0/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
openvpn-2.5.0/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
openvpn-2.5.0/aclocal.m4-592-    * )
openvpn-2.5.0/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
openvpn-2.5.0/aclocal.m4-594-  esac
openvpn-2.5.0/aclocal.m4-595-done
openvpn-2.5.0/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
openvpn-2.5.0/aclocal.m4-597-
##############################################
openvpn-2.5.0/aclocal.m4-848-     echo "timestamp, slept: $am_has_slept" > conftest.file
openvpn-2.5.0/aclocal.m4:849:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
openvpn-2.5.0/aclocal.m4-850-     if test "$[*]" = "X"; then
openvpn-2.5.0/aclocal.m4-851-	# -L didn't work.
openvpn-2.5.0/aclocal.m4:852:	set X `ls -t "$srcdir/configure" conftest.file`
openvpn-2.5.0/aclocal.m4-853-     fi
##############################################
openvpn-2.5.0/compile-67-	mingw/*)
openvpn-2.5.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
openvpn-2.5.0/compile-69-	  ;;
openvpn-2.5.0/compile-70-	cygwin/*)
openvpn-2.5.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
openvpn-2.5.0/compile-72-	  ;;
openvpn-2.5.0/compile-73-	wine/*)
openvpn-2.5.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
openvpn-2.5.0/compile-75-	  ;;
##############################################
openvpn-2.5.0/compile-310-# Name of file we expect compiler to create.
openvpn-2.5.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
openvpn-2.5.0/compile-312-
##############################################
openvpn-2.5.0/compile-316-# object file name, since that is what matters with a parallel build.
openvpn-2.5.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
openvpn-2.5.0/compile-318-while true; do
##############################################
openvpn-2.5.0/debug/doval-1-#!/bin/bash
openvpn-2.5.0/debug/doval:2:PROGDIR=`dirname $0`
openvpn-2.5.0/debug/doval-3-unset LD_LIBRARY_PATH
##############################################
openvpn-2.5.0/install-sh-234-      fi
openvpn-2.5.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
openvpn-2.5.0/install-sh-236-    *)
##############################################
openvpn-2.5.0/install-sh-280-      dstdir=$dst
openvpn-2.5.0/install-sh:281:      dstbase=`basename "$src"`
openvpn-2.5.0/install-sh-282-      case $dst in
##############################################
openvpn-2.5.0/install-sh-287-    else
openvpn-2.5.0/install-sh:288:      dstdir=`dirname "$dst"`
openvpn-2.5.0/install-sh-289-      test -d "$dstdir"
##############################################
openvpn-2.5.0/install-sh-354-                   test_tmpdir="$tmpdir/a"
openvpn-2.5.0/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
openvpn-2.5.0/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
openvpn-2.5.0/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
openvpn-2.5.0/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
openvpn-2.5.0/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
openvpn-2.5.0/install-sh-419-            case $prefix in
openvpn-2.5.0/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
openvpn-2.5.0/install-sh-421-              *) qprefix=$prefix;;
##############################################
openvpn-2.5.0/install-sh-468-    if $copy_on_change &&
openvpn-2.5.0/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
openvpn-2.5.0/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
openvpn-2.5.0/install-sh-471-       set -f &&
##############################################
openvpn-2.5.0/config.sub-52-
openvpn-2.5.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
openvpn-2.5.0/config.sub-54-
##############################################
openvpn-2.5.0/config.sub-770-	i*86v32)
openvpn-2.5.0/config.sub:771:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
openvpn-2.5.0/config.sub-772-		vendor=pc
##############################################
openvpn-2.5.0/config.sub-775-	i*86v4*)
openvpn-2.5.0/config.sub:776:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
openvpn-2.5.0/config.sub-777-		vendor=pc
##############################################
openvpn-2.5.0/config.sub-780-	i*86v)
openvpn-2.5.0/config.sub:781:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
openvpn-2.5.0/config.sub-782-		vendor=pc
##############################################
openvpn-2.5.0/config.sub-785-	i*86sol2)
openvpn-2.5.0/config.sub:786:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
openvpn-2.5.0/config.sub-787-		vendor=pc
##############################################
openvpn-2.5.0/config.sub-916-		cpu=sparc
openvpn-2.5.0/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
openvpn-2.5.0/config.sub-918-		;;
##############################################
openvpn-2.5.0/config.sub-1082-	sh5e[lb]-*)
openvpn-2.5.0/config.sub:1083:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
openvpn-2.5.0/config.sub-1084-		;;
##############################################
openvpn-2.5.0/config.sub-1100-	xscale-* | xscalee[bl]-*)
openvpn-2.5.0/config.sub:1101:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
openvpn-2.5.0/config.sub-1102-		;;
##############################################
openvpn-2.5.0/config.sub-1251-			*)
openvpn-2.5.0/config.sub:1252:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
openvpn-2.5.0/config.sub-1253-				exit 1
##############################################
openvpn-2.5.0/config.sub-1285-	solaris1 | solaris1.*)
openvpn-2.5.0/config.sub:1286:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
openvpn-2.5.0/config.sub-1287-		;;
##############################################
openvpn-2.5.0/config.sub-1294-	gnu/linux*)
openvpn-2.5.0/config.sub:1295:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
openvpn-2.5.0/config.sub-1296-		;;
##############################################
openvpn-2.5.0/config.sub-1317-	sco3.2.[4-9]*)
openvpn-2.5.0/config.sub:1318:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
openvpn-2.5.0/config.sub-1319-		;;
##############################################
openvpn-2.5.0/config.sub-1380-	nto*)
openvpn-2.5.0/config.sub:1381:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
openvpn-2.5.0/config.sub-1382-		;;
##############################################
openvpn-2.5.0/config.sub-1390-	linux*)
openvpn-2.5.0/config.sub:1391:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
openvpn-2.5.0/config.sub-1392-		;;
##############################################
openvpn-2.5.0/config.sub-1402-	mac*)
openvpn-2.5.0/config.sub:1403:		os=`echo "$os" | sed -e 's|mac|macos|'`
openvpn-2.5.0/config.sub-1404-		;;
##############################################
openvpn-2.5.0/config.sub-1411-	sunos5*)
openvpn-2.5.0/config.sub:1412:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
openvpn-2.5.0/config.sub-1413-		;;
openvpn-2.5.0/config.sub-1414-	sunos6*)
openvpn-2.5.0/config.sub:1415:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
openvpn-2.5.0/config.sub-1416-		;;
##############################################
openvpn-2.5.0/config.sub-1451-	sinix5.*)
openvpn-2.5.0/config.sub:1452:		os=`echo $os | sed -e 's|sinix|sysv|'`
openvpn-2.5.0/config.sub-1453-		;;
##############################################
openvpn-2.5.0/config.sub-1511-	*)
openvpn-2.5.0/config.sub:1512:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
openvpn-2.5.0/config.sub-1513-		exit 1
##############################################
openvpn-2.5.0/contrib/multilevel-init.patch-23- 	    # we were not shut down correctly
openvpn-2.5.0/contrib/multilevel-init.patch:24:-	    for pidf in `/bin/ls $piddir/*.pid $piddir/*/*.pid 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch:25:+	    for pidf in `find $piddir -name "*.pid" 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch-26- 	      if [ -s $pidf ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:27: 		kill `cat $pidf` >/dev/null 2>&1
openvpn-2.5.0/contrib/multilevel-init.patch-28- 	      fi
##############################################
openvpn-2.5.0/contrib/multilevel-init.patch-47- 	echo -n $"Shutting down openvpn: "
openvpn-2.5.0/contrib/multilevel-init.patch:48:-	for pidf in `/bin/ls $piddir/*.pid $piddir/*/*.pid 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch:49:+	for pidf in `find $piddir -name "*.pid" 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch-50- 	  if [ -s $pidf ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:51: 	    kill `cat $pidf` >/dev/null 2>&1
openvpn-2.5.0/contrib/multilevel-init.patch-52- 	  fi
##############################################
openvpn-2.5.0/contrib/multilevel-init.patch-56- 	if [ -f $lock ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:57:-	    for pidf in `/bin/ls $piddir/*.pid $piddir/*/*.pid 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch:58:+	    for pidf in `find $piddir -name "*.pid" 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch-59- 		if [ -s $pidf ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:60: 		    kill -HUP `cat $pidf` >/dev/null 2>&1
openvpn-2.5.0/contrib/multilevel-init.patch-61- 		fi
##############################################
openvpn-2.5.0/contrib/multilevel-init.patch-65- 	if [ -f $lock ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:66:-	    for pidf in `/bin/ls $piddir/*.pid $piddir/*/*.pid 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch:67:+	    for pidf in `find $piddir -name "*.pid" 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch-68- 		if [ -s $pidf ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:69: 		    kill -USR1 `cat $pidf` >/dev/null 2>&1
openvpn-2.5.0/contrib/multilevel-init.patch-70- 		fi
##############################################
openvpn-2.5.0/contrib/multilevel-init.patch-74- 	if [ -f $lock ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:75:-	    for pidf in `/bin/ls $piddir/*.pid $piddir/*/*.pid 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch:76:+	    for pidf in `find $piddir -name "*.pid" 2>/dev/null`; do
openvpn-2.5.0/contrib/multilevel-init.patch-77- 		if [ -s $pidf ]; then
openvpn-2.5.0/contrib/multilevel-init.patch:78: 		    kill -USR2 `cat $pidf` >/dev/null 2>&1
openvpn-2.5.0/contrib/multilevel-init.patch-79- 		fi
##############################################
openvpn-2.5.0/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.down-5-#  calculate the network address
openvpn-2.5.0/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.down:6:remote_network=`ipcalc -n "$remote"/"$remote_netmask_bits"`
openvpn-2.5.0/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.down-7-remote_network="${remote_network#*=}"
##############################################
openvpn-2.5.0/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.up-5-#  calculate the network address
openvpn-2.5.0/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.up:6:remote_network=`ipcalc -n "$remote"/"$remote_netmask_bits"`
openvpn-2.5.0/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.up-7-remote_network="${remote_network#*=}"
##############################################
openvpn-2.5.0/build/Makefile.in-59-  { \
openvpn-2.5.0/build/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/build/Makefile.in-61-  }; \
##############################################
openvpn-2.5.0/build/Makefile.in-180-  while test -n "$$dir1"; do \
openvpn-2.5.0/build/Makefile.in:181:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/build/Makefile.in-182-    if test "$$first" != "."; then \
openvpn-2.5.0/build/Makefile.in-183-      if test "$$first" = ".."; then \
openvpn-2.5.0/build/Makefile.in:184:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/build/Makefile.in:185:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/build/Makefile.in-186-      else \
openvpn-2.5.0/build/Makefile.in:187:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/build/Makefile.in-188-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/build/Makefile.in:189:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/build/Makefile.in-190-        else \
##############################################
openvpn-2.5.0/build/Makefile.in-195-    fi; \
openvpn-2.5.0/build/Makefile.in:196:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/build/Makefile.in-197-  done; \
##############################################
openvpn-2.5.0/build/Makefile.in-439-	dot_seen=no; \
openvpn-2.5.0/build/Makefile.in:440:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/build/Makefile.in-441-	case "$@" in \
##############################################
openvpn-2.5.0/build/Makefile.in-502-GTAGS:
openvpn-2.5.0/build/Makefile.in:503:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/build/Makefile.in-504-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/build/Makefile.in-528-distdir-am: $(DISTFILES)
openvpn-2.5.0/build/Makefile.in:529:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/build/Makefile.in:530:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/build/Makefile.in-531-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/build/Makefile.in-542-	  if test -d $$d/$$file; then \
openvpn-2.5.0/build/Makefile.in:543:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/build/Makefile.in-544-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-60-  { \
openvpn-2.5.0/build/msvc/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/build/msvc/Makefile.in-62-  }; \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-181-  while test -n "$$dir1"; do \
openvpn-2.5.0/build/msvc/Makefile.in:182:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/build/msvc/Makefile.in-183-    if test "$$first" != "."; then \
openvpn-2.5.0/build/msvc/Makefile.in-184-      if test "$$first" = ".."; then \
openvpn-2.5.0/build/msvc/Makefile.in:185:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/build/msvc/Makefile.in:186:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/build/msvc/Makefile.in-187-      else \
openvpn-2.5.0/build/msvc/Makefile.in:188:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/build/msvc/Makefile.in-189-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/build/msvc/Makefile.in:190:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/build/msvc/Makefile.in-191-        else \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-196-    fi; \
openvpn-2.5.0/build/msvc/Makefile.in:197:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/build/msvc/Makefile.in-198-  done; \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-437-	dot_seen=no; \
openvpn-2.5.0/build/msvc/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/build/msvc/Makefile.in-439-	case "$@" in \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-500-GTAGS:
openvpn-2.5.0/build/msvc/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/build/msvc/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-526-distdir-am: $(DISTFILES)
openvpn-2.5.0/build/msvc/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/build/msvc/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/build/msvc/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/build/msvc/Makefile.in-540-	  if test -d $$d/$$file; then \
openvpn-2.5.0/build/msvc/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/build/msvc/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in-61-  { \
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in-63-  }; \
##############################################
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in-380-distdir-am: $(DISTFILES)
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in:381:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in:382:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in-383-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in-394-	  if test -d $$d/$$file; then \
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in:395:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/build/msvc/msvc-generate/Makefile.in-396-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-72-  { \
openvpn-2.5.0/src/openvpnserv/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/openvpnserv/Makefile.in-74-  }; \
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-505-	test -n "$(EXEEXT)" || exit 0; \
openvpn-2.5.0/src/openvpnserv/Makefile.in:506:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
openvpn-2.5.0/src/openvpnserv/Makefile.in-507-	echo " rm -f" $$list; \
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-540-.c.obj:
openvpn-2.5.0/src/openvpnserv/Makefile.in:541:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/openvpnserv/Makefile.in-542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:545:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/openvpnserv/Makefile.in-546-
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-554-openvpnserv-common.o: common.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-common.o -MD -MP -MF $(DEPDIR)/openvpnserv-common.Tpo -c -o openvpnserv-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-common.Tpo $(DEPDIR)/openvpnserv-common.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-common.o `test -f 'common.c' || echo '$(srcdir)/'`common.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-560-
openvpn-2.5.0/src/openvpnserv/Makefile.in-561-openvpnserv-common.obj: common.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-common.obj -MD -MP -MF $(DEPDIR)/openvpnserv-common.Tpo -c -o openvpnserv-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-common.Tpo $(DEPDIR)/openvpnserv-common.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-common.obj `if test -f 'common.c'; then $(CYGPATH_W) 'common.c'; else $(CYGPATH_W) '$(srcdir)/common.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-567-
openvpn-2.5.0/src/openvpnserv/Makefile.in-568-openvpnserv-automatic.o: automatic.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-automatic.o -MD -MP -MF $(DEPDIR)/openvpnserv-automatic.Tpo -c -o openvpnserv-automatic.o `test -f 'automatic.c' || echo '$(srcdir)/'`automatic.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-automatic.Tpo $(DEPDIR)/openvpnserv-automatic.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-automatic.o `test -f 'automatic.c' || echo '$(srcdir)/'`automatic.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-574-
openvpn-2.5.0/src/openvpnserv/Makefile.in-575-openvpnserv-automatic.obj: automatic.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-automatic.obj -MD -MP -MF $(DEPDIR)/openvpnserv-automatic.Tpo -c -o openvpnserv-automatic.obj `if test -f 'automatic.c'; then $(CYGPATH_W) 'automatic.c'; else $(CYGPATH_W) '$(srcdir)/automatic.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-automatic.Tpo $(DEPDIR)/openvpnserv-automatic.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-automatic.obj `if test -f 'automatic.c'; then $(CYGPATH_W) 'automatic.c'; else $(CYGPATH_W) '$(srcdir)/automatic.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-581-
openvpn-2.5.0/src/openvpnserv/Makefile.in-582-openvpnserv-interactive.o: interactive.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-interactive.o -MD -MP -MF $(DEPDIR)/openvpnserv-interactive.Tpo -c -o openvpnserv-interactive.o `test -f 'interactive.c' || echo '$(srcdir)/'`interactive.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-interactive.Tpo $(DEPDIR)/openvpnserv-interactive.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-interactive.o `test -f 'interactive.c' || echo '$(srcdir)/'`interactive.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-588-
openvpn-2.5.0/src/openvpnserv/Makefile.in-589-openvpnserv-interactive.obj: interactive.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-interactive.obj -MD -MP -MF $(DEPDIR)/openvpnserv-interactive.Tpo -c -o openvpnserv-interactive.obj `if test -f 'interactive.c'; then $(CYGPATH_W) 'interactive.c'; else $(CYGPATH_W) '$(srcdir)/interactive.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-interactive.Tpo $(DEPDIR)/openvpnserv-interactive.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-interactive.obj `if test -f 'interactive.c'; then $(CYGPATH_W) 'interactive.c'; else $(CYGPATH_W) '$(srcdir)/interactive.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-595-
openvpn-2.5.0/src/openvpnserv/Makefile.in-596-openvpnserv-service.o: service.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-service.o -MD -MP -MF $(DEPDIR)/openvpnserv-service.Tpo -c -o openvpnserv-service.o `test -f 'service.c' || echo '$(srcdir)/'`service.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-service.Tpo $(DEPDIR)/openvpnserv-service.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-service.o `test -f 'service.c' || echo '$(srcdir)/'`service.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-602-
openvpn-2.5.0/src/openvpnserv/Makefile.in-603-openvpnserv-service.obj: service.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-service.obj -MD -MP -MF $(DEPDIR)/openvpnserv-service.Tpo -c -o openvpnserv-service.obj `if test -f 'service.c'; then $(CYGPATH_W) 'service.c'; else $(CYGPATH_W) '$(srcdir)/service.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-service.Tpo $(DEPDIR)/openvpnserv-service.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:608:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-service.obj `if test -f 'service.c'; then $(CYGPATH_W) 'service.c'; else $(CYGPATH_W) '$(srcdir)/service.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-609-
openvpn-2.5.0/src/openvpnserv/Makefile.in-610-openvpnserv-validate.o: validate.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-validate.o -MD -MP -MF $(DEPDIR)/openvpnserv-validate.Tpo -c -o openvpnserv-validate.o `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-validate.Tpo $(DEPDIR)/openvpnserv-validate.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-validate.o `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-616-
openvpn-2.5.0/src/openvpnserv/Makefile.in-617-openvpnserv-validate.obj: validate.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:618:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-validate.obj -MD -MP -MF $(DEPDIR)/openvpnserv-validate.Tpo -c -o openvpnserv-validate.obj `if test -f 'validate.c'; then $(CYGPATH_W) 'validate.c'; else $(CYGPATH_W) '$(srcdir)/validate.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-619-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-validate.Tpo $(DEPDIR)/openvpnserv-validate.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:622:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-validate.obj `if test -f 'validate.c'; then $(CYGPATH_W) 'validate.c'; else $(CYGPATH_W) '$(srcdir)/validate.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-623-
openvpn-2.5.0/src/openvpnserv/Makefile.in-624-openvpnserv-block_dns.o: $(top_srcdir)/src/openvpn/block_dns.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-block_dns.o -MD -MP -MF $(DEPDIR)/openvpnserv-block_dns.Tpo -c -o openvpnserv-block_dns.o `test -f '$(top_srcdir)/src/openvpn/block_dns.c' || echo '$(srcdir)/'`$(top_srcdir)/src/openvpn/block_dns.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-block_dns.Tpo $(DEPDIR)/openvpnserv-block_dns.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-block_dns.o `test -f '$(top_srcdir)/src/openvpn/block_dns.c' || echo '$(srcdir)/'`$(top_srcdir)/src/openvpn/block_dns.c
openvpn-2.5.0/src/openvpnserv/Makefile.in-630-
openvpn-2.5.0/src/openvpnserv/Makefile.in-631-openvpnserv-block_dns.obj: $(top_srcdir)/src/openvpn/block_dns.c
openvpn-2.5.0/src/openvpnserv/Makefile.in:632:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -MT openvpnserv-block_dns.obj -MD -MP -MF $(DEPDIR)/openvpnserv-block_dns.Tpo -c -o openvpnserv-block_dns.obj `if test -f '$(top_srcdir)/src/openvpn/block_dns.c'; then $(CYGPATH_W) '$(top_srcdir)/src/openvpn/block_dns.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/openvpn/block_dns.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/openvpnserv-block_dns.Tpo $(DEPDIR)/openvpnserv-block_dns.Po
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnserv/Makefile.in:636:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(openvpnserv_CFLAGS) $(CFLAGS) -c -o openvpnserv-block_dns.obj `if test -f '$(top_srcdir)/src/openvpn/block_dns.c'; then $(CYGPATH_W) '$(top_srcdir)/src/openvpn/block_dns.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/openvpn/block_dns.c'; fi`
openvpn-2.5.0/src/openvpnserv/Makefile.in-637-
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-673-GTAGS:
openvpn-2.5.0/src/openvpnserv/Makefile.in:674:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/openvpnserv/Makefile.in-675-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-699-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/openvpnserv/Makefile.in:700:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/openvpnserv/Makefile.in:701:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/openvpnserv/Makefile.in-702-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/openvpnserv/Makefile.in-713-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/openvpnserv/Makefile.in:714:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/openvpnserv/Makefile.in-715-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/Makefile.in-60-  { \
openvpn-2.5.0/src/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/Makefile.in-62-  }; \
##############################################
openvpn-2.5.0/src/Makefile.in-181-  while test -n "$$dir1"; do \
openvpn-2.5.0/src/Makefile.in:182:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/src/Makefile.in-183-    if test "$$first" != "."; then \
openvpn-2.5.0/src/Makefile.in-184-      if test "$$first" = ".."; then \
openvpn-2.5.0/src/Makefile.in:185:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/src/Makefile.in:186:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/src/Makefile.in-187-      else \
openvpn-2.5.0/src/Makefile.in:188:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/src/Makefile.in-189-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/src/Makefile.in:190:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/src/Makefile.in-191-        else \
##############################################
openvpn-2.5.0/src/Makefile.in-196-    fi; \
openvpn-2.5.0/src/Makefile.in:197:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/src/Makefile.in-198-  done; \
##############################################
openvpn-2.5.0/src/Makefile.in-437-	dot_seen=no; \
openvpn-2.5.0/src/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/src/Makefile.in-439-	case "$@" in \
##############################################
openvpn-2.5.0/src/Makefile.in-500-GTAGS:
openvpn-2.5.0/src/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/Makefile.in-526-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/Makefile.in-540-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/openvpn/socket.c-192-in_addr_t
openvpn-2.5.0/src/openvpn/socket.c:193:getaddr(unsigned int flags,
openvpn-2.5.0/src/openvpn/socket.c-194-        const char *hostname,
##############################################
openvpn-2.5.0/src/openvpn/socket.c-223-bool
openvpn-2.5.0/src/openvpn/socket.c:224:get_ipv6_addr(const char *hostname, struct in6_addr *network,
openvpn-2.5.0/src/openvpn/socket.c-225-              unsigned int *netbits, int msglevel)
##############################################
openvpn-2.5.0/src/openvpn/socket.c-1071-#else  /* if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST) */
openvpn-2.5.0/src/openvpn/socket.c:1072:#error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
openvpn-2.5.0/src/openvpn/socket.c-1073-#endif
##############################################
openvpn-2.5.0/src/openvpn/socket.c-1198-        msg(M_INFO, "Listening for incoming TCP connection on %s",
openvpn-2.5.0/src/openvpn/socket.c:1199:            print_sockaddr(local->ai_addr, &gc));
openvpn-2.5.0/src/openvpn/socket.c-1200-        if (listen(sd, 32))
##############################################
openvpn-2.5.0/src/openvpn/socket.c-1587-    msg(M_INFO, "Attempting to establish TCP connection with %s [nonblock]",
openvpn-2.5.0/src/openvpn/socket.c:1588:        print_sockaddr(dest, &gc));
openvpn-2.5.0/src/openvpn/socket.c-1589-#else
openvpn-2.5.0/src/openvpn/socket.c-1590-    msg(M_INFO, "Attempting to establish TCP connection with %s",
openvpn-2.5.0/src/openvpn/socket.c:1591:        print_sockaddr(dest, &gc));
openvpn-2.5.0/src/openvpn/socket.c-1592-#endif
##############################################
openvpn-2.5.0/src/openvpn/socket.c-1619-        msg(D_LINK_ERRORS, "TCP: connect to %s failed: %s",
openvpn-2.5.0/src/openvpn/socket.c:1620:            print_sockaddr(dest, &gc), strerror(status));
openvpn-2.5.0/src/openvpn/socket.c-1621-
##############################################
openvpn-2.5.0/src/openvpn/socket.c-1629-        msg(M_INFO, "TCP connection established with %s",
openvpn-2.5.0/src/openvpn/socket.c:1630:            print_sockaddr(dest, &gc));
openvpn-2.5.0/src/openvpn/socket.c-1631-    }
##############################################
openvpn-2.5.0/src/openvpn/socket.c-2090-static void
openvpn-2.5.0/src/openvpn/socket.c:2091:linksock_print_addr(struct link_socket *sock)
openvpn-2.5.0/src/openvpn/socket.c-2092-{
##############################################
openvpn-2.5.0/src/openvpn/socket.c-2117-            proto2ascii(sock->info.proto, sock->info.af, true),
openvpn-2.5.0/src/openvpn/socket.c:2118:            print_sockaddr(cur->ai_addr,&gc));
openvpn-2.5.0/src/openvpn/socket.c-2119-    }
##############################################
openvpn-2.5.0/src/openvpn/socket.c-2371-    phase2_set_socket_flags(sock);
openvpn-2.5.0/src/openvpn/socket.c:2372:    linksock_print_addr(sock);
openvpn-2.5.0/src/openvpn/socket.c-2373-
##############################################
openvpn-2.5.0/src/openvpn/socket.c-2519-void
openvpn-2.5.0/src/openvpn/socket.c:2520:link_socket_bad_incoming_addr(struct buffer *buf,
openvpn-2.5.0/src/openvpn/socket.c-2521-                              const struct link_socket_info *info,
##############################################
openvpn-2.5.0/src/openvpn/socket.c-2548-void
openvpn-2.5.0/src/openvpn/socket.c:2549:link_socket_bad_outgoing_addr(void)
openvpn-2.5.0/src/openvpn/socket.c-2550-{
##############################################
openvpn-2.5.0/src/openvpn/socket.c-2957-#else  /* if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST) */
openvpn-2.5.0/src/openvpn/socket.c:2958:#error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
openvpn-2.5.0/src/openvpn/socket.c-2959-#endif
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3020-const char *
openvpn-2.5.0/src/openvpn/socket.c:3021:print_in6_addr(struct in6_addr a6, unsigned int flags, struct gc_arena *gc)
openvpn-2.5.0/src/openvpn/socket.c-3022-{
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3042-struct in6_addr
openvpn-2.5.0/src/openvpn/socket.c:3043:add_in6_addr( struct in6_addr base, uint32_t add )
openvpn-2.5.0/src/openvpn/socket.c-3044-{
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3065-void
openvpn-2.5.0/src/openvpn/socket.c:3066:setenv_sockaddr(struct env_set *es, const char *name_prefix, const struct openvpn_sockaddr *addr, const unsigned int flags)
openvpn-2.5.0/src/openvpn/socket.c-3067-{
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3126-        si.addr.in4.sin_addr.s_addr = htonl(addr);
openvpn-2.5.0/src/openvpn/socket.c:3127:        setenv_sockaddr(es, name_prefix, &si, flags);
openvpn-2.5.0/src/openvpn/socket.c-3128-    }
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3131-void
openvpn-2.5.0/src/openvpn/socket.c:3132:setenv_in6_addr(struct env_set *es,
openvpn-2.5.0/src/openvpn/socket.c-3133-                const char *name_prefix,
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3142-        si.addr.in6.sin6_addr = *addr;
openvpn-2.5.0/src/openvpn/socket.c:3143:        setenv_sockaddr(es, name_prefix, &si, flags);
openvpn-2.5.0/src/openvpn/socket.c-3144-    }
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3152-{
openvpn-2.5.0/src/openvpn/socket.c:3153:    setenv_sockaddr(es, name_prefix, &act->dest, flags);
openvpn-2.5.0/src/openvpn/socket.c-3154-}
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3442-#else  /* if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST) */
openvpn-2.5.0/src/openvpn/socket.c:3443:#error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
openvpn-2.5.0/src/openvpn/socket.c-3444-#endif
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3452-#else  /* if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST) */
openvpn-2.5.0/src/openvpn/socket.c:3453:#error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
openvpn-2.5.0/src/openvpn/socket.c-3454-#endif
##############################################
openvpn-2.5.0/src/openvpn/socket.c-3570-#else  /* if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST) */
openvpn-2.5.0/src/openvpn/socket.c:3571:#error ENABLE_IP_PKTINFO is set without IP_PKTINFO xor IP_RECVDSTADDR (fix syshead.h)
openvpn-2.5.0/src/openvpn/socket.c-3572-#endif /* if defined(HAVE_IN_PKTINFO) && defined(HAVE_IPI_SPEC_DST) */
##############################################
openvpn-2.5.0/src/openvpn/mtcp.c-183-           );
openvpn-2.5.0/src/openvpn/mtcp.c:184:    if (!mroute_extract_openvpn_sockaddr(&mi->real, &mi->context.c2.link_socket->info.lsa->actual.dest, true))
openvpn-2.5.0/src/openvpn/mtcp.c-185-    {
##############################################
openvpn-2.5.0/src/openvpn/memdbg.h-73- *
openvpn-2.5.0/src/openvpn/memdbg.h:74: *    function dmalloc { eval `command dmalloc -b $*`; }
openvpn-2.5.0/src/openvpn/memdbg.h-75- *
##############################################
openvpn-2.5.0/src/openvpn/socket.h-351-#define PS_SHOW_PKTINFO         (1<<2)
openvpn-2.5.0/src/openvpn/socket.h:352:#define PS_DONT_SHOW_ADDR       (1<<3)
openvpn-2.5.0/src/openvpn/socket.h-353-#define PS_DONT_SHOW_FAMILY     (1<<4)
##############################################
openvpn-2.5.0/src/openvpn/socket.h-371-const char *
openvpn-2.5.0/src/openvpn/socket.h:372:print_openvpn_sockaddr(const struct openvpn_sockaddr *addr,
openvpn-2.5.0/src/openvpn/socket.h-373-                       struct gc_arena *gc)
##############################################
openvpn-2.5.0/src/openvpn/socket.h-379-const char *
openvpn-2.5.0/src/openvpn/socket.h:380:print_sockaddr(const struct sockaddr *addr,
openvpn-2.5.0/src/openvpn/socket.h-381-               struct gc_arena *gc)
##############################################
openvpn-2.5.0/src/openvpn/socket.h-400-
openvpn-2.5.0/src/openvpn/socket.h:401:const char *print_in6_addr(struct in6_addr addr6, unsigned int flags, struct gc_arena *gc);
openvpn-2.5.0/src/openvpn/socket.h-402-
openvpn-2.5.0/src/openvpn/socket.h:403:struct in6_addr add_in6_addr( struct in6_addr base, uint32_t add );
openvpn-2.5.0/src/openvpn/socket.h-404-
##############################################
openvpn-2.5.0/src/openvpn/socket.h-406-#define SA_SET_IF_NONZERO (1<<1)
openvpn-2.5.0/src/openvpn/socket.h:407:void setenv_sockaddr(struct env_set *es,
openvpn-2.5.0/src/openvpn/socket.h-408-                     const char *name_prefix,
##############################################
openvpn-2.5.0/src/openvpn/socket.h-416-
openvpn-2.5.0/src/openvpn/socket.h:417:void setenv_in6_addr(struct env_set *es,
openvpn-2.5.0/src/openvpn/socket.h-418-                     const char *name_prefix,
##############################################
openvpn-2.5.0/src/openvpn/socket.h-442-
openvpn-2.5.0/src/openvpn/socket.h:443:void link_socket_bad_incoming_addr(struct buffer *buf,
openvpn-2.5.0/src/openvpn/socket.h-444-                                   const struct link_socket_info *info,
##############################################
openvpn-2.5.0/src/openvpn/socket.h-449-
openvpn-2.5.0/src/openvpn/socket.h:450:void link_socket_bad_outgoing_addr(void);
openvpn-2.5.0/src/openvpn/socket.h-451-
##############################################
openvpn-2.5.0/src/openvpn/socket.h-543- */
openvpn-2.5.0/src/openvpn/socket.h:544:in_addr_t getaddr(unsigned int flags,
openvpn-2.5.0/src/openvpn/socket.h-545-                  const char *hostname,
##############################################
openvpn-2.5.0/src/openvpn/socket.h-552- */
openvpn-2.5.0/src/openvpn/socket.h:553:bool get_ipv6_addr(const char *hostname, struct in6_addr *network,
openvpn-2.5.0/src/openvpn/socket.h-554-                   unsigned int *netbits, int msglevel);
##############################################
openvpn-2.5.0/src/openvpn/socket.h-936-static inline bool
openvpn-2.5.0/src/openvpn/socket.h:937:link_socket_verify_incoming_addr(struct buffer *buf,
openvpn-2.5.0/src/openvpn/socket.h-938-                                 const struct link_socket_info *info,
##############################################
openvpn-2.5.0/src/openvpn/socket.h-964-static inline void
openvpn-2.5.0/src/openvpn/socket.h:965:link_socket_get_outgoing_addr(struct buffer *buf,
openvpn-2.5.0/src/openvpn/socket.h-966-                              const struct link_socket_info *info,
##############################################
openvpn-2.5.0/src/openvpn/socket.h-977-        {
openvpn-2.5.0/src/openvpn/socket.h:978:            link_socket_bad_outgoing_addr();
openvpn-2.5.0/src/openvpn/socket.h-979-            buf->len = 0;
##############################################
openvpn-2.5.0/src/openvpn/socket.h-985-static inline void
openvpn-2.5.0/src/openvpn/socket.h:986:link_socket_set_outgoing_addr(struct link_socket_info *info,
openvpn-2.5.0/src/openvpn/socket.h-987-                              const struct link_socket_actual *act,
##############################################
openvpn-2.5.0/src/openvpn/ps.c-353-    {
openvpn-2.5.0/src/openvpn/ps.c:354:        const char *f = print_openvpn_sockaddr(&from, &gc);
openvpn-2.5.0/src/openvpn/ps.c:355:        const char *t = print_openvpn_sockaddr(&to, &gc);
openvpn-2.5.0/src/openvpn/ps.c-356-        fnlen =  strlen(journal_dir) + strlen(t) + 2;
##############################################
openvpn-2.5.0/src/openvpn/lladdr.c-17-int
openvpn-2.5.0/src/openvpn/lladdr.c:18:set_lladdr(const char *ifname, const char *lladdr,
openvpn-2.5.0/src/openvpn/lladdr.c-19-           const struct env_set *es)
##############################################
openvpn-2.5.0/src/openvpn/socks.c-421-        msg(M_INFO, "SOCKS proxy wants us to send UDP to %s",
openvpn-2.5.0/src/openvpn/socks.c:422:            print_openvpn_sockaddr(addr, &gc));
openvpn-2.5.0/src/openvpn/socks.c-423-        gc_free(&gc);
##############################################
openvpn-2.5.0/src/openvpn/pf.c-504-    {
openvpn-2.5.0/src/openvpn/pf.c:505:        const in_addr_t addr = in_addr_t_from_mroute_addr(dest);
openvpn-2.5.0/src/openvpn/pf.c-506-        const struct pf_subnet *se = pfs->sns.list;
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-72-  { \
openvpn-2.5.0/src/openvpn/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/openvpn/Makefile.in-74-  }; \
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-630-	test -n "$(EXEEXT)" || exit 0; \
openvpn-2.5.0/src/openvpn/Makefile.in:631:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
openvpn-2.5.0/src/openvpn/Makefile.in-632-	echo " rm -f" $$list; \
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-742-.c.obj:
openvpn-2.5.0/src/openvpn/Makefile.in:743:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/openvpn/Makefile.in-744-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-746-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpn/Makefile.in:747:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/openvpn/Makefile.in-748-
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-791-GTAGS:
openvpn-2.5.0/src/openvpn/Makefile.in:792:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/openvpn/Makefile.in-793-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-817-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/openvpn/Makefile.in:818:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/openvpn/Makefile.in:819:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/openvpn/Makefile.in-820-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/openvpn/Makefile.in-831-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/openvpn/Makefile.in:832:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/openvpn/Makefile.in-833-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/openvpn/route.h-323-
openvpn-2.5.0/src/openvpn/route.h:324:bool is_special_addr(const char *addr_str);
openvpn-2.5.0/src/openvpn/route.h-325-
##############################################
openvpn-2.5.0/src/openvpn/route.h-345-#define TLA_LOCAL           2
openvpn-2.5.0/src/openvpn/route.h:346:int test_local_addr(const in_addr_t addr, const struct route_gateway_info *rgi);
openvpn-2.5.0/src/openvpn/route.h-347-
##############################################
openvpn-2.5.0/src/openvpn/ssl.h-478- */
openvpn-2.5.0/src/openvpn/ssl.h:479:void tls_update_remote_addr(struct tls_multi *multi,
openvpn-2.5.0/src/openvpn/ssl.h-480-                            const struct link_socket_actual *addr);
##############################################
openvpn-2.5.0/src/openvpn/mudp.c-55-
openvpn-2.5.0/src/openvpn/mudp.c:56:    if (mroute_extract_openvpn_sockaddr(&real, &m->top.c2.from.dest, true)
openvpn-2.5.0/src/openvpn/mudp.c-57-        && m->top.c2.buf.len > 0)
##############################################
openvpn-2.5.0/src/openvpn/ssl.c-2762-                /* Set outgoing address for data channel packets */
openvpn-2.5.0/src/openvpn/ssl.c:2763:                link_socket_set_outgoing_addr(to_link_socket_info, &ks->remote_addr, session->common_name, session->opt->es);
openvpn-2.5.0/src/openvpn/ssl.c-2764-
##############################################
openvpn-2.5.0/src/openvpn/ssl.c-3933-void
openvpn-2.5.0/src/openvpn/ssl.c:3934:tls_update_remote_addr(struct tls_multi *multi, const struct link_socket_actual *addr)
openvpn-2.5.0/src/openvpn/ssl.c-3935-{
##############################################
openvpn-2.5.0/src/openvpn/manage.h-431-
openvpn-2.5.0/src/openvpn/manage.h:432:void management_learn_addr(struct management *management,
openvpn-2.5.0/src/openvpn/manage.h-433-                           struct man_def_auth_context *mdac,
##############################################
openvpn-2.5.0/src/openvpn/push.c-437-        push_option_fmt(gc, push_list, M_USAGE, "ifconfig-ipv6 %s/%d %s",
openvpn-2.5.0/src/openvpn/push.c:438:                        print_in6_addr(c->c2.push_ifconfig_ipv6_local, 0, gc),
openvpn-2.5.0/src/openvpn/push.c-439-                        c->c2.push_ifconfig_ipv6_netbits,
openvpn-2.5.0/src/openvpn/push.c:440:                        print_in6_addr(c->c2.push_ifconfig_ipv6_remote,
openvpn-2.5.0/src/openvpn/push.c-441-                                       0, gc));
##############################################
openvpn-2.5.0/src/openvpn/push.c-904-                    bool status1, status2;
openvpn-2.5.0/src/openvpn/push.c:905:                    const in_addr_t network = getaddr(GETADDR_HOST_ORDER, p[1], 0, &status1, NULL);
openvpn-2.5.0/src/openvpn/push.c:906:                    const in_addr_t netmask = getaddr(GETADDR_HOST_ORDER, p[2] ? p[2] : "255.255.255.255", 0, &status2, NULL);
openvpn-2.5.0/src/openvpn/push.c-907-
##############################################
openvpn-2.5.0/src/openvpn/route.c-203-static void
openvpn-2.5.0/src/openvpn/route.c:204:setenv_route_addr(struct env_set *es, const char *key, const in_addr_t addr, int i)
openvpn-2.5.0/src/openvpn/route.c-205-{
##############################################
openvpn-2.5.0/src/openvpn/route.c-220-static bool
openvpn-2.5.0/src/openvpn/route.c:221:get_special_addr(const struct route_list *rl,
openvpn-2.5.0/src/openvpn/route.c-222-                 const char *string,
##############################################
openvpn-2.5.0/src/openvpn/route.c-290-bool
openvpn-2.5.0/src/openvpn/route.c:291:is_special_addr(const char *addr_str)
openvpn-2.5.0/src/openvpn/route.c-292-{
##############################################
openvpn-2.5.0/src/openvpn/route.c-294-    {
openvpn-2.5.0/src/openvpn/route.c:295:        return get_special_addr(NULL, addr_str, NULL, NULL);
openvpn-2.5.0/src/openvpn/route.c-296-    }
##############################################
openvpn-2.5.0/src/openvpn/route.c-327-
openvpn-2.5.0/src/openvpn/route.c:328:    if (get_special_addr(rl, ro->network, (in_addr_t *) &special.s_addr, &status))
openvpn-2.5.0/src/openvpn/route.c-329-    {
##############################################
openvpn-2.5.0/src/openvpn/route.c-354-    {
openvpn-2.5.0/src/openvpn/route.c:355:        r->netmask = getaddr(
openvpn-2.5.0/src/openvpn/route.c-356-            GETADDR_HOST_ORDER
##############################################
openvpn-2.5.0/src/openvpn/route.c-375-    {
openvpn-2.5.0/src/openvpn/route.c:376:        if (!get_special_addr(rl, ro->gateway, &r->gateway, &status))
openvpn-2.5.0/src/openvpn/route.c-377-        {
openvpn-2.5.0/src/openvpn/route.c:378:            r->gateway = getaddr(
openvpn-2.5.0/src/openvpn/route.c-379-                GETADDR_RESOLVE
##############################################
openvpn-2.5.0/src/openvpn/route.c-442-
openvpn-2.5.0/src/openvpn/route.c:443:    if (!get_ipv6_addr( r6o->prefix, &r6->network, &r6->netbits, M_WARN ))
openvpn-2.5.0/src/openvpn/route.c-444-    {
##############################################
openvpn-2.5.0/src/openvpn/route.c-546-    rl->spec.flags |= RTSA_REMOTE_ENDPOINT;
openvpn-2.5.0/src/openvpn/route.c:547:    setenv_route_addr(es, "vpn_gateway", rl->spec.remote_endpoint, -1);
openvpn-2.5.0/src/openvpn/route.c-548-}
##############################################
openvpn-2.5.0/src/openvpn/route.c-644-    {
openvpn-2.5.0/src/openvpn/route.c:645:        setenv_route_addr(es, "net_gateway", rl->rgi.gateway.addr, -1);
openvpn-2.5.0/src/openvpn/route.c-646-#if defined(ENABLE_DEBUG) && !defined(ENABLE_SMALL)
##############################################
openvpn-2.5.0/src/openvpn/route.c-656-    {
openvpn-2.5.0/src/openvpn/route.c:657:        rl->spec.remote_host_local = test_local_addr(remote_host, &rl->rgi);
openvpn-2.5.0/src/openvpn/route.c-658-    }
##############################################
openvpn-2.5.0/src/openvpn/route.c-662-        bool defined = false;
openvpn-2.5.0/src/openvpn/route.c:663:        rl->spec.remote_endpoint = getaddr(
openvpn-2.5.0/src/openvpn/route.c-664-            GETADDR_RESOLVE
##############################################
openvpn-2.5.0/src/openvpn/route.c-673-        {
openvpn-2.5.0/src/openvpn/route.c:674:            setenv_route_addr(es, "vpn_gateway", rl->spec.remote_endpoint, -1);
openvpn-2.5.0/src/openvpn/route.c-675-            rl->spec.flags |= RTSA_REMOTE_ENDPOINT;
##############################################
openvpn-2.5.0/src/openvpn/route.c-799-    msg(D_ROUTE, "GDG6: remote_host_ipv6=%s",
openvpn-2.5.0/src/openvpn/route.c:800:        remote_host_ipv6 ?  print_in6_addr(*remote_host_ipv6, 0, &gc) : "n/a" );
openvpn-2.5.0/src/openvpn/route.c-801-
##############################################
openvpn-2.5.0/src/openvpn/route.c-804-    {
openvpn-2.5.0/src/openvpn/route.c:805:        setenv_str(es, "net_gateway_ipv6", print_in6_addr(rl6->rgi6.gateway.addr_ipv6, 0, &gc));
openvpn-2.5.0/src/openvpn/route.c-806-#if defined(ENABLE_DEBUG) && !defined(ENABLE_SMALL)
##############################################
openvpn-2.5.0/src/openvpn/route.c-858-                    msg(D_ROUTE, "ROUTE6: %s/%d overlaps IPv6 remote %s, adding host route to VPN endpoint",
openvpn-2.5.0/src/openvpn/route.c:859:                        print_in6_addr(r6->network, 0, &gc), r6->netbits,
openvpn-2.5.0/src/openvpn/route.c:860:                        print_in6_addr(*remote_host_ipv6, 0, &gc));
openvpn-2.5.0/src/openvpn/route.c-861-                }
##############################################
openvpn-2.5.0/src/openvpn/route.c-1378-        buf_printf(&out, "ROUTE6_GATEWAY");
openvpn-2.5.0/src/openvpn/route.c:1379:        buf_printf(&out, " %s", print_in6_addr(rgi6->gateway.addr_ipv6, 0, &gc));
openvpn-2.5.0/src/openvpn/route.c-1380-        if (rgi6->flags & RGI_ON_LINK)
##############################################
openvpn-2.5.0/src/openvpn/route.c-1436-    {
openvpn-2.5.0/src/openvpn/route.c:1437:        setenv_route_addr(es, "network", r->network, i);
openvpn-2.5.0/src/openvpn/route.c:1438:        setenv_route_addr(es, "netmask", r->netmask, i);
openvpn-2.5.0/src/openvpn/route.c:1439:        setenv_route_addr(es, "gateway", r->gateway, i);
openvpn-2.5.0/src/openvpn/route.c-1440-
##############################################
openvpn-2.5.0/src/openvpn/route.c-1472-        buf_printf( &name1, "route_ipv6_network_%d", i );
openvpn-2.5.0/src/openvpn/route.c:1473:        buf_printf( &val, "%s/%d", print_in6_addr( r6->network, 0, &gc ),
openvpn-2.5.0/src/openvpn/route.c-1474-                    r6->netbits );
##############################################
openvpn-2.5.0/src/openvpn/route.c-1477-        buf_printf( &name2, "route_ipv6_gateway_%d", i );
openvpn-2.5.0/src/openvpn/route.c:1478:        setenv_str( es, BSTR(&name2), print_in6_addr( r6->gateway, 0, &gc ));
openvpn-2.5.0/src/openvpn/route.c-1479-
##############################################
openvpn-2.5.0/src/openvpn/route.c-1911-
openvpn-2.5.0/src/openvpn/route.c:1912:    network = print_in6_addr( r6->network, 0, &gc);
openvpn-2.5.0/src/openvpn/route.c:1913:    gateway = print_in6_addr( r6->gateway, 0, &gc);
openvpn-2.5.0/src/openvpn/route.c-1914-
##############################################
openvpn-2.5.0/src/openvpn/route.c-2380-
openvpn-2.5.0/src/openvpn/route.c:2381:    network = print_in6_addr( r6->network, 0, &gc);
openvpn-2.5.0/src/openvpn/route.c-2382-#if !defined(TARGET_LINUX)
openvpn-2.5.0/src/openvpn/route.c:2383:    gateway = print_in6_addr( r6->gateway, 0, &gc);
openvpn-2.5.0/src/openvpn/route.c-2384-#endif
##############################################
openvpn-2.5.0/src/openvpn/route.c-2871-         BestRoute.InterfaceIndex,
openvpn-2.5.0/src/openvpn/route.c:2872:         print_in6_addr( BestRoute.DestinationPrefix.Prefix.Ipv6.sin6_addr, 0, &gc),
openvpn-2.5.0/src/openvpn/route.c-2873-         BestRoute.DestinationPrefix.PrefixLength,
openvpn-2.5.0/src/openvpn/route.c:2874:         print_in6_addr( BestRoute.NextHop.Ipv6.sin6_addr, 0, &gc) );
openvpn-2.5.0/src/openvpn/route.c-2875-    msg( D_ROUTE, "GDG6: Metric=%d, Loopback=%d, AA=%d, I=%d",
##############################################
openvpn-2.5.0/src/openvpn/route.c-3339-                {
openvpn-2.5.0/src/openvpn/route.c:3340:                    msg(M_WARN, "GDG: SIOCGIFHWADDR(%s) failed", ifreq.ifr_name);
openvpn-2.5.0/src/openvpn/route.c-3341-                    goto done;
##############################################
openvpn-2.5.0/src/openvpn/route.c-3445-#if defined(TARGET_SOLARIS)
openvpn-2.5.0/src/openvpn/route.c:3446:#define NEXTADDR(w, u) \
openvpn-2.5.0/src/openvpn/route.c-3447-    if (rtm_addrs & (w)) { \
##############################################
openvpn-2.5.0/src/openvpn/route.c-3452-#else  /* if defined(TARGET_SOLARIS) */
openvpn-2.5.0/src/openvpn/route.c:3453:#define NEXTADDR(w, u) \
openvpn-2.5.0/src/openvpn/route.c-3454-    if (rtm_addrs & (w)) { \
##############################################
openvpn-2.5.0/src/openvpn/route.c-3506-
openvpn-2.5.0/src/openvpn/route.c:3507:    NEXTADDR(RTA_DST, so_dst);
openvpn-2.5.0/src/openvpn/route.c:3508:    NEXTADDR(RTA_NETMASK, so_mask);
openvpn-2.5.0/src/openvpn/route.c-3509-
##############################################
openvpn-2.5.0/src/openvpn/route.c-3653-                    struct sockaddr_dl *sdl = (struct sockaddr_dl *)&ifr->ifr_addr;
openvpn-2.5.0/src/openvpn/route.c:3654:                    memcpy(rgi->hwaddr, LLADDR(sdl), 6);
openvpn-2.5.0/src/openvpn/route.c-3655-                    rgi->flags |= RGI_HWADDR_DEFINED;
##############################################
openvpn-2.5.0/src/openvpn/route.c-3733-
openvpn-2.5.0/src/openvpn/route.c:3734:    NEXTADDR(RTA_DST, so_dst);
openvpn-2.5.0/src/openvpn/route.c:3735:    NEXTADDR(RTA_NETMASK, so_mask);
openvpn-2.5.0/src/openvpn/route.c-3736-
##############################################
openvpn-2.5.0/src/openvpn/route.c-3937-{
openvpn-2.5.0/src/openvpn/route.c:3938:    if (test_local_addr(addr, NULL) == TLA_NONLOCAL && addr != 0 && addr != IPV4_NETMASK_HOST)
openvpn-2.5.0/src/openvpn/route.c-3939-    {
##############################################
openvpn-2.5.0/src/openvpn/route.c-3949-        bool succeed = false;
openvpn-2.5.0/src/openvpn/route.c:3950:        const in_addr_t ip = getaddr(GETADDR_HOST_ORDER, iplist->IpAddress.String, 0, &succeed, NULL);
openvpn-2.5.0/src/openvpn/route.c-3951-        if (succeed)
##############################################
openvpn-2.5.0/src/openvpn/route.c-4015-int
openvpn-2.5.0/src/openvpn/route.c:4016:test_local_addr(const in_addr_t addr, const struct route_gateway_info *rgi)
openvpn-2.5.0/src/openvpn/route.c-4017-{
##############################################
openvpn-2.5.0/src/openvpn/route.c-4046-int
openvpn-2.5.0/src/openvpn/route.c:4047:test_local_addr(const in_addr_t addr, const struct route_gateway_info *rgi)  /* PLATFORM-SPECIFIC */
openvpn-2.5.0/src/openvpn/route.c-4048-{
##############################################
openvpn-2.5.0/src/openvpn/multi.c-955-                                  sep, print_in_addr_t(mi->reporting_addr, IA_EMPTY_IF_UNDEF, &gc),
openvpn-2.5.0/src/openvpn/multi.c:956:                                  sep, print_in6_addr(mi->reporting_addr_ipv6, IA_EMPTY_IF_UNDEF, &gc),
openvpn-2.5.0/src/openvpn/multi.c-957-                                  sep, mi->context.c2.link_read_bytes,
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1060-static struct multi_instance *
openvpn-2.5.0/src/openvpn/multi.c:1061:multi_learn_addr(struct multi_context *m,
openvpn-2.5.0/src/openvpn/multi.c-1062-                 struct multi_instance *mi,
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1153-static struct multi_instance *
openvpn-2.5.0/src/openvpn/multi.c:1154:multi_get_instance_by_virtual_addr(struct multi_context *m,
openvpn-2.5.0/src/openvpn/multi.c-1155-                                   const struct mroute_addr *addr,
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1196-                struct multi_instance *mi = route->instance;
openvpn-2.5.0/src/openvpn/multi.c:1197:                multi_learn_addr(m, mi, addr, MULTI_ROUTE_CACHE|MULTI_ROUTE_AGEABLE);
openvpn-2.5.0/src/openvpn/multi.c-1198-                ret = mi;
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1229-/*
openvpn-2.5.0/src/openvpn/multi.c:1230: * Helper function to multi_learn_addr().
openvpn-2.5.0/src/openvpn/multi.c-1231- */
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1244-    remote_si.addr.in4.sin_addr.s_addr = htonl(a);
openvpn-2.5.0/src/openvpn/multi.c:1245:    ASSERT(mroute_extract_openvpn_sockaddr(&addr, &remote_si, false));
openvpn-2.5.0/src/openvpn/multi.c-1246-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1253-    {
openvpn-2.5.0/src/openvpn/multi.c:1254:        struct multi_instance *owner = multi_learn_addr(m, mi, &addr, 0);
openvpn-2.5.0/src/openvpn/multi.c-1255-#ifdef MANAGEMENT_DEF_AUTH
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1257-        {
openvpn-2.5.0/src/openvpn/multi.c:1258:            management_learn_addr(management, &mi->context.c2.mda_context, &addr, primary);
openvpn-2.5.0/src/openvpn/multi.c-1259-        }
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1265-static struct multi_instance *
openvpn-2.5.0/src/openvpn/multi.c:1266:multi_learn_in6_addr(struct multi_context *m,
openvpn-2.5.0/src/openvpn/multi.c-1267-                     struct multi_instance *mi,
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1286-    {
openvpn-2.5.0/src/openvpn/multi.c:1287:        struct multi_instance *owner = multi_learn_addr(m, mi, &addr, 0);
openvpn-2.5.0/src/openvpn/multi.c-1288-#ifdef MANAGEMENT_DEF_AUTH
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1290-        {
openvpn-2.5.0/src/openvpn/multi.c:1291:            management_learn_addr(management, &mi->context.c2.mda_context, &addr, primary);
openvpn-2.5.0/src/openvpn/multi.c-1292-        }
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1334-            msg(D_MULTI_LOW, "MULTI: internal route %s/%d -> %s",
openvpn-2.5.0/src/openvpn/multi.c:1335:                print_in6_addr(ir6->network, 0, &gc),
openvpn-2.5.0/src/openvpn/multi.c-1336-                ir6->netbits,
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1340-
openvpn-2.5.0/src/openvpn/multi.c:1341:            multi_learn_in6_addr(m, mi, ir6->network, ir6->netbits, false);
openvpn-2.5.0/src/openvpn/multi.c-1342-        }
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1438-static void
openvpn-2.5.0/src/openvpn/multi.c:1439:multi_select_virtual_addr(struct multi_context *m, struct multi_instance *mi)
openvpn-2.5.0/src/openvpn/multi.c-1440-{
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1494-                 (mi->context.options.ifconfig_ipv6_pool_defined
openvpn-2.5.0/src/openvpn/multi.c:1495:                  ? print_in6_addr( remote_ipv6, 0, &gc )
openvpn-2.5.0/src/openvpn/multi.c-1496-                  : "(Not enabled)") );
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1567-        msg( M_INFO, "MULTI_sva: push_ifconfig_ipv6 %s/%d",
openvpn-2.5.0/src/openvpn/multi.c:1568:             print_in6_addr( mi->context.c2.push_ifconfig_ipv6_local, 0, &gc ),
openvpn-2.5.0/src/openvpn/multi.c-1569-             mi->context.c2.push_ifconfig_ipv6_netbits );
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1616-    {
openvpn-2.5.0/src/openvpn/multi.c:1617:        setenv_in6_addr(mi->context.c2.es,
openvpn-2.5.0/src/openvpn/multi.c-1618-                        "ifconfig_pool_remote",
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1620-                        SA_SET_IF_NONZERO);
openvpn-2.5.0/src/openvpn/multi.c:1621:        setenv_in6_addr(mi->context.c2.es,
openvpn-2.5.0/src/openvpn/multi.c-1622-                        "ifconfig_pool_local",
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1655-         */
openvpn-2.5.0/src/openvpn/multi.c:1656:        multi_select_virtual_addr(m, mi);
openvpn-2.5.0/src/openvpn/multi.c-1657-        multi_set_virtual_addr_env(mi);
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1698-         */
openvpn-2.5.0/src/openvpn/multi.c:1699:        multi_select_virtual_addr(m, mi);
openvpn-2.5.0/src/openvpn/multi.c-1700-        multi_set_virtual_addr_env(mi);
##############################################
openvpn-2.5.0/src/openvpn/multi.c-1739-         */
openvpn-2.5.0/src/openvpn/multi.c:1740:        multi_select_virtual_addr(m, mi);
openvpn-2.5.0/src/openvpn/multi.c-1741-        multi_set_virtual_addr_env(mi);
##############################################
openvpn-2.5.0/src/openvpn/multi.c-2404-        {
openvpn-2.5.0/src/openvpn/multi.c:2405:            multi_learn_in6_addr(m, mi,
openvpn-2.5.0/src/openvpn/multi.c-2406-                                 mi->context.c2.push_ifconfig_ipv6_local,
##############################################
openvpn-2.5.0/src/openvpn/multi.c-2409-            const char *ifconfig_local_ipv6 =
openvpn-2.5.0/src/openvpn/multi.c:2410:                print_in6_addr(mi->context.c2.push_ifconfig_ipv6_local, 0, &gc);
openvpn-2.5.0/src/openvpn/multi.c-2411-            msg(D_MULTI_LOW, "MULTI: primary virtual IPv6 for %s: %s",
##############################################
openvpn-2.5.0/src/openvpn/multi.c-2486-    /* do --client-connect setenvs */
openvpn-2.5.0/src/openvpn/multi.c:2487:    multi_select_virtual_addr(m, mi);
openvpn-2.5.0/src/openvpn/multi.c-2488-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-2543-             */
openvpn-2.5.0/src/openvpn/multi.c:2544:            multi_select_virtual_addr(m, mi);
openvpn-2.5.0/src/openvpn/multi.c-2545-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3051-
openvpn-2.5.0/src/openvpn/multi.c:3052:    if (!mroute_extract_openvpn_sockaddr(&real, &m->top.c2.from.dest, true))
openvpn-2.5.0/src/openvpn/multi.c-3053-    {
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3104-
openvpn-2.5.0/src/openvpn/multi.c:3105:    tls_update_remote_addr(mi->context.c2.tls_multi, &mi->context.c2.from);
openvpn-2.5.0/src/openvpn/multi.c-3106-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3208-                /* make sure that source address is associated with this client */
openvpn-2.5.0/src/openvpn/multi.c:3209:                else if (multi_get_instance_by_virtual_addr(m, &src, true) != m->pending)
openvpn-2.5.0/src/openvpn/multi.c-3210-                {
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3235-                        ASSERT(!(mroute_flags & MROUTE_EXTRACT_BCAST));
openvpn-2.5.0/src/openvpn/multi.c:3236:                        mi = multi_get_instance_by_virtual_addr(m, &dest, true);
openvpn-2.5.0/src/openvpn/multi.c-3237-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3305-                {
openvpn-2.5.0/src/openvpn/multi.c:3306:                    if (multi_learn_addr(m, m->pending, &src, 0) == m->pending)
openvpn-2.5.0/src/openvpn/multi.c-3307-                    {
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3317-                            {
openvpn-2.5.0/src/openvpn/multi.c:3318:                                mi = multi_get_instance_by_virtual_addr(m, &dest, false);
openvpn-2.5.0/src/openvpn/multi.c-3319-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3458-            {
openvpn-2.5.0/src/openvpn/multi.c:3459:                multi_set_pending(m, multi_get_instance_by_virtual_addr(m, &dest, dev_type == DEV_TYPE_TUN));
openvpn-2.5.0/src/openvpn/multi.c-3460-
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3841-static int
openvpn-2.5.0/src/openvpn/multi.c:3842:management_callback_kill_by_addr(void *arg, const in_addr_t addr, const int port)
openvpn-2.5.0/src/openvpn/multi.c-3843-{
##############################################
openvpn-2.5.0/src/openvpn/multi.c-3854-    saddr.addr.in4.sin_port = htons(port);
openvpn-2.5.0/src/openvpn/multi.c:3855:    if (mroute_extract_openvpn_sockaddr(&maddr, &saddr, true))
openvpn-2.5.0/src/openvpn/multi.c-3856-    {
##############################################
openvpn-2.5.0/src/openvpn/clinat.c-131-
openvpn-2.5.0/src/openvpn/clinat.c:132:    e.network = getaddr(0, network, 0, &ok, NULL);
openvpn-2.5.0/src/openvpn/clinat.c-133-    if (!ok)
##############################################
openvpn-2.5.0/src/openvpn/clinat.c-137-    }
openvpn-2.5.0/src/openvpn/clinat.c:138:    e.netmask = getaddr(0, netmask, 0, &ok, NULL);
openvpn-2.5.0/src/openvpn/clinat.c-139-    if (!ok)
##############################################
openvpn-2.5.0/src/openvpn/clinat.c-143-    }
openvpn-2.5.0/src/openvpn/clinat.c:144:    e.foreign_network = getaddr(0, foreign_network, 0, &ok, NULL);
openvpn-2.5.0/src/openvpn/clinat.c-145-    if (!ok)
##############################################
openvpn-2.5.0/src/openvpn/pool.c-255-        msg(D_IFCONFIG_POOL, "IFCONFIG POOL IPv6: base=%s size=%d netbits=%d",
openvpn-2.5.0/src/openvpn/pool.c:256:            print_in6_addr(pool->ipv6.base, 0, &gc), pool_ipv6_size,
openvpn-2.5.0/src/openvpn/pool.c-257-            ipv6_netbits);
##############################################
openvpn-2.5.0/src/openvpn/pool.c-353-        {
openvpn-2.5.0/src/openvpn/pool.c:354:            *remote_ipv6 = add_in6_addr(pool->ipv6.base, i);
openvpn-2.5.0/src/openvpn/pool.c-355-        }
##############################################
openvpn-2.5.0/src/openvpn/pool.c-485-    {
openvpn-2.5.0/src/openvpn/pool.c:486:        ret = add_in6_addr( pool->ipv6.base, hand );
openvpn-2.5.0/src/openvpn/pool.c-487-    }
##############################################
openvpn-2.5.0/src/openvpn/pool.c-529-                    ip6 = ifconfig_pool_handle_to_ipv6_base(pool, i);
openvpn-2.5.0/src/openvpn/pool.c:530:                    ip6_str = print_in6_addr(ip6, 0, &gc);
openvpn-2.5.0/src/openvpn/pool.c-531-                }
##############################################
openvpn-2.5.0/src/openvpn/pool.c-660-                bool v4_ok = true;
openvpn-2.5.0/src/openvpn/pool.c:661:                in_addr_t addr = getaddr(GETADDR_HOST_ORDER, ip_buf, 0, &v4_ok,
openvpn-2.5.0/src/openvpn/pool.c-662-                                         NULL);
##############################################
openvpn-2.5.0/src/openvpn/pool.c-684-
openvpn-2.5.0/src/openvpn/pool.c:685:                if (!get_ipv6_addr(ip6_buf, &addr6, NULL, M_WARN))
openvpn-2.5.0/src/openvpn/pool.c-686-                {
##############################################
openvpn-2.5.0/src/openvpn/init.c-1204-        {
openvpn-2.5.0/src/openvpn/init.c:1205:            set_lladdr(options->dev, options->lladdr, NULL);
openvpn-2.5.0/src/openvpn/init.c-1206-        }
##############################################
openvpn-2.5.0/src/openvpn/init.c-1876-    {
openvpn-2.5.0/src/openvpn/init.c:1877:        set_lladdr(c->c1.tuntap->actual_name, c->options.lladdr, c->c2.es);
openvpn-2.5.0/src/openvpn/init.c-1878-    }
##############################################
openvpn-2.5.0/src/openvpn/tun.c-127-            add ? "add" : "remove",
openvpn-2.5.0/src/openvpn/tun.c:128:            print_in6_addr(tt->local_ipv6, 0, &gc), addr.prefix_len);
openvpn-2.5.0/src/openvpn/tun.c-129-    }
##############################################
openvpn-2.5.0/src/openvpn/tun.c-717-    {
openvpn-2.5.0/src/openvpn/tun.c:718:        const char *ifconfig_ipv6_local = print_in6_addr(tt->local_ipv6, 0, &gc);
openvpn-2.5.0/src/openvpn/tun.c:719:        const char *ifconfig_ipv6_remote = print_in6_addr(tt->remote_ipv6, 0, &gc);
openvpn-2.5.0/src/openvpn/tun.c-720-
##############################################
openvpn-2.5.0/src/openvpn/tun.c-771-
openvpn-2.5.0/src/openvpn/tun.c:772:        tt->local = getaddr(
openvpn-2.5.0/src/openvpn/tun.c-773-            GETADDR_RESOLVE
##############################################
openvpn-2.5.0/src/openvpn/tun.c-781-
openvpn-2.5.0/src/openvpn/tun.c:782:        tt->remote_netmask = getaddr(
openvpn-2.5.0/src/openvpn/tun.c-783-            (tun ? GETADDR_RESOLVE : 0)
##############################################
openvpn-2.5.0/src/openvpn/tun.c-1016-    struct gc_arena gc = gc_new();
openvpn-2.5.0/src/openvpn/tun.c:1017:    const char *ifconfig_ipv6_local = print_in6_addr(tt->local_ipv6, 0, &gc);
openvpn-2.5.0/src/openvpn/tun.c-1018-#endif
##############################################
openvpn-2.5.0/src/openvpn/tun.c-1048-    {
openvpn-2.5.0/src/openvpn/tun.c:1049:        const char *ifconfig_ipv6_remote = print_in6_addr(tt->remote_ipv6, 0, &gc);
openvpn-2.5.0/src/openvpn/tun.c-1050-
##############################################
openvpn-2.5.0/src/openvpn/tun.c-1861-        management_android_control(management, "DNS6SERVER",
openvpn-2.5.0/src/openvpn/tun.c:1862:                                   print_in6_addr(tt->options.dns6[i], 0, &gc));
openvpn-2.5.0/src/openvpn/tun.c-1863-    }
##############################################
openvpn-2.5.0/src/openvpn/tun.c-2169-    struct gc_arena gc = gc_new();
openvpn-2.5.0/src/openvpn/tun.c:2170:    const char *ifconfig_ipv6_local = print_in6_addr(tt->local_ipv6, 0, gc);
openvpn-2.5.0/src/openvpn/tun.c-2171-    struct argv argv = argv_new();
##############################################
openvpn-2.5.0/src/openvpn/tun.c-3236-        const char *ifconfig_ipv6_local =
openvpn-2.5.0/src/openvpn/tun.c:3237:            print_in6_addr(tt->local_ipv6, 0, &gc);
openvpn-2.5.0/src/openvpn/tun.c-3238-
##############################################
openvpn-2.5.0/src/openvpn/tun.c-4557-            {
openvpn-2.5.0/src/openvpn/tun.c:4558:                *ip = getaddr(getaddr_flags, ip_str, 0, &succeed1, NULL);
openvpn-2.5.0/src/openvpn/tun.c:4559:                *netmask = getaddr(getaddr_flags, netmask_str, 0, &succeed2, NULL);
openvpn-2.5.0/src/openvpn/tun.c-4560-                ret = (succeed1 == true && succeed2 == true);
##############################################
openvpn-2.5.0/src/openvpn/tun.c-5275-
openvpn-2.5.0/src/openvpn/tun.c:5276:        ip = getaddr(getaddr_flags, ip_str, 0, &succeed, NULL);
openvpn-2.5.0/src/openvpn/tun.c-5277-        if (!succeed)
##############################################
openvpn-2.5.0/src/openvpn/tun.c-5368-                    NETSH_PATH_SUFFIX, adapter_index,
openvpn-2.5.0/src/openvpn/tun.c:5369:                    print_in6_addr(addr_list[i], 0, &gc));
openvpn-2.5.0/src/openvpn/tun.c-5370-
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6027-static uint32_t
openvpn-2.5.0/src/openvpn/tun.c:6028:dhcp_masq_addr(const in_addr_t local, const in_addr_t netmask, const int offset)
openvpn-2.5.0/src/openvpn/tun.c-6029-{
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6111-static void
openvpn-2.5.0/src/openvpn/tun.c:6112:tuntap_set_ip_addr(struct tuntap *tt,
openvpn-2.5.0/src/openvpn/tun.c-6113-                   const char *device_guid,
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6393-            {
openvpn-2.5.0/src/openvpn/tun.c:6394:                ep[2] = dhcp_masq_addr(tt->local, tt->remote_netmask, tt->options.dhcp_masq_offset);
openvpn-2.5.0/src/openvpn/tun.c-6395-            }
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6397-            {
openvpn-2.5.0/src/openvpn/tun.c:6398:                ep[2] = dhcp_masq_addr(tt->local, tt->remote_netmask, -1);
openvpn-2.5.0/src/openvpn/tun.c-6399-            }
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6408-        ASSERT(tt->type == DEV_TYPE_TAP);
openvpn-2.5.0/src/openvpn/tun.c:6409:        ep[2] = dhcp_masq_addr(tt->local, tt->adapter_netmask, tt->options.dhcp_masq_custom_offset ? tt->options.dhcp_masq_offset : 0);
openvpn-2.5.0/src/openvpn/tun.c-6410-    }
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6683-    /* possibly use IP Helper API to set IP address on adapter */
openvpn-2.5.0/src/openvpn/tun.c:6684:    tuntap_set_ip_addr(tt, device_guid, dhcp_masq_post);
openvpn-2.5.0/src/openvpn/tun.c-6685-}
##############################################
openvpn-2.5.0/src/openvpn/tun.c-6792-    {
openvpn-2.5.0/src/openvpn/tun.c:6793:        ifconfig_ip_local = print_in6_addr(tt->local_ipv6, 0, gc);
openvpn-2.5.0/src/openvpn/tun.c-6794-    }
##############################################
openvpn-2.5.0/src/openvpn/networking_iproute2.c-118-    struct argv argv = argv_new();
openvpn-2.5.0/src/openvpn/networking_iproute2.c:119:    char *addr_str = (char *)print_in6_addr(*addr, 0, &ctx->gc);
openvpn-2.5.0/src/openvpn/networking_iproute2.c-120-
##############################################
openvpn-2.5.0/src/openvpn/networking_iproute2.c-154-    struct argv argv = argv_new();
openvpn-2.5.0/src/openvpn/networking_iproute2.c:155:    char *addr_str = (char *)print_in6_addr(*addr, 0, &ctx->gc);
openvpn-2.5.0/src/openvpn/networking_iproute2.c-156-
##############################################
openvpn-2.5.0/src/openvpn/networking_iproute2.c-243-    struct argv argv = argv_new();
openvpn-2.5.0/src/openvpn/networking_iproute2.c:244:    char *dst_str = (char *)print_in6_addr(*dst, 0, &ctx->gc);
openvpn-2.5.0/src/openvpn/networking_iproute2.c-245-
##############################################
openvpn-2.5.0/src/openvpn/networking_iproute2.c-250-    {
openvpn-2.5.0/src/openvpn/networking_iproute2.c:251:        char *gw_str = (char *)print_in6_addr(*gw, 0, &ctx->gc);
openvpn-2.5.0/src/openvpn/networking_iproute2.c-252-
##############################################
openvpn-2.5.0/src/openvpn/networking_iproute2.c-297-    struct argv argv = argv_new();
openvpn-2.5.0/src/openvpn/networking_iproute2.c:298:    char *dst_str = (char *)print_in6_addr(*dst, 0, &ctx->gc);
openvpn-2.5.0/src/openvpn/networking_iproute2.c-299-
##############################################
openvpn-2.5.0/src/openvpn/networking_iproute2.c-304-    {
openvpn-2.5.0/src/openvpn/networking_iproute2.c:305:        char *gw_str = (char *)print_in6_addr(*gw, 0, &ctx->gc);
openvpn-2.5.0/src/openvpn/networking_iproute2.c-306-
##############################################
openvpn-2.5.0/src/openvpn/lladdr.h-6-
openvpn-2.5.0/src/openvpn/lladdr.h:7:int set_lladdr(const char *ifname, const char *lladdr,
openvpn-2.5.0/src/openvpn/lladdr.h-8-               const struct env_set *es);
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-50-static inline bool
openvpn-2.5.0/src/openvpn/mroute.c:51:is_mac_mcast_addr(const uint8_t *mac)
openvpn-2.5.0/src/openvpn/mroute.c-52-{
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-56-static inline bool
openvpn-2.5.0/src/openvpn/mroute.c:57:is_mac_mcast_maddr(const struct mroute_addr *addr)
openvpn-2.5.0/src/openvpn/mroute.c-58-{
openvpn-2.5.0/src/openvpn/mroute.c-59-    return (addr->type & MR_ADDR_MASK) == MR_ADDR_ETHER
openvpn-2.5.0/src/openvpn/mroute.c:60:           && is_mac_mcast_addr(addr->ether.addr);
openvpn-2.5.0/src/openvpn/mroute.c-61-}
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-101-
openvpn-2.5.0/src/openvpn/mroute.c:102:    if (is_mac_mcast_maddr(addr))
openvpn-2.5.0/src/openvpn/mroute.c-103-    {
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-124-static inline void
openvpn-2.5.0/src/openvpn/mroute.c:125:mroute_get_in6_addr(struct mroute_addr *ma, const struct in6_addr src, unsigned int mask)
openvpn-2.5.0/src/openvpn/mroute.c-126-{
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-223-                    msg( M_INFO, "IPv6 packet! src=%s, dst=%s",
openvpn-2.5.0/src/openvpn/mroute.c:224:                         print_in6_addr( ipv6->saddr, 0, &gc ),
openvpn-2.5.0/src/openvpn/mroute.c:225:                         print_in6_addr( ipv6->daddr, 0, &gc ));
openvpn-2.5.0/src/openvpn/mroute.c-226-                    gc_free(&gc);
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-228-
openvpn-2.5.0/src/openvpn/mroute.c:229:                    mroute_get_in6_addr(src, ipv6->saddr, 0);
openvpn-2.5.0/src/openvpn/mroute.c:230:                    mroute_get_in6_addr(dest, ipv6->daddr, 0);
openvpn-2.5.0/src/openvpn/mroute.c-231-
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-249-static void
openvpn-2.5.0/src/openvpn/mroute.c:250:mroute_copy_ether_to_addr(struct mroute_addr *maddr,
openvpn-2.5.0/src/openvpn/mroute.c-251-                          const uint8_t *ether_addr,
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-275-        {
openvpn-2.5.0/src/openvpn/mroute.c:276:            mroute_copy_ether_to_addr(src, eth->source, vid);
openvpn-2.5.0/src/openvpn/mroute.c-277-        }
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-279-        {
openvpn-2.5.0/src/openvpn/mroute.c:280:            mroute_copy_ether_to_addr(dest, eth->dest, vid);
openvpn-2.5.0/src/openvpn/mroute.c-281-
openvpn-2.5.0/src/openvpn/mroute.c-282-            /* ethernet broadcast/multicast packet? */
openvpn-2.5.0/src/openvpn/mroute.c:283:            if (is_mac_mcast_addr(eth->dest))
openvpn-2.5.0/src/openvpn/mroute.c-284-            {
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-331-/*
openvpn-2.5.0/src/openvpn/mroute.c:332: * Translate a struct openvpn_sockaddr (osaddr)
openvpn-2.5.0/src/openvpn/mroute.c:333: * to a struct mroute_addr (addr).
openvpn-2.5.0/src/openvpn/mroute.c-334- */
openvpn-2.5.0/src/openvpn/mroute.c-335-bool
openvpn-2.5.0/src/openvpn/mroute.c:336:mroute_extract_openvpn_sockaddr(struct mroute_addr *addr,
openvpn-2.5.0/src/openvpn/mroute.c-337-                                const struct openvpn_sockaddr *osaddr,
##############################################
openvpn-2.5.0/src/openvpn/mroute.c-514-                {
openvpn-2.5.0/src/openvpn/mroute.c:515:                    buf_printf(&out, "%s", print_in6_addr(maddr.v6.addr, 0, gc));
openvpn-2.5.0/src/openvpn/mroute.c-516-                }
##############################################
openvpn-2.5.0/src/openvpn/manage.c-524-            bool status;
openvpn-2.5.0/src/openvpn/manage.c:525:            const in_addr_t addr = getaddr(GETADDR_HOST_ORDER|GETADDR_MSG_VIRT_OUT, p1, 0, &status, NULL);
openvpn-2.5.0/src/openvpn/manage.c-526-            if (status)
##############################################
openvpn-2.5.0/src/openvpn/manage.c-1769-        description,
openvpn-2.5.0/src/openvpn/manage.c:1770:        print_sockaddr(man->settings.local->ai_addr, &gc));
openvpn-2.5.0/src/openvpn/manage.c-1771-
##############################################
openvpn-2.5.0/src/openvpn/manage.c-1907-        msg(D_MANAGEMENT, "MANAGEMENT: TCP Socket listening on %s",
openvpn-2.5.0/src/openvpn/manage.c:1908:            print_sockaddr(man->settings.local->ai_addr, &gc));
openvpn-2.5.0/src/openvpn/manage.c-1909-    }
##############################################
openvpn-2.5.0/src/openvpn/manage.c-1974-            "MANAGEMENT: connect to %s failed",
openvpn-2.5.0/src/openvpn/manage.c:1975:            print_sockaddr(man->settings.local->ai_addr, &gc));
openvpn-2.5.0/src/openvpn/manage.c-1976-        throw_signal_soft(SIGTERM, "management-connect-failed");
##############################################
openvpn-2.5.0/src/openvpn/manage.c-3011-void
openvpn-2.5.0/src/openvpn/manage.c:3012:management_learn_addr(struct management *management,
openvpn-2.5.0/src/openvpn/manage.c-3013-                      struct man_def_auth_context *mdac,
##############################################
openvpn-2.5.0/src/openvpn/manage.c-4001-    {
openvpn-2.5.0/src/openvpn/manage.c:4002:        buf_printf(&out, ",%s", print_in6_addr(e->local_ip6, IA_EMPTY_IF_UNDEF, gc));
openvpn-2.5.0/src/openvpn/manage.c-4003-    }
##############################################
openvpn-2.5.0/src/openvpn/mroute.h-140-
openvpn-2.5.0/src/openvpn/mroute.h:141:bool mroute_extract_openvpn_sockaddr(struct mroute_addr *addr,
openvpn-2.5.0/src/openvpn/mroute.h-142-                                     const struct openvpn_sockaddr *osaddr,
##############################################
openvpn-2.5.0/src/openvpn/mroute.h-251-static inline in_addr_t
openvpn-2.5.0/src/openvpn/mroute.h:252:in_addr_t_from_mroute_addr(const struct mroute_addr *addr)
openvpn-2.5.0/src/openvpn/mroute.h-253-{
##############################################
openvpn-2.5.0/src/openvpn/forward.c-588-     */
openvpn-2.5.0/src/openvpn/forward.c:589:    link_socket_get_outgoing_addr(&c->c2.buf, get_link_socket_info(c),
openvpn-2.5.0/src/openvpn/forward.c-590-                                  &c->c2.to_link_addr);
##############################################
openvpn-2.5.0/src/openvpn/forward.c-929-        const uint8_t *ad_start = NULL;
openvpn-2.5.0/src/openvpn/forward.c:930:        if (!link_socket_verify_incoming_addr(&c->c2.buf, lsi, &c->c2.from))
openvpn-2.5.0/src/openvpn/forward.c-931-        {
openvpn-2.5.0/src/openvpn/forward.c:932:            link_socket_bad_incoming_addr(&c->c2.buf, lsi, &c->c2.from);
openvpn-2.5.0/src/openvpn/forward.c-933-        }
##############################################
openvpn-2.5.0/src/openvpn/forward.c-1042-        {
openvpn-2.5.0/src/openvpn/forward.c:1043:            link_socket_set_outgoing_addr(lsi, &c->c2.from, NULL, c->c2.es);
openvpn-2.5.0/src/openvpn/forward.c-1044-        }
##############################################
openvpn-2.5.0/src/openvpn/helper.c-195-        o->ifconfig_ipv6_local =
openvpn-2.5.0/src/openvpn/helper.c:196:            print_in6_addr( add_in6_addr( o->server_network_ipv6, 1), 0, &o->gc );
openvpn-2.5.0/src/openvpn/helper.c-197-        o->ifconfig_ipv6_remote =
openvpn-2.5.0/src/openvpn/helper.c:198:            print_in6_addr( add_in6_addr( o->server_network_ipv6, 2), 0, &o->gc );
openvpn-2.5.0/src/openvpn/helper.c-199-        o->ifconfig_ipv6_netbits = o->server_netbits_ipv6;
##############################################
openvpn-2.5.0/src/openvpn/helper.c-209-         */
openvpn-2.5.0/src/openvpn/helper.c:210:        o->ifconfig_ipv6_pool_base = add_in6_addr(o->server_network_ipv6,
openvpn-2.5.0/src/openvpn/helper.c-211-                                                  o->server_netbits_ipv6 < 112 ? 0x1000 : 2);
##############################################
openvpn-2.5.0/src/openvpn/options.c-1013-static in_addr_t
openvpn-2.5.0/src/openvpn/options.c:1014:get_ip_addr(const char *ip_string, int msglevel, bool *error)
openvpn-2.5.0/src/openvpn/options.c-1015-{
##############################################
openvpn-2.5.0/src/openvpn/options.c-1024-
openvpn-2.5.0/src/openvpn/options.c:1025:    ret = getaddr(flags, ip_string, 0, &succeeded, NULL);
openvpn-2.5.0/src/openvpn/options.c-1026-    if (!succeeded && error)
##############################################
openvpn-2.5.0/src/openvpn/options.c-1061-
openvpn-2.5.0/src/openvpn/options.c:1062:    return get_ipv6_addr( ipv6_prefix_spec, &t_addr, &t_bits, M_WARN );
openvpn-2.5.0/src/openvpn/options.c-1063-}
##############################################
openvpn-2.5.0/src/openvpn/options.c-1191-    }
openvpn-2.5.0/src/openvpn/options.c:1192:    else if (get_ipv6_addr(parm, &addr, NULL, msglevel))
openvpn-2.5.0/src/openvpn/options.c-1193-    {
##############################################
openvpn-2.5.0/src/openvpn/options.c-1211-            bool error = false;
openvpn-2.5.0/src/openvpn/options.c:1212:            const in_addr_t addr = get_ip_addr(parm, msglevel, &error);
openvpn-2.5.0/src/openvpn/options.c-1213-            if (!error)
##############################################
openvpn-2.5.0/src/openvpn/options.c-1254-    msg(D_SHOW_PARMS, "  server_netmask = %s", print_in_addr_t(o->server_netmask, 0, &gc));
openvpn-2.5.0/src/openvpn/options.c:1255:    msg(D_SHOW_PARMS, "  server_network_ipv6 = %s", print_in6_addr(o->server_network_ipv6, 0, &gc) );
openvpn-2.5.0/src/openvpn/options.c-1256-    SHOW_INT(server_netbits_ipv6);
##############################################
openvpn-2.5.0/src/openvpn/options.c-1279-    SHOW_BOOL(ifconfig_ipv6_pool_defined);
openvpn-2.5.0/src/openvpn/options.c:1280:    msg(D_SHOW_PARMS, "  ifconfig_ipv6_pool_base = %s", print_in6_addr(o->ifconfig_ipv6_pool_base, 0, &gc));
openvpn-2.5.0/src/openvpn/options.c-1281-    SHOW_INT(ifconfig_ipv6_pool_netbits);
##############################################
openvpn-2.5.0/src/openvpn/options.c-1295-    SHOW_BOOL(push_ifconfig_ipv6_defined);
openvpn-2.5.0/src/openvpn/options.c:1296:    msg(D_SHOW_PARMS, "  push_ifconfig_ipv6_local = %s/%d", print_in6_addr(o->push_ifconfig_ipv6_local, 0, &gc), o->push_ifconfig_ipv6_netbits );
openvpn-2.5.0/src/openvpn/options.c:1297:    msg(D_SHOW_PARMS, "  push_ifconfig_ipv6_remote = %s", print_in6_addr(o->push_ifconfig_ipv6_remote, 0, &gc));
openvpn-2.5.0/src/openvpn/options.c-1298-    SHOW_BOOL(enable_c2c);
##############################################
openvpn-2.5.0/src/openvpn/options.c-1334-    ALLOC_OBJ_GC(ir, struct iroute, &o->gc);
openvpn-2.5.0/src/openvpn/options.c:1335:    ir->network = getaddr(GETADDR_HOST_ORDER, network_str, 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c-1336-    ir->netbits = -1;
##############################################
openvpn-2.5.0/src/openvpn/options.c-1339-    {
openvpn-2.5.0/src/openvpn/options.c:1340:        const in_addr_t netmask = getaddr(GETADDR_HOST_ORDER, netmask_str, 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c-1341-        if (!netmask_to_netbits(ir->network, netmask, &ir->netbits))
##############################################
openvpn-2.5.0/src/openvpn/options.c-1362-
openvpn-2.5.0/src/openvpn/options.c:1363:    if (!get_ipv6_addr(prefix_str, &ir->network, &ir->netbits, msglevel ))
openvpn-2.5.0/src/openvpn/options.c-1364-    {
##############################################
openvpn-2.5.0/src/openvpn/options.c-5275-        {
openvpn-2.5.0/src/openvpn/options.c:5276:            get_ipv6_addr(p[1], &remote, NULL, M_WARN);
openvpn-2.5.0/src/openvpn/options.c-5277-        }
##############################################
openvpn-2.5.0/src/openvpn/options.c-5574-        VERIFY_PERMISSION(OPT_P_UP);
openvpn-2.5.0/src/openvpn/options.c:5575:        if (get_ipv6_addr( p[1], NULL, &netbits, msglevel )
openvpn-2.5.0/src/openvpn/options.c-5576-            && ipv6_addr_safe( p[2] ) )
##############################################
openvpn-2.5.0/src/openvpn/options.c-6467-        {
openvpn-2.5.0/src/openvpn/options.c:6468:            if (!ip_or_dns_addr_safe(p[1], options->allow_pull_fqdn) && !is_special_addr(p[1])) /* FQDN -- may be DNS name */
openvpn-2.5.0/src/openvpn/options.c-6469-            {
##############################################
openvpn-2.5.0/src/openvpn/options.c-6477-            }
openvpn-2.5.0/src/openvpn/options.c:6478:            if (p[3] && !ip_or_dns_addr_safe(p[3], options->allow_pull_fqdn) && !is_special_addr(p[3])) /* FQDN -- may be DNS name */
openvpn-2.5.0/src/openvpn/options.c-6479-            {
##############################################
openvpn-2.5.0/src/openvpn/options.c-6521-        {
openvpn-2.5.0/src/openvpn/options.c:6522:            if (ip_or_dns_addr_safe(p[1], options->allow_pull_fqdn) || is_special_addr(p[1])) /* FQDN -- may be DNS name */
openvpn-2.5.0/src/openvpn/options.c-6523-            {
##############################################
openvpn-2.5.0/src/openvpn/options.c-6771-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/src/openvpn/options.c:6772:        network = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/src/openvpn/options.c:6773:        netmask = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/src/openvpn/options.c-6774-        if (error || !network || !netmask)
##############################################
openvpn-2.5.0/src/openvpn/options.c-6802-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/src/openvpn/options.c:6803:        if (!get_ipv6_addr(p[1], &network, &netbits, lev) )
openvpn-2.5.0/src/openvpn/options.c-6804-        {
##############################################
openvpn-2.5.0/src/openvpn/options.c-6832-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/src/openvpn/options.c:6833:        ip = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/src/openvpn/options.c:6834:        netmask = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/src/openvpn/options.c:6835:        pool_start = get_ip_addr(p[3], lev, &error);
openvpn-2.5.0/src/openvpn/options.c:6836:        pool_end = get_ip_addr(p[4], lev, &error);
openvpn-2.5.0/src/openvpn/options.c-6837-        if (error || !ip || !netmask || !pool_start || !pool_end)
##############################################
openvpn-2.5.0/src/openvpn/options.c-6881-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/src/openvpn/options.c:6882:        start = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/src/openvpn/options.c:6883:        end = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/src/openvpn/options.c-6884-        if (p[3])
openvpn-2.5.0/src/openvpn/options.c-6885-        {
openvpn-2.5.0/src/openvpn/options.c:6886:            netmask = get_ip_addr(p[3], lev, &error);
openvpn-2.5.0/src/openvpn/options.c-6887-        }
##############################################
openvpn-2.5.0/src/openvpn/options.c-6921-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/src/openvpn/options.c:6922:        if (!get_ipv6_addr(p[1], &network, &netbits, lev ) )
openvpn-2.5.0/src/openvpn/options.c-6923-        {
##############################################
openvpn-2.5.0/src/openvpn/options.c-7215-        VERIFY_PERMISSION(OPT_P_INSTANCE);
openvpn-2.5.0/src/openvpn/options.c:7216:        local = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[1], 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c:7217:        remote_netmask = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[2], 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c-7218-        if (local && remote_netmask)
##############################################
openvpn-2.5.0/src/openvpn/options.c-7224-            {
openvpn-2.5.0/src/openvpn/options.c:7225:                options->push_ifconfig_local_alias = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[3], 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c-7226-            }
##############################################
openvpn-2.5.0/src/openvpn/options.c-7238-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/src/openvpn/options.c:7239:        network = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[1], 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c:7240:        netmask = getaddr(GETADDR_HOST_ORDER, p[2], 0, NULL, NULL);
openvpn-2.5.0/src/openvpn/options.c-7241-        if (network && netmask)
##############################################
openvpn-2.5.0/src/openvpn/options.c-7259-
openvpn-2.5.0/src/openvpn/options.c:7260:        if (!get_ipv6_addr( p[1], &local, &netbits, msglevel ) )
openvpn-2.5.0/src/openvpn/options.c-7261-        {
##############################################
openvpn-2.5.0/src/openvpn/options.c-7267-        {
openvpn-2.5.0/src/openvpn/options.c:7268:            if (!get_ipv6_addr( p[2], &remote, NULL, msglevel ) )
openvpn-2.5.0/src/openvpn/options.c-7269-            {
##############################################
openvpn-2.5.0/src/openvpn/options.c-7276-            if (!options->ifconfig_ipv6_local
openvpn-2.5.0/src/openvpn/options.c:7277:                || !get_ipv6_addr( options->ifconfig_ipv6_local, &remote,
openvpn-2.5.0/src/openvpn/options.c-7278-                                   NULL, msglevel ) )
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-81-  { \
openvpn-2.5.0/src/openvpnmsica/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/openvpnmsica/Makefile.in-83-  }; \
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-138-CONFIG_CLEAN_VPATH_FILES =
openvpn-2.5.0/src/openvpnmsica/Makefile.in:139:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/src/openvpnmsica/Makefile.in-140-am__vpath_adj = case $$p in \
openvpn-2.5.0/src/openvpnmsica/Makefile.in:141:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/src/openvpnmsica/Makefile.in-142-    *) f=$$p;; \
openvpn-2.5.0/src/openvpnmsica/Makefile.in-143-  esac;
openvpn-2.5.0/src/openvpnmsica/Makefile.in:144:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/src/openvpnmsica/Makefile.in-145-am__install_max = 40
openvpn-2.5.0/src/openvpnmsica/Makefile.in-146-am__nobase_strip_setup = \
openvpn-2.5.0/src/openvpnmsica/Makefile.in:147:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/src/openvpnmsica/Makefile.in-148-am__nobase_strip = \
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-568-.c.obj:
openvpn-2.5.0/src/openvpnmsica/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/openvpnmsica/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/openvpnmsica/Makefile.in-574-
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-582-libopenvpnmsica_la-dllmain.lo: dllmain.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -MT libopenvpnmsica_la-dllmain.lo -MD -MP -MF $(DEPDIR)/libopenvpnmsica_la-dllmain.Tpo -c -o libopenvpnmsica_la-dllmain.lo `test -f 'dllmain.c' || echo '$(srcdir)/'`dllmain.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopenvpnmsica_la-dllmain.Tpo $(DEPDIR)/libopenvpnmsica_la-dllmain.Plo
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -c -o libopenvpnmsica_la-dllmain.lo `test -f 'dllmain.c' || echo '$(srcdir)/'`dllmain.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-588-
openvpn-2.5.0/src/openvpnmsica/Makefile.in-589-libopenvpnmsica_la-msiex.lo: msiex.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -MT libopenvpnmsica_la-msiex.lo -MD -MP -MF $(DEPDIR)/libopenvpnmsica_la-msiex.Tpo -c -o libopenvpnmsica_la-msiex.lo `test -f 'msiex.c' || echo '$(srcdir)/'`msiex.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopenvpnmsica_la-msiex.Tpo $(DEPDIR)/libopenvpnmsica_la-msiex.Plo
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -c -o libopenvpnmsica_la-msiex.lo `test -f 'msiex.c' || echo '$(srcdir)/'`msiex.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-595-
openvpn-2.5.0/src/openvpnmsica/Makefile.in-596-libopenvpnmsica_la-msica_arg.lo: msica_arg.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -MT libopenvpnmsica_la-msica_arg.lo -MD -MP -MF $(DEPDIR)/libopenvpnmsica_la-msica_arg.Tpo -c -o libopenvpnmsica_la-msica_arg.lo `test -f 'msica_arg.c' || echo '$(srcdir)/'`msica_arg.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopenvpnmsica_la-msica_arg.Tpo $(DEPDIR)/libopenvpnmsica_la-msica_arg.Plo
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -c -o libopenvpnmsica_la-msica_arg.lo `test -f 'msica_arg.c' || echo '$(srcdir)/'`msica_arg.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-602-
openvpn-2.5.0/src/openvpnmsica/Makefile.in-603-libopenvpnmsica_la-openvpnmsica.lo: openvpnmsica.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -MT libopenvpnmsica_la-openvpnmsica.lo -MD -MP -MF $(DEPDIR)/libopenvpnmsica_la-openvpnmsica.Tpo -c -o libopenvpnmsica_la-openvpnmsica.lo `test -f 'openvpnmsica.c' || echo '$(srcdir)/'`openvpnmsica.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopenvpnmsica_la-openvpnmsica.Tpo $(DEPDIR)/libopenvpnmsica_la-openvpnmsica.Plo
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:608:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -c -o libopenvpnmsica_la-openvpnmsica.lo `test -f 'openvpnmsica.c' || echo '$(srcdir)/'`openvpnmsica.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-609-
openvpn-2.5.0/src/openvpnmsica/Makefile.in-610-libopenvpnmsica_la-error.lo: $(top_srcdir)/src/tapctl/error.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in:611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -MT libopenvpnmsica_la-error.lo -MD -MP -MF $(DEPDIR)/libopenvpnmsica_la-error.Tpo -c -o libopenvpnmsica_la-error.lo `test -f '$(top_srcdir)/src/tapctl/error.c' || echo '$(srcdir)/'`$(top_srcdir)/src/tapctl/error.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopenvpnmsica_la-error.Tpo $(DEPDIR)/libopenvpnmsica_la-error.Plo
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -c -o libopenvpnmsica_la-error.lo `test -f '$(top_srcdir)/src/tapctl/error.c' || echo '$(srcdir)/'`$(top_srcdir)/src/tapctl/error.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-616-
openvpn-2.5.0/src/openvpnmsica/Makefile.in-617-libopenvpnmsica_la-tap.lo: $(top_srcdir)/src/tapctl/tap.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in:618:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -MT libopenvpnmsica_la-tap.lo -MD -MP -MF $(DEPDIR)/libopenvpnmsica_la-tap.Tpo -c -o libopenvpnmsica_la-tap.lo `test -f '$(top_srcdir)/src/tapctl/tap.c' || echo '$(srcdir)/'`$(top_srcdir)/src/tapctl/tap.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-619-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libopenvpnmsica_la-tap.Tpo $(DEPDIR)/libopenvpnmsica_la-tap.Plo
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/openvpnmsica/Makefile.in:622:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopenvpnmsica_la_CFLAGS) $(CFLAGS) -c -o libopenvpnmsica_la-tap.lo `test -f '$(top_srcdir)/src/tapctl/tap.c' || echo '$(srcdir)/'`$(top_srcdir)/src/tapctl/tap.c
openvpn-2.5.0/src/openvpnmsica/Makefile.in-623-
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-659-GTAGS:
openvpn-2.5.0/src/openvpnmsica/Makefile.in:660:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/openvpnmsica/Makefile.in-661-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-685-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/openvpnmsica/Makefile.in:686:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/openvpnmsica/Makefile.in:687:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/openvpnmsica/Makefile.in-688-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/openvpnmsica/Makefile.in-699-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/openvpnmsica/Makefile.in:700:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/openvpnmsica/Makefile.in-701-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/compat/Makefile.in-61-  { \
openvpn-2.5.0/src/compat/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/compat/Makefile.in-63-  }; \
##############################################
openvpn-2.5.0/src/compat/Makefile.in-477-.c.obj:
openvpn-2.5.0/src/compat/Makefile.in:478:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/compat/Makefile.in-479-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/compat/Makefile.in-481-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/compat/Makefile.in:482:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/compat/Makefile.in-483-
##############################################
openvpn-2.5.0/src/compat/Makefile.in-526-GTAGS:
openvpn-2.5.0/src/compat/Makefile.in:527:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/compat/Makefile.in-528-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/compat/Makefile.in-552-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/compat/Makefile.in:553:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/compat/Makefile.in:554:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/compat/Makefile.in-555-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/compat/Makefile.in-566-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/compat/Makefile.in:567:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/compat/Makefile.in-568-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-81-  { \
openvpn-2.5.0/src/tapctl/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/tapctl/Makefile.in-83-  }; \
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-508-	test -n "$(EXEEXT)" || exit 0; \
openvpn-2.5.0/src/tapctl/Makefile.in:509:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
openvpn-2.5.0/src/tapctl/Makefile.in-510-	echo " rm -f" $$list; \
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-540-.c.obj:
openvpn-2.5.0/src/tapctl/Makefile.in:541:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/tapctl/Makefile.in-542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:545:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/tapctl/Makefile.in-546-
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-554-tapctl-error.o: error.c
openvpn-2.5.0/src/tapctl/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -MT tapctl-error.o -MD -MP -MF $(DEPDIR)/tapctl-error.Tpo -c -o tapctl-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c
openvpn-2.5.0/src/tapctl/Makefile.in-556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tapctl-error.Tpo $(DEPDIR)/tapctl-error.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -c -o tapctl-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c
openvpn-2.5.0/src/tapctl/Makefile.in-560-
openvpn-2.5.0/src/tapctl/Makefile.in-561-tapctl-error.obj: error.c
openvpn-2.5.0/src/tapctl/Makefile.in:562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -MT tapctl-error.obj -MD -MP -MF $(DEPDIR)/tapctl-error.Tpo -c -o tapctl-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi`
openvpn-2.5.0/src/tapctl/Makefile.in-563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tapctl-error.Tpo $(DEPDIR)/tapctl-error.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -c -o tapctl-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi`
openvpn-2.5.0/src/tapctl/Makefile.in-567-
openvpn-2.5.0/src/tapctl/Makefile.in-568-tapctl-main.o: main.c
openvpn-2.5.0/src/tapctl/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -MT tapctl-main.o -MD -MP -MF $(DEPDIR)/tapctl-main.Tpo -c -o tapctl-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
openvpn-2.5.0/src/tapctl/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tapctl-main.Tpo $(DEPDIR)/tapctl-main.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -c -o tapctl-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
openvpn-2.5.0/src/tapctl/Makefile.in-574-
openvpn-2.5.0/src/tapctl/Makefile.in-575-tapctl-main.obj: main.c
openvpn-2.5.0/src/tapctl/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -MT tapctl-main.obj -MD -MP -MF $(DEPDIR)/tapctl-main.Tpo -c -o tapctl-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
openvpn-2.5.0/src/tapctl/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tapctl-main.Tpo $(DEPDIR)/tapctl-main.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -c -o tapctl-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
openvpn-2.5.0/src/tapctl/Makefile.in-581-
openvpn-2.5.0/src/tapctl/Makefile.in-582-tapctl-tap.o: tap.c
openvpn-2.5.0/src/tapctl/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -MT tapctl-tap.o -MD -MP -MF $(DEPDIR)/tapctl-tap.Tpo -c -o tapctl-tap.o `test -f 'tap.c' || echo '$(srcdir)/'`tap.c
openvpn-2.5.0/src/tapctl/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tapctl-tap.Tpo $(DEPDIR)/tapctl-tap.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -c -o tapctl-tap.o `test -f 'tap.c' || echo '$(srcdir)/'`tap.c
openvpn-2.5.0/src/tapctl/Makefile.in-588-
openvpn-2.5.0/src/tapctl/Makefile.in-589-tapctl-tap.obj: tap.c
openvpn-2.5.0/src/tapctl/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -MT tapctl-tap.obj -MD -MP -MF $(DEPDIR)/tapctl-tap.Tpo -c -o tapctl-tap.obj `if test -f 'tap.c'; then $(CYGPATH_W) 'tap.c'; else $(CYGPATH_W) '$(srcdir)/tap.c'; fi`
openvpn-2.5.0/src/tapctl/Makefile.in-591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tapctl-tap.Tpo $(DEPDIR)/tapctl-tap.Po
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/tapctl/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tapctl_CFLAGS) $(CFLAGS) -c -o tapctl-tap.obj `if test -f 'tap.c'; then $(CYGPATH_W) 'tap.c'; else $(CYGPATH_W) '$(srcdir)/tap.c'; fi`
openvpn-2.5.0/src/tapctl/Makefile.in-595-
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-631-GTAGS:
openvpn-2.5.0/src/tapctl/Makefile.in:632:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/tapctl/Makefile.in-633-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-657-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/tapctl/Makefile.in:658:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/tapctl/Makefile.in:659:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/tapctl/Makefile.in-660-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/tapctl/Makefile.in-671-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/tapctl/Makefile.in:672:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/tapctl/Makefile.in-673-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-60-  { \
openvpn-2.5.0/src/plugins/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/plugins/Makefile.in-62-  }; \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-181-  while test -n "$$dir1"; do \
openvpn-2.5.0/src/plugins/Makefile.in:182:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/src/plugins/Makefile.in-183-    if test "$$first" != "."; then \
openvpn-2.5.0/src/plugins/Makefile.in-184-      if test "$$first" = ".."; then \
openvpn-2.5.0/src/plugins/Makefile.in:185:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/src/plugins/Makefile.in:186:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/src/plugins/Makefile.in-187-      else \
openvpn-2.5.0/src/plugins/Makefile.in:188:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/src/plugins/Makefile.in-189-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/src/plugins/Makefile.in:190:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/src/plugins/Makefile.in-191-        else \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-196-    fi; \
openvpn-2.5.0/src/plugins/Makefile.in:197:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/src/plugins/Makefile.in-198-  done; \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-437-	dot_seen=no; \
openvpn-2.5.0/src/plugins/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/src/plugins/Makefile.in-439-	case "$@" in \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-500-GTAGS:
openvpn-2.5.0/src/plugins/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/plugins/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-526-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/plugins/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/plugins/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/plugins/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/plugins/Makefile.in-540-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/plugins/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/plugins/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-57-  { \
openvpn-2.5.0/src/plugins/down-root/Makefile.in:58:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-59-  }; \
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-115-CONFIG_CLEAN_VPATH_FILES =
openvpn-2.5.0/src/plugins/down-root/Makefile.in:116:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/src/plugins/down-root/Makefile.in-117-am__vpath_adj = case $$p in \
openvpn-2.5.0/src/plugins/down-root/Makefile.in:118:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-119-    *) f=$$p;; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-120-  esac;
openvpn-2.5.0/src/plugins/down-root/Makefile.in:121:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/src/plugins/down-root/Makefile.in-122-am__install_max = 40
openvpn-2.5.0/src/plugins/down-root/Makefile.in-123-am__nobase_strip_setup = \
openvpn-2.5.0/src/plugins/down-root/Makefile.in:124:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/src/plugins/down-root/Makefile.in-125-am__nobase_strip = \
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-515-.c.obj:
openvpn-2.5.0/src/plugins/down-root/Makefile.in:516:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/plugins/down-root/Makefile.in-517-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-519-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/plugins/down-root/Makefile.in:520:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/plugins/down-root/Makefile.in-521-
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-552-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in:553:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-554-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-585-GTAGS:
openvpn-2.5.0/src/plugins/down-root/Makefile.in:586:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-587-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-611-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/plugins/down-root/Makefile.in:612:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in:613:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-614-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/plugins/down-root/Makefile.in-625-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/plugins/down-root/Makefile.in:626:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/plugins/down-root/Makefile.in-627-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-57-  { \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:58:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-59-  }; \
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-115-CONFIG_CLEAN_VPATH_FILES =
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:116:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-117-am__vpath_adj = case $$p in \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:118:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-119-    *) f=$$p;; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-120-  esac;
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:121:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-122-am__install_max = 40
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-123-am__nobase_strip_setup = \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:124:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-125-am__nobase_strip = \
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-525-.c.obj:
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:526:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-527-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-529-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:530:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-531-
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-562-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:563:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-564-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-595-GTAGS:
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:596:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-597-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-621-distdir-am: $(DISTFILES)
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:622:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:623:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-624-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-635-	  if test -d $$d/$$file; then \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in:636:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/src/plugins/auth-pam/Makefile.in-637-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/config.guess-34-
openvpn-2.5.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
openvpn-2.5.0/config.guess-36-
##############################################
openvpn-2.5.0/config.guess-104-    # shellcheck disable=SC2039
openvpn-2.5.0/config.guess:105:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
openvpn-2.5.0/config.guess-106-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
openvpn-2.5.0/config.guess-154-	EOF
openvpn-2.5.0/config.guess:155:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
openvpn-2.5.0/config.guess-156-
##############################################
openvpn-2.5.0/config.guess-191-	    earmv*)
openvpn-2.5.0/config.guess:192:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
openvpn-2.5.0/config.guess:193:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
openvpn-2.5.0/config.guess-194-		machine="${arch}${endian}"-unknown
##############################################
openvpn-2.5.0/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
openvpn-2.5.0/config.guess:224:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
openvpn-2.5.0/config.guess-225-		;;
##############################################
openvpn-2.5.0/config.guess-236-	    *)
openvpn-2.5.0/config.guess:237:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
openvpn-2.5.0/config.guess-238-		;;
##############################################
openvpn-2.5.0/config.guess-283-	*4.0)
openvpn-2.5.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
openvpn-2.5.0/config.guess-285-		;;
openvpn-2.5.0/config.guess-286-	*5.*)
openvpn-2.5.0/config.guess:287:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
openvpn-2.5.0/config.guess-288-		;;
##############################################
openvpn-2.5.0/config.guess-293-	# types through head -n 1, so we only detect the type of CPU 0.
openvpn-2.5.0/config.guess:294:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
openvpn-2.5.0/config.guess-295-	case "$ALPHA_CPU_TYPE" in
##############################################
openvpn-2.5.0/config.guess-331-	# 1.2 uses "1.2" for uname -r.
openvpn-2.5.0/config.guess:332:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
openvpn-2.5.0/config.guess-333-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
openvpn-2.5.0/config.guess-382-    s390x:SunOS:*:*)
openvpn-2.5.0/config.guess:383:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
openvpn-2.5.0/config.guess-384-	exit ;;
openvpn-2.5.0/config.guess-385-    sun4H:SunOS:5.*:*)
openvpn-2.5.0/config.guess:386:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
openvpn-2.5.0/config.guess-387-	exit ;;
openvpn-2.5.0/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
openvpn-2.5.0/config.guess:389:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
openvpn-2.5.0/config.guess-390-	exit ;;
##############################################
openvpn-2.5.0/config.guess-394-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
openvpn-2.5.0/config.guess:395:	UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
openvpn-2.5.0/config.guess-396-	case `isainfo -b` in
##############################################
openvpn-2.5.0/config.guess-408-	# it's likely to be more like Solaris than SunOS4.
openvpn-2.5.0/config.guess:409:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
openvpn-2.5.0/config.guess-410-	exit ;;
##############################################
openvpn-2.5.0/config.guess-417-	# Japanese Language versions have a version number like `4.1.3-JL'.
openvpn-2.5.0/config.guess:418:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
openvpn-2.5.0/config.guess-419-	exit ;;
##############################################
openvpn-2.5.0/config.guess-423-    sun*:*:4.2BSD:*)
openvpn-2.5.0/config.guess:424:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
openvpn-2.5.0/config.guess-425-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
openvpn-2.5.0/config.guess-505-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
openvpn-2.5.0/config.guess:506:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
openvpn-2.5.0/config.guess:507:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
openvpn-2.5.0/config.guess-508-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
openvpn-2.5.0/config.guess-561-    *:IRIX*:*:*)
openvpn-2.5.0/config.guess:562:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
openvpn-2.5.0/config.guess-563-	exit ;;
##############################################
openvpn-2.5.0/config.guess-591-EOF
openvpn-2.5.0/config.guess:592:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
openvpn-2.5.0/config.guess-593-		then
##############################################
openvpn-2.5.0/config.guess-604-    *:AIX:*:[4567])
openvpn-2.5.0/config.guess:605:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
openvpn-2.5.0/config.guess-606-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
openvpn-2.5.0/config.guess-640-    9000/[34678]??:HP-UX:*:*)
openvpn-2.5.0/config.guess:641:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
openvpn-2.5.0/config.guess-642-	case "$UNAME_MACHINE" in
##############################################
openvpn-2.5.0/config.guess-694-EOF
openvpn-2.5.0/config.guess:695:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
openvpn-2.5.0/config.guess-696-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
openvpn-2.5.0/config.guess-722-    ia64:HP-UX:*:*)
openvpn-2.5.0/config.guess:723:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
openvpn-2.5.0/config.guess-724-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
openvpn-2.5.0/config.guess-752-EOF
openvpn-2.5.0/config.guess:753:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
openvpn-2.5.0/config.guess-754-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
openvpn-2.5.0/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
openvpn-2.5.0/config.guess:824:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
openvpn-2.5.0/config.guess-825-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
openvpn-2.5.0/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
openvpn-2.5.0/config.guess:829:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
openvpn-2.5.0/config.guess-830-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
openvpn-2.5.0/config.guess-846-	then
openvpn-2.5.0/config.guess:847:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
openvpn-2.5.0/config.guess-848-	else
openvpn-2.5.0/config.guess:849:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
openvpn-2.5.0/config.guess-850-	fi
##############################################
openvpn-2.5.0/config.guess-859-	esac
openvpn-2.5.0/config.guess:860:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
openvpn-2.5.0/config.guess-861-	exit ;;
##############################################
openvpn-2.5.0/config.guess-895-    prep*:SunOS:5.*:*)
openvpn-2.5.0/config.guess:896:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
openvpn-2.5.0/config.guess-897-	exit ;;
##############################################
openvpn-2.5.0/config.guess-899-	# the GNU system
openvpn-2.5.0/config.guess:900:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
openvpn-2.5.0/config.guess-901-	exit ;;
##############################################
openvpn-2.5.0/config.guess-903-	# other systems with GNU libc and userland
openvpn-2.5.0/config.guess:904:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
openvpn-2.5.0/config.guess-905-	exit ;;
##############################################
openvpn-2.5.0/config.guess-997-EOF
openvpn-2.5.0/config.guess:998:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
openvpn-2.5.0/config.guess-999-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
openvpn-2.5.0/config.guess-1097-    i*86:*:4.*:*)
openvpn-2.5.0/config.guess:1098:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
openvpn-2.5.0/config.guess-1099-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
openvpn-2.5.0/config.guess-1300-	fi
openvpn-2.5.0/config.guess:1301:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
openvpn-2.5.0/config.guess-1302-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
openvpn-2.5.0/config.guess-1399-    *:DragonFly:*:*)
openvpn-2.5.0/config.guess:1400:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
openvpn-2.5.0/config.guess-1401-	exit ;;
##############################################
openvpn-2.5.0/config.guess-1412-    i*86:skyos:*:*)
openvpn-2.5.0/config.guess:1413:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
openvpn-2.5.0/config.guess-1414-	exit ;;
##############################################
openvpn-2.5.0/doc/Makefile.in-61-  { \
openvpn-2.5.0/doc/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/doc/Makefile.in-63-  }; \
##############################################
openvpn-2.5.0/doc/Makefile.in-148-  esac
openvpn-2.5.0/doc/Makefile.in:149:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
openvpn-2.5.0/doc/Makefile.in-150-am__vpath_adj = case $$p in \
openvpn-2.5.0/doc/Makefile.in:151:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
openvpn-2.5.0/doc/Makefile.in-152-    *) f=$$p;; \
openvpn-2.5.0/doc/Makefile.in-153-  esac;
openvpn-2.5.0/doc/Makefile.in:154:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
openvpn-2.5.0/doc/Makefile.in-155-am__install_max = 40
openvpn-2.5.0/doc/Makefile.in-156-am__nobase_strip_setup = \
openvpn-2.5.0/doc/Makefile.in:157:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
openvpn-2.5.0/doc/Makefile.in-158-am__nobase_strip = \
##############################################
openvpn-2.5.0/doc/Makefile.in-239-  while test -n "$$dir1"; do \
openvpn-2.5.0/doc/Makefile.in:240:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
openvpn-2.5.0/doc/Makefile.in-241-    if test "$$first" != "."; then \
openvpn-2.5.0/doc/Makefile.in-242-      if test "$$first" = ".."; then \
openvpn-2.5.0/doc/Makefile.in:243:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
openvpn-2.5.0/doc/Makefile.in:244:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
openvpn-2.5.0/doc/Makefile.in-245-      else \
openvpn-2.5.0/doc/Makefile.in:246:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
openvpn-2.5.0/doc/Makefile.in-247-        if test "$$first2" = "$$first"; then \
openvpn-2.5.0/doc/Makefile.in:248:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/doc/Makefile.in-249-        else \
##############################################
openvpn-2.5.0/doc/Makefile.in-254-    fi; \
openvpn-2.5.0/doc/Makefile.in:255:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
openvpn-2.5.0/doc/Makefile.in-256-  done; \
##############################################
openvpn-2.5.0/doc/Makefile.in-514-	test -n "$(man8dir)" \
openvpn-2.5.0/doc/Makefile.in:515:	  && test -n "`echo $$list1$$list2`" \
openvpn-2.5.0/doc/Makefile.in-516-	  || exit 0; \
##############################################
openvpn-2.5.0/doc/Makefile.in-571-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
openvpn-2.5.0/doc/Makefile.in:572:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/doc/Makefile.in-573-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/doc/Makefile.in-592-	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
openvpn-2.5.0/doc/Makefile.in:593:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
openvpn-2.5.0/doc/Makefile.in-594-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
openvpn-2.5.0/doc/Makefile.in-609-	dot_seen=no; \
openvpn-2.5.0/doc/Makefile.in:610:	target=`echo $@ | sed s/-recursive//`; \
openvpn-2.5.0/doc/Makefile.in-611-	case "$@" in \
##############################################
openvpn-2.5.0/doc/Makefile.in-672-GTAGS:
openvpn-2.5.0/doc/Makefile.in:673:	here=`$(am__cd) $(top_builddir) && pwd` \
openvpn-2.5.0/doc/Makefile.in-674-	  && $(am__cd) $(top_srcdir) \
##############################################
openvpn-2.5.0/doc/Makefile.in-698-distdir-am: $(DISTFILES)
openvpn-2.5.0/doc/Makefile.in:699:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/doc/Makefile.in:700:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/doc/Makefile.in-701-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/doc/Makefile.in-712-	  if test -d $$d/$$file; then \
openvpn-2.5.0/doc/Makefile.in:713:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/doc/Makefile.in-714-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/doc/doxygen/Makefile.in-59-  { \
openvpn-2.5.0/doc/doxygen/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
openvpn-2.5.0/doc/doxygen/Makefile.in-61-  }; \
##############################################
openvpn-2.5.0/doc/doxygen/Makefile.in-374-distdir-am: $(DISTFILES)
openvpn-2.5.0/doc/doxygen/Makefile.in:375:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/doc/doxygen/Makefile.in:376:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
openvpn-2.5.0/doc/doxygen/Makefile.in-377-	list='$(DISTFILES)'; \
##############################################
openvpn-2.5.0/doc/doxygen/Makefile.in-388-	  if test -d $$d/$$file; then \
openvpn-2.5.0/doc/doxygen/Makefile.in:389:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
openvpn-2.5.0/doc/doxygen/Makefile.in-390-	    if test -d "$(distdir)/$$file"; then \
##############################################
openvpn-2.5.0/doc/interactive-service-notes.rst-295-
openvpn-2.5.0/doc/interactive-service-notes.rst:296:2. Create an ``HKEY_LOCAL_MACHINE\SOFTWARE\OpenVPN$v2.5-test`` registry key and
openvpn-2.5.0/doc/interactive-service-notes.rst-297-   configure the Interactive Service instance configuration appropriately.
##############################################
openvpn-2.5.0/doc/interactive-service-notes.rst-321-4. Set your OpenVPN client to connect to the
openvpn-2.5.0/doc/interactive-service-notes.rst:322:   ``\\.\pipe\openvpn$v2.5-test\service``.
openvpn-2.5.0/doc/interactive-service-notes.rst-323-
##############################################
openvpn-2.5.0/doc/man-sections/script-options.rst-221-
openvpn-2.5.0/doc/man-sections/script-options.rst:222:  :code:`$1` - [operation]
openvpn-2.5.0/doc/man-sections/script-options.rst-223-      :code:`"add"`, :code:`"update"`, or :code:`"delete"` based on whether
##############################################
openvpn-2.5.0/doc/man-sections/script-options.rst-226-
openvpn-2.5.0/doc/man-sections/script-options.rst:227:  :code:`$2` - [address]
openvpn-2.5.0/doc/man-sections/script-options.rst-228-      The address being learned or unlearned. This can be an IPv4 address
##############################################
openvpn-2.5.0/doc/man-sections/script-options.rst-232-
openvpn-2.5.0/doc/man-sections/script-options.rst:233:  :code:`$3` - [common name]
openvpn-2.5.0/doc/man-sections/script-options.rst-234-      The common name on the certificate associated with the client linked
##############################################
openvpn-2.5.0/TODO.IPv6-198-
openvpn-2.5.0/TODO.IPv6:199:  o the getaddr()/getaddr6() interface is not prepared for handling socktype
openvpn-2.5.0/TODO.IPv6-200-    "tagging", currently I abuse the sockflags bits for getting the ai_socktype
##############################################
openvpn-2.5.0/debian/openvpn-generator-26-if test "x$AUTOSTART" = "xall" -o -z "$AUTOSTART" ; then
openvpn-2.5.0/debian/openvpn-generator:27:	for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn-generator-28-		NAME=${CONFIG%%.conf}
##############################################
openvpn-2.5.0/debian/openvpn.init.d-124-      # all VPNs shall be started automatically
openvpn-2.5.0/debian/openvpn.init.d:125:      for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn.init.d-126-        NAME=${CONFIG%%.conf}
##############################################
openvpn-2.5.0/debian/openvpn.init.d-160-    for PIDFILE in `ls /run/openvpn/*.pid 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn.init.d:161:      NAME=`echo $PIDFILE | cut -c14-`
openvpn-2.5.0/debian/openvpn.init.d-162-      NAME=${NAME%%.pid}
##############################################
openvpn-2.5.0/debian/openvpn.init.d-169-      if test -e /run/openvpn/$1.pid ; then
openvpn-2.5.0/debian/openvpn.init.d:170:        PIDFILE=`ls /run/openvpn/$1.pid 2> /dev/null`
openvpn-2.5.0/debian/openvpn.init.d:171:        NAME=`echo $PIDFILE | cut -c14-`
openvpn-2.5.0/debian/openvpn.init.d-172-        NAME=${NAME%%.pid}
##############################################
openvpn-2.5.0/debian/openvpn.init.d-185-  for PIDFILE in `ls /run/openvpn/*.pid 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn.init.d:186:    NAME=`echo $PIDFILE | cut -c14-`
openvpn-2.5.0/debian/openvpn.init.d-187-    NAME=${NAME%%.pid}
##############################################
openvpn-2.5.0/debian/openvpn.init.d-193-    else
openvpn-2.5.0/debian/openvpn.init.d:194:      kill -HUP `cat $PIDFILE` || true
openvpn-2.5.0/debian/openvpn.init.d-195-    log_progress_msg "$NAME"
##############################################
openvpn-2.5.0/debian/openvpn.init.d-204-  for PIDFILE in `ls /run/openvpn/*.pid 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn.init.d:205:    NAME=`echo $PIDFILE | cut -c14-`
openvpn-2.5.0/debian/openvpn.init.d-206-    NAME=${NAME%%.pid}
openvpn-2.5.0/debian/openvpn.init.d:207:    kill -USR1 `cat $PIDFILE` || true
openvpn-2.5.0/debian/openvpn.init.d-208-    log_progress_msg "$NAME"
##############################################
openvpn-2.5.0/debian/openvpn.init.d-220-  for PIDFILE in `ls /run/openvpn/*.pid 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn.init.d:221:    NAME=`echo $PIDFILE | cut -c14-`
openvpn-2.5.0/debian/openvpn.init.d-222-    NAME=${NAME%%.pid}
##############################################
openvpn-2.5.0/debian/openvpn.init.d-247-    fi
openvpn-2.5.0/debian/openvpn.init.d:248:    for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do
openvpn-2.5.0/debian/openvpn.init.d-249-      NAME=${CONFIG%%.conf}
##############################################
openvpn-2.5.0/debian/patches/kfreebsd_support.patch-15-@@ -1879,7 +1879,7 @@
openvpn-2.5.0/debian/patches/kfreebsd_support.patch:16:     network = print_in6_addr( r6->network, 0, &gc);
openvpn-2.5.0/debian/patches/kfreebsd_support.patch:17:     gateway = print_in6_addr( r6->gateway, 0, &gc);
openvpn-2.5.0/debian/patches/kfreebsd_support.patch-18- 
##############################################
openvpn-2.5.0/debian/patches/kfreebsd_support.patch-42-@@ -2346,7 +2346,7 @@
openvpn-2.5.0/debian/patches/kfreebsd_support.patch:43:     network = print_in6_addr( r6->network, 0, &gc);
openvpn-2.5.0/debian/patches/kfreebsd_support.patch:44:     gateway = print_in6_addr( r6->gateway, 0, &gc);
openvpn-2.5.0/debian/patches/kfreebsd_support.patch-45- 
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1013-static in_addr_t
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1014:get_ip_addr(const char *ip_string, int msglevel, bool *error)
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1015-{
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1024-
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1025:    ret = getaddr(flags, ip_string, 0, &succeeded, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1026-    if (!succeeded && error)
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1061-
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1062:    return get_ipv6_addr( ipv6_prefix_spec, &t_addr, &t_bits, M_WARN );
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1063-}
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1191-    }
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1192:    else if (get_ipv6_addr(parm, &addr, NULL, msglevel))
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1193-    {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1211-            bool error = false;
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1212:            const in_addr_t addr = get_ip_addr(parm, msglevel, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1213-            if (!error)
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1254-    msg(D_SHOW_PARMS, "  server_netmask = %s", print_in_addr_t(o->server_netmask, 0, &gc));
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1255:    msg(D_SHOW_PARMS, "  server_network_ipv6 = %s", print_in6_addr(o->server_network_ipv6, 0, &gc) );
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1256-    SHOW_INT(server_netbits_ipv6);
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1279-    SHOW_BOOL(ifconfig_ipv6_pool_defined);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1280:    msg(D_SHOW_PARMS, "  ifconfig_ipv6_pool_base = %s", print_in6_addr(o->ifconfig_ipv6_pool_base, 0, &gc));
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1281-    SHOW_INT(ifconfig_ipv6_pool_netbits);
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1295-    SHOW_BOOL(push_ifconfig_ipv6_defined);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1296:    msg(D_SHOW_PARMS, "  push_ifconfig_ipv6_local = %s/%d", print_in6_addr(o->push_ifconfig_ipv6_local, 0, &gc), o->push_ifconfig_ipv6_netbits );
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1297:    msg(D_SHOW_PARMS, "  push_ifconfig_ipv6_remote = %s", print_in6_addr(o->push_ifconfig_ipv6_remote, 0, &gc));
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1298-    SHOW_BOOL(enable_c2c);
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1334-    ALLOC_OBJ_GC(ir, struct iroute, &o->gc);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1335:    ir->network = getaddr(GETADDR_HOST_ORDER, network_str, 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1336-    ir->netbits = -1;
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1339-    {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1340:        const in_addr_t netmask = getaddr(GETADDR_HOST_ORDER, netmask_str, 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1341-        if (!netmask_to_netbits(ir->network, netmask, &ir->netbits))
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1362-
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:1363:    if (!get_ipv6_addr(prefix_str, &ir->network, &ir->netbits, msglevel ))
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-1364-    {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-5275-        {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:5276:            get_ipv6_addr(p[1], &remote, NULL, M_WARN);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-5277-        }
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-5574-        VERIFY_PERMISSION(OPT_P_UP);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:5575:        if (get_ipv6_addr( p[1], NULL, &netbits, msglevel )
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-5576-            && ipv6_addr_safe( p[2] ) )
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6467-        {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6468:            if (!ip_or_dns_addr_safe(p[1], options->allow_pull_fqdn) && !is_special_addr(p[1])) /* FQDN -- may be DNS name */
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6469-            {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6477-            }
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6478:            if (p[3] && !ip_or_dns_addr_safe(p[3], options->allow_pull_fqdn) && !is_special_addr(p[3])) /* FQDN -- may be DNS name */
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6479-            {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6521-        {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6522:            if (ip_or_dns_addr_safe(p[1], options->allow_pull_fqdn) || is_special_addr(p[1])) /* FQDN -- may be DNS name */
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6523-            {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6771-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6772:        network = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6773:        netmask = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6774-        if (error || !network || !netmask)
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6802-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6803:        if (!get_ipv6_addr(p[1], &network, &netbits, lev) )
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6804-        {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6832-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6833:        ip = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6834:        netmask = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6835:        pool_start = get_ip_addr(p[3], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6836:        pool_end = get_ip_addr(p[4], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6837-        if (error || !ip || !netmask || !pool_start || !pool_end)
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6881-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6882:        start = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6883:        end = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6884-        if (p[3])
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6885-        {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6886:            netmask = get_ip_addr(p[3], lev, &error);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6887-        }
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6921-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:6922:        if (!get_ipv6_addr(p[1], &network, &netbits, lev ) )
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-6923-        {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7201-        VERIFY_PERMISSION(OPT_P_INSTANCE);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7202:        local = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[1], 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7203:        remote_netmask = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[2], 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7204-        if (local && remote_netmask)
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7210-            {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7211:                options->push_ifconfig_local_alias = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[3], 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7212-            }
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7224-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7225:        network = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[1], 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7226:        netmask = getaddr(GETADDR_HOST_ORDER, p[2], 0, NULL, NULL);
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7227-        if (network && netmask)
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7245-
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7246:        if (!get_ipv6_addr( p[1], &local, &netbits, msglevel ) )
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7247-        {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7253-        {
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7254:            if (!get_ipv6_addr( p[2], &remote, NULL, msglevel ) )
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7255-            {
##############################################
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7262-            if (!options->ifconfig_ipv6_local
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c:7263:                || !get_ipv6_addr( options->ifconfig_ipv6_local, &remote,
openvpn-2.5.0/.pc/openvpn-pkcs11warn.patch/src/openvpn/options.c-7264-                                   NULL, msglevel ) )
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1013-static in_addr_t
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1014:get_ip_addr(const char *ip_string, int msglevel, bool *error)
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1015-{
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1024-
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1025:    ret = getaddr(flags, ip_string, 0, &succeeded, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1026-    if (!succeeded && error)
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1061-
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1062:    return get_ipv6_addr( ipv6_prefix_spec, &t_addr, &t_bits, M_WARN );
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1063-}
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1191-    }
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1192:    else if (get_ipv6_addr(parm, &addr, NULL, msglevel))
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1193-    {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1211-            bool error = false;
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1212:            const in_addr_t addr = get_ip_addr(parm, msglevel, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1213-            if (!error)
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1254-    msg(D_SHOW_PARMS, "  server_netmask = %s", print_in_addr_t(o->server_netmask, 0, &gc));
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1255:    msg(D_SHOW_PARMS, "  server_network_ipv6 = %s", print_in6_addr(o->server_network_ipv6, 0, &gc) );
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1256-    SHOW_INT(server_netbits_ipv6);
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1279-    SHOW_BOOL(ifconfig_ipv6_pool_defined);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1280:    msg(D_SHOW_PARMS, "  ifconfig_ipv6_pool_base = %s", print_in6_addr(o->ifconfig_ipv6_pool_base, 0, &gc));
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1281-    SHOW_INT(ifconfig_ipv6_pool_netbits);
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1295-    SHOW_BOOL(push_ifconfig_ipv6_defined);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1296:    msg(D_SHOW_PARMS, "  push_ifconfig_ipv6_local = %s/%d", print_in6_addr(o->push_ifconfig_ipv6_local, 0, &gc), o->push_ifconfig_ipv6_netbits );
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1297:    msg(D_SHOW_PARMS, "  push_ifconfig_ipv6_remote = %s", print_in6_addr(o->push_ifconfig_ipv6_remote, 0, &gc));
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1298-    SHOW_BOOL(enable_c2c);
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1334-    ALLOC_OBJ_GC(ir, struct iroute, &o->gc);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1335:    ir->network = getaddr(GETADDR_HOST_ORDER, network_str, 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1336-    ir->netbits = -1;
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1339-    {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1340:        const in_addr_t netmask = getaddr(GETADDR_HOST_ORDER, netmask_str, 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1341-        if (!netmask_to_netbits(ir->network, netmask, &ir->netbits))
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1362-
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:1363:    if (!get_ipv6_addr(prefix_str, &ir->network, &ir->netbits, msglevel ))
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-1364-    {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-5275-        {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:5276:            get_ipv6_addr(p[1], &remote, NULL, M_WARN);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-5277-        }
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-5574-        VERIFY_PERMISSION(OPT_P_UP);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:5575:        if (get_ipv6_addr( p[1], NULL, &netbits, msglevel )
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-5576-            && ipv6_addr_safe( p[2] ) )
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6467-        {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6468:            if (!ip_or_dns_addr_safe(p[1], options->allow_pull_fqdn) && !is_special_addr(p[1])) /* FQDN -- may be DNS name */
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6469-            {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6477-            }
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6478:            if (p[3] && !ip_or_dns_addr_safe(p[3], options->allow_pull_fqdn) && !is_special_addr(p[3])) /* FQDN -- may be DNS name */
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6479-            {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6521-        {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6522:            if (ip_or_dns_addr_safe(p[1], options->allow_pull_fqdn) || is_special_addr(p[1])) /* FQDN -- may be DNS name */
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6523-            {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6771-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6772:        network = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6773:        netmask = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6774-        if (error || !network || !netmask)
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6802-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6803:        if (!get_ipv6_addr(p[1], &network, &netbits, lev) )
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6804-        {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6832-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6833:        ip = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6834:        netmask = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6835:        pool_start = get_ip_addr(p[3], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6836:        pool_end = get_ip_addr(p[4], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6837-        if (error || !ip || !netmask || !pool_start || !pool_end)
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6881-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6882:        start = get_ip_addr(p[1], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6883:        end = get_ip_addr(p[2], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6884-        if (p[3])
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6885-        {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6886:            netmask = get_ip_addr(p[3], lev, &error);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6887-        }
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6921-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:6922:        if (!get_ipv6_addr(p[1], &network, &netbits, lev ) )
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-6923-        {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7215-        VERIFY_PERMISSION(OPT_P_INSTANCE);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7216:        local = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[1], 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7217:        remote_netmask = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[2], 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7218-        if (local && remote_netmask)
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7224-            {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7225:                options->push_ifconfig_local_alias = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[3], 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7226-            }
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7238-        VERIFY_PERMISSION(OPT_P_GENERAL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7239:        network = getaddr(GETADDR_HOST_ORDER|GETADDR_RESOLVE, p[1], 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7240:        netmask = getaddr(GETADDR_HOST_ORDER, p[2], 0, NULL, NULL);
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7241-        if (network && netmask)
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7259-
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7260:        if (!get_ipv6_addr( p[1], &local, &netbits, msglevel ) )
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7261-        {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7267-        {
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7268:            if (!get_ipv6_addr( p[2], &remote, NULL, msglevel ) )
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7269-            {
##############################################
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7276-            if (!options->ifconfig_ipv6_local
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c:7277:                || !get_ipv6_addr( options->ifconfig_ipv6_local, &remote,
openvpn-2.5.0/.pc/match-manpage-and-command-help.patch/src/openvpn/options.c-7278-                                   NULL, msglevel ) )