mirror of
https://github.com/anope/anope.git
synced 2026-07-08 02:23:13 +02:00
BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not always being cleaned up nicely
git-svn-id: svn://svn.anope.org/anope/trunk@1289 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1007 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
56800d4103
commit
3c1a2fbfca
+1
-1
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "slist.h"
|
||||
|
||||
|
||||
E void ModuleRunTimeDirCleanUp(void);
|
||||
|
||||
|
||||
E char *uplink;
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_RDB
|
||||
# define MAX_SQL_BUF 4096
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user