1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 11:26:38 +02:00

Added a check for idiots trying to update from 3.2.3 -> CVS/3.2.4 without running ./Config.. HA!

This commit is contained in:
Bram Matthys
2005-10-29 01:18:29 +00:00
parent e4d352f1f2
commit d313bec95b
+5
View File
@@ -29,6 +29,11 @@
#include "proto.h"
#include "channel.h"
#include "version.h"
#if !defined(UNREAL_VERSION_TIME)
#error "YOU MUST RUN ./Config WHENEVER YOU ARE UPGRADING UNREAL!!!!"
#endif
#include <time.h>
#ifdef _WIN32
#include <sys/timeb.h>