Defines

config.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define SERVICES_CONF   "services.conf"
#define LOG_FILENAME   "services.log"
#define NET_BUFSIZE   65536
#define USE_OSSVS
#define BUFSIZE   1024
#define CHANMAX   64
#define NICKMAX   32
#define PASSMAX   32
#define USERMAX   10
#define HOSTMAX   64

Define Documentation

#define BUFSIZE   1024
#define CHANMAX   64

Definition at line 56 of file config.h.

Referenced by db_mysql_load_cs_dbase(), and makechan().

#define HOSTMAX   64

Definition at line 71 of file config.h.

Referenced by do_bot(), do_chankill(), do_nick(), do_setall(), doValidHost(), hs_do_request(), and myDoSet().

#define LOG_FILENAME   "services.log"

Definition at line 28 of file config.h.

#define NET_BUFSIZE   65536

Definition at line 31 of file config.h.

Referenced by read_buffer_len(), and write_buffer_len().

#define NICKMAX   32
#define PASSMAX   32
#define SERVICES_CONF   "services.conf"

Definition at line 25 of file config.h.

Referenced by error(), moduleGetConfigDirective(), and read_config().

#define USE_OSSVS

Definition at line 36 of file config.h.

#define USERMAX   10