]> jfr.im git - solanum.git/blobdiff - include/config.h
Add .travis.yml
[solanum.git] / include / config.h
index cc1ab2f1ffbc94357ef65f5dd1196ea9029ddece..96a6fc777a470cfb2a7d771c46902e51414ad5ed 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "setup.h"
 
-/* 
+/*
  * Directory paths and filenames for UNIX systems.
  * IRCD_PREFIX is set using ./configure --prefix, see INSTALL.
  * The other defaults should be fine.
 /* 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 ETCPATH ETC_DIR
 #define LOGPATH LOG_DIR
 #define UHPATH   HELP_DIR "/users"
 #define HPATH  HELP_DIR "/opers"
 
 /* files */
-#define SPATH    BINPATH "/" PROGRAM_PREFIX "ircd"                /* ircd executable */
+#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 */
@@ -95,7 +94,7 @@
 #define KILLCHASETIMELIMIT 90  /* Recommended value: 90 */
 
 /* RATBOX_SOMAXCONN
- * Use SOMAXCONN if OS has it, otherwise use this value for the 
+ * Use SOMAXCONN if OS has it, otherwise use this value for the
  * listen(); backlog.  5 for AIX/SUNOS, 25 for other OSs.
  */
 #define RATBOX_SOMAXCONN 25