ports/irc/ircd-hybrid/files/patch-include-config.h
Erwin Lansing 56921ad5ba Rename patch files.
Port is still broken though.

Submitted by:	maintainer
2004-01-29 18:21:06 +00:00

24 lines
706 B
C

--- include/config.h.ori Wed Jan 28 01:57:26 2004
+++ include/config.h Wed Jan 28 02:03:47 2004
@@ -93,8 +93,10 @@
#define ETCPATH "IRCD$CONFDIR:"
#define LOGPATH "IRCD$LOGDIR:"
+/*
#undef MODPATH
#undef AUTOMODPATH
+*/
#undef MSGPATH
#define SPATH BINPATH "IRCD.EXE" /* server executable */
@@ -134,8 +136,10 @@
/* dirs */
#define DPATH IRCD_PREFIX
#define BINPATH IRCD_PREFIX "/bin/"
+/*
#define MODPATH IRCD_PREFIX "/modules/"
#define AUTOMODPATH IRCD_PREFIX "/modules/autoload/"
+*/
#define MSGPATH IRCD_PREFIX "/messages/"
#define ETCPATH IRCD_PREFIX "/etc"
#define LOGPATH IRCD_PREFIX "/logs"