summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.h b/src/main.h
index 5a663646..b0917e2a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -50,14 +50,6 @@
* different interfaces, which have different implementations for each server.
*/
-#ifdef HAVE_CONFIG_H
-#include "../config.h"
-#elif defined _WIN32
-#include "winver.h"
-#elif defined __APPLE__
-#define PACKAGE_VERSION "0.6.1"
-#endif
-
#ifdef PACKAGE_VERSION
#define FULL_VERSION "v" PACKAGE_VERSION
#else