Author: Fish
Date: Wed Jul 6 21:42:28 2005
New Revision: 2644
Added:
trunk/include/perlmod.h (contents, props changed)
Modified:
trunk/include/Makefile.am
trunk/include/Makefile.in
trunk/include/bans.h (props changed)
trunk/include/botinfo.h (props changed)
trunk/include/bots.h (props changed)
trunk/include/commands.h (props changed)
trunk/include/configwin32.h (props changed)
trunk/include/neostats.h (props changed)
trunk/include/numeric.h (props changed)
trunk/include/numerics.h (props changed)
trunk/include/protocol.h (props changed)
trunk/include/settings.h (props changed)
trunk/src/Makefile.am
trunk/src/Makefile.in
trunk/src/main.c
trunk/src/modules.c
Log:
a few build updates again
Modified: trunk/include/Makefile.am
==============================================================================
--- trunk/include/Makefile.am (original)
+++ trunk/include/Makefile.am Wed Jul 6 21:42:28 2005
@@ -3,7 +3,7 @@
include_HEADERS = neostats.h config.h version.h \
list.h hash.h support.h events.h numeric.h \
- adns.h protocol.h
+ adns.h protocol.h perlmod.h
noinst_HEADERS = commands.h dns.h servers.h users.h conf.h \
log.h services.h modes.h signals.h \
Modified: trunk/include/Makefile.in
==============================================================================
--- trunk/include/Makefile.in (original)
+++ trunk/include/Makefile.in Wed Jul 6 21:42:28 2005
@@ -198,7 +198,7 @@
CLEANFILES = version.h
include_HEADERS = neostats.h config.h version.h \
list.h hash.h support.h events.h numeric.h \
- adns.h protocol.h
+ adns.h protocol.h perlmod.h
noinst_HEADERS = commands.h dns.h servers.h users.h conf.h \
log.h services.h modes.h signals.h \
Added: trunk/include/perlmod.h
==============================================================================
--- (empty file)
+++ trunk/include/perlmod.h Wed Jul 6 21:42:28 2005
@@ -0,0 +1,31 @@
+/* NeoStats - IRC Statistical Services
+** Copyright (c) 1999-2005 Adam Rutter, Justin Hammond, Mark Hetherington
+** http://www.neostats.net/
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+** USA
+**
+** NeoStats CVS Identification
+** $Id: ctcp.h 2216 2005-01-24 22:21:33Z Mark $
+*/
+
+#ifndef _PERLMOD_H_
+#define _PERLMOD_H_
+
+int Init_Perl();
+void FiniPerl();
+void ns_cmd_modperlist(CmdParams *cmd);
+
+#endif /* _PERLMOD_H_ */
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Jul 6 21:42:28 2005
@@ -25,7 +25,7 @@
noinst_HEADERS = confuselexer.l NeoStats.pm generate_header
-neostats.pm.h: generate_header
+neostats.pm.h: generate_header NeoStats.pm
$(top_builddir)/src/generate_header
include $(top_srcdir)/autotools/rules.mk
Modified: trunk/src/Makefile.in
==============================================================================
--- trunk/src/Makefile.in (original)
+++ trunk/src/Makefile.in Wed Jul 6 21:42:28 2005
@@ -550,7 +550,7 @@
uninstall-binPROGRAMS uninstall-info-am
-neostats.pm.h: generate_header
+neostats.pm.h: generate_header NeoStats.pm
$(top_builddir)/src/generate_header
.c.o:
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Wed Jul 6 21:42:28 2005
@@ -48,6 +48,9 @@
#include "lang.h"
#include "nsdba.h"
#include "dcc.h"
+#ifdef USE_PERL
+#include "perlmod.h"
+#endif
static void do_reconnect( void );
static int in_do_exit = 0;
Modified: trunk/src/modules.c
==============================================================================
--- trunk/src/modules.c (original)
+++ trunk/src/modules.c Wed Jul 6 21:42:28 2005
@@ -36,6 +36,9 @@
#include "channels.h"
#include "servers.h"
#include "exclude.h"
+#ifdef USE_PERL
+#include "perlmod.h"
+#endif
/** @brief Module list
*
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.