]> jfr.im git - solanum.git/blobdiff - include/config.h
rehash: don't restart authd for DNS reloads
[solanum.git] / include / config.h
index 4428a287a36279179fa2dffa6d0191e4cf4757d0..6ba69963b70c19d7be3d919c000380536a6023cc 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
@@ -58,7 +56,7 @@
 #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 */
  */
 #define KILLCHASETIMELIMIT 90  /* Recommended value: 90 */
 
-/* RATBOX_SOMAXCONN
+/* CHARYBDIS_SOMAXCONN
  * 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
+#define CHARYBDIS_SOMAXCONN 25
 
 /* MAX_BUFFER
  * The amount of fds to reserve for clients exempt from limits
  * ----------------------------------------------------------------
  */
 
-#define CONFIG_RATBOX_LEVEL_2
+#define CONFIG_CHARYBDIS_LEVEL_2
 
 #include "defaults.h"
 #endif /* INCLUDED_config_h */