|
@ -37,7 +37,12 @@ |
|
|
/* Moved here to define _CRT_SECURE_NO_WARNINGS before all the including takes place */ |
|
|
/* Moved here to define _CRT_SECURE_NO_WARNINGS before all the including takes place */ |
|
|
#ifdef WIN32 |
|
|
#ifdef WIN32 |
|
|
#include "win32/n2n_win32.h" |
|
|
#include "win32/n2n_win32.h" |
|
|
|
|
|
|
|
|
|
|
|
#ifdef _MSC_VER |
|
|
|
|
|
#include "config.h" /* Visual C++ */ |
|
|
|
|
|
#else |
|
|
#include "win32/winconfig.h" |
|
|
#include "win32/winconfig.h" |
|
|
|
|
|
#endif |
|
|
#define N2N_CAN_NAME_IFACE 1 |
|
|
#define N2N_CAN_NAME_IFACE 1 |
|
|
#undef N2N_HAVE_DAEMON |
|
|
#undef N2N_HAVE_DAEMON |
|
|
#undef N2N_HAVE_SETUID |
|
|
#undef N2N_HAVE_SETUID |
|
@ -47,6 +52,8 @@ |
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define PACKAGE_BUILDDATE (__DATE__ " " __TIME__) |
|
|
#define PACKAGE_BUILDDATE (__DATE__ " " __TIME__) |
|
|
|
|
|
|
|
|
#include <time.h> |
|
|
#include <time.h> |
|
|