mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Added intercept build file and sources
This commit is contained in:
parent
769bad3320
commit
e3ec000e93
11 changed files with 746 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue