*** VERSION 5.5.0 ***
[NeonServV5.git] / src / overall.h
index 8f167e960993dfb498966f2cfd09608c6ad0831e..c5da71ba124b71fa3a5db415b76471747897d8e8 100644 (file)
@@ -1,4 +1,4 @@
-/* overall.h - NeonServ v5.3
+/* overall.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -19,8 +19,8 @@
 #define _overall_h
 #include "../config.h"
 
-#define NEONSERV_VERSION "5.3"
-#define VERSION_PATCHLEVEL 543
+#define NEONSERV_VERSION "5.5"
+#define VERSION_PATCHLEVEL 707
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <sys/wait.h>
+#include <errno.h>
 #endif
 #include <unistd.h>
 #include <getopt.h>
 #include <stdarg.h>
 #include <sys/time.h>
 #include <time.h>
+#include <signal.h>
+#ifdef SYNCHRONIZE
+//some winnt machines do already have a SYNCHRONIZE macro defined...
+#undef SYNCHRONIZE
+#endif
 #ifdef HAVE_THREADS
 #include <pthread.h>
 #ifdef WIN32