]> jfr.im git - solanum.git/blobdiff - include/config.h.dist
librb: whoops, didn't realise this was needed... :x
[solanum.git] / include / config.h.dist
index 0470d2ea641c4608aecc1e673a8e1f2832e5e2df..ec0c9e75e56ebfcbfbc831db3b41b31552bd0d54 100644 (file)
@@ -20,8 +20,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: config.h 3354 2007-04-03 09:21:31Z nenolod $
  */
 
 #ifndef INCLUDED_config_h
@@ -50,7 +48,6 @@
 /* dirs */
 #define DPATH   IRCD_PREFIX
 #define BINPATH IRCD_PREFIX "/bin/"
-#define LIBPATH IRCD_PREFIX "/lib/"
 #define MODPATH MODULE_DIR
 #define AUTOMODPATH MODULE_DIR "/autoload/"
 #define ETCPATH ETC_DIR 
 #define HPATH  HELP_DIR "/opers"
 
 /* files */
-#define SPATH    BINPATH "/ircd"                  /* ircd executable */
-#define LIPATH   LIBPATH "/libircd" SHARED_SUFFIX  /* ircd library */
-#define SLPATH   BINPATH "/servlink"              /* servlink executable */
-#define CPATH    ETCPATH "/ircd.conf"             /* ircd.conf file */
-#define KPATH    ETCPATH "/kline.conf"            /* kline file */
-#define DLPATH   ETCPATH "/dline.conf"            /* dline file */
-#define XPATH   ETCPATH "/xline.conf"             /* xline file */
-#define RESVPATH ETCPATH "/resv.conf"             /* resv file */
-#define RPATH    ETCPATH "/ircd.rsa"              /* ircd rsa private keyfile */
-#define MPATH    ETCPATH "/ircd.motd"             /* MOTD file */
-#define LPATH    LOGPATH "/ircd.log"              /* ircd logfile */
-#define PPATH    ETCPATH "/ircd.pid"              /* pid file */
-#define OPATH    ETCPATH "/opers.motd"            /* oper MOTD file */
+#define SPATH    BINPATH "/" PROGRAM_PREFIX "charybdis"                   /* ircd executable */
+#define CPATH    ETCPATH "/ircd.conf"                             /* ircd.conf file */
+#define MPATH    ETCPATH "/ircd.motd"                             /* MOTD file */
+#define LPATH    LOGPATH "/ircd.log"                              /* ircd logfile */
+#define PPATH    PKGRUNDIR "/ircd.pid"                            /* pid file */
+#define OPATH    ETCPATH "/opers.motd"                            /* oper MOTD file */
+#define DBPATH   PKGLOCALSTATEDIR "/ban.db"                        /* bandb file */
 
 /* IGNORE_BOGUS_TS
  * Ignore bogus timestamps from other servers. Yes this will desync
  */
 #undef  IGNORE_BOGUS_TS
 
-/* HIDE_SERVERS_IPS
- *
- * If this is undefined, anyone can see a servers ip.  If it is defined,
- * noone can.
- */
-#define  HIDE_SERVERS_IPS
-
 /* HANGONGOODLINK and HANGONRETRYDELAY
  * Often net breaks for a short time and it's useful to try to
  * establishing the same connection again faster than CONNECTFREQUENCY