[NeoStats-Devel] [Commits] r83 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Date: Mon May 23 06:00:53 2005 New Revision: 83 Modified: branches/3.0/TriviaServ.c branches/3.0/TriviaServ.h Log: use new macro for modconfig includes Modified: branches/3.0/TriviaServ.c ============================================================================== --- branches/3.0/TriviaServ.c (original) +++ branches/3.0/TriviaServ.c Mon May 23 06:00:53 2005 @@ -27,11 +27,6 @@ * Trivia Service for NeoStats */ -#ifdef WIN32 -#include "modconfigwin32.h" -#else -#include "modconfig.h" -#endif #include "neostats.h" /* Neostats API */ #include "TriviaServ.h" #ifdef HAVE_SYS_DIR_H Modified: branches/3.0/TriviaServ.h ============================================================================== --- branches/3.0/TriviaServ.h (original) +++ branches/3.0/TriviaServ.h Mon May 23 06:00:53 2005 @@ -24,9 +24,7 @@ #ifndef TRIVIASERV_H #define TRIVIASERV_H -#ifndef WIN32 -#include "modconfig.h" -#endif +#include MODULECONFIG #define TVSREXEXP "^(.*)\\*(.*)$" #define QUESTSIZE 500