===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vstream-client-1.2/configure-43-  --prefix=*)
vstream-client-1.2/configure:44:    _prefix=`echo $ac_option | cut -d '=' -f 2`
vstream-client-1.2/configure-45-    ;;
vstream-client-1.2/configure-46-  --bindir=*)
vstream-client-1.2/configure:47:    _bindir=`echo $ac_option | cut -d '=' -f 2`
vstream-client-1.2/configure-48-    ;;
vstream-client-1.2/configure-49-  --incdir=*)
vstream-client-1.2/configure:50:    _incdir=`echo $ac_option | cut -d '=' -f 2`
vstream-client-1.2/configure-51-    ;;
vstream-client-1.2/configure-52-  --docdir=*)
vstream-client-1.2/configure:53:    _docdir=`echo $ac_option | cut -d '=' -f 2`
vstream-client-1.2/configure-54-    ;;
vstream-client-1.2/configure-55-  --libdir=*)
vstream-client-1.2/configure:56:    _libdir=`echo $ac_option | cut -d '=' -f 2`
vstream-client-1.2/configure-57-    ;;
vstream-client-1.2/configure-58-  --with-socklib=*)
vstream-client-1.2/configure:59:    _socklib=`echo $ac_option | cut -d '=' -f 2`
vstream-client-1.2/configure-60-    ;;
##############################################
vstream-client-1.2/util.c-97-#else
vstream-client-1.2/util.c:98:	if ( inet_addr(host)==INADDR_NONE )
vstream-client-1.2/util.c-99-#endif
##############################################
vstream-client-1.2/util.c-116-	else {
vstream-client-1.2/util.c:117:		unsigned long addr = inet_addr(host);
vstream-client-1.2/util.c-118-		memcpy( our_s_addr, (void*)&addr, sizeof(addr) );