It seems that we don't use data structs version anywhere since 1.2.0 - removed
This commit is contained in:
parent
f4a759c560
commit
aa6c90dec7
2 changed files with 0 additions and 14 deletions
|
@ -94,14 +94,6 @@
|
||||||
# error Incorrect config.h for this revision of ircd.
|
# error Incorrect config.h for this revision of ircd.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* This defines the version of the data structures used in the ircd.
|
|
||||||
* In the event of a mismatch (i.e. this is incremented due to a major
|
|
||||||
* change that cannot be accomidated for in the ircd), then a hard
|
|
||||||
* restart occurs.
|
|
||||||
*/
|
|
||||||
#define CHARYBDIS_DV 0x00010200 /* 1.2.0 */
|
|
||||||
|
|
||||||
#define HOSTLEN 63 /* Length of hostname. Updated to */
|
#define HOSTLEN 63 /* Length of hostname. Updated to */
|
||||||
/* comply with RFC1123 */
|
/* comply with RFC1123 */
|
||||||
|
|
||||||
|
|
|
@ -67,12 +67,6 @@
|
||||||
#include "serno.h"
|
#include "serno.h"
|
||||||
#include "sslproc.h"
|
#include "sslproc.h"
|
||||||
|
|
||||||
/*
|
|
||||||
* Try and find the correct name to use with getrlimit() for setting the max.
|
|
||||||
* number of files allowed to be open by this process.
|
|
||||||
*/
|
|
||||||
int _charybdis_data_version = CHARYBDIS_DV;
|
|
||||||
|
|
||||||
extern int ServerRunning;
|
extern int ServerRunning;
|
||||||
extern struct LocalUser meLocalUser;
|
extern struct LocalUser meLocalUser;
|
||||||
extern char **myargv;
|
extern char **myargv;
|
||||||
|
|
Loading…
Reference in a new issue