From d8512f028c60f65f2fa3523cdab0e92966e24177 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 16 Apr 2005 18:28:12 +0000 Subject: BUILD : 1.7.8 (686) BUGS : N/A NOTES : Applied small makefile patch for win32 git-svn-id: svn://svn.anope.org/anope/trunk@686 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@513 5417fbe8-f217-4b02-8779-1006273d7864 --- src/tools/db-merger.c | 7 ++++++- src/tools/epona2anope.c | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tools/db-merger.c b/src/tools/db-merger.c index fec9ec9d4..1c8a2d7bc 100644 --- a/src/tools/db-merger.c +++ b/src/tools/db-merger.c @@ -25,11 +25,16 @@ #include #include #include -#include #include #include #include +#ifndef _WIN32 + #include +#else + #include "sysconf.h" +#endif + /* CONFIGURATION BLOCK */ #define NICK_DB_1 "nick1.db" diff --git a/src/tools/epona2anope.c b/src/tools/epona2anope.c index 56f098368..5ac3cfe8f 100644 --- a/src/tools/epona2anope.c +++ b/src/tools/epona2anope.c @@ -25,11 +25,16 @@ #include #include #include -#include #include #include #include +#ifndef _WIN32 + #include +#else + #include "sysconf.h" +#endif + /* CONFIGURATION BLOCK */ #define CHAN_DB_EPONA "chan1.db" -- cgit