Added intercept build file and sources

This commit is contained in:
Joseph Henry 2015-10-09 15:41:16 -04:00
commit e3ec000e93
11 changed files with 746 additions and 5 deletions

View file

@ -40,7 +40,6 @@ char *progname = "";
#include <sys/time.h>
#include <pwd.h>
#include <errno.h>
#include <common.h>
#include <stdarg.h>
#include <netdb.h>
#include <string.h>
@ -55,7 +54,7 @@ char *progname = "";
#include <arpa/inet.h>
#include <poll.h>
#include <pthread.h>
#include <unistd.h>
/* For NPs */
@ -69,13 +68,12 @@ char *progname = "";
#ifdef USE_SOCKS_DNS
#include <resolv.h>
#endif
#include <intercept.h>
#include "intercept.h"
#include "common.h"
#include "defs.h"
#include "utils.c"
#include <pthread.h>
/* Global Declarations */
#ifdef USE_SOCKS_DNS
static int (*realresinit)(void);