unified makefile

This commit is contained in:
wangyu
2020-07-15 16:46:45 -04:00
parent 5a51248cb0
commit 6c27502757
2 changed files with 83 additions and 42 deletions

View File

@@ -27,6 +27,10 @@
#include <assert.h>
#include <pthread.h>
#ifndef USE_LIBNET
#define NO_LIBNET
#endif
#if defined(UDP2RAW_MP)
const int is_udp2raw_mp=1;
#if !defined(__CYGWIN__) && !defined(__MINGW32__)