@ -46,10 +46,10 @@
#include <netinet/tcp.h>
#include <pthread.h>
#include <sys/un.h>
#include <sys/socket.h>
#endif
#include <libcork/core.h>
#include <udns.h>
#ifdef __MINGW32__
#include "win32.h"
@ -65,26 +65,10 @@
#include "utils.h"
#include "manager.h"
#ifndef EAGAIN
#define EAGAIN EWOULDBLOCK
#ifndef EWOULDBLOCK
#define EWOULDBLOCK EAGAIN
#ifndef BUF_SIZE
#define BUF_SIZE 2048
#ifndef SSMAXCONN
#define SSMAXCONN 1024
#ifndef UPDATE_INTERVAL
#define UPDATE_INTERVAL 30
int verbose = 0;
char *executable = "ss-server";