inspircd_config.h
Go to the documentation of this file.00001
00002 #ifndef __CONFIGURATION_AUTO__
00003 #define __CONFIGURATION_AUTO__
00004
00005
00006 #define CoreExport
00007 #define DllExport
00008
00009 #define CONFIG_FILE "/usr/home/brain/inspircd-cvs/inspircd/conf/inspircd.conf"
00010 #define MOD_PATH "/usr/home/brain/inspircd-cvs/inspircd/modules"
00011 #define VERSION "InspIRCd-1.2.0b1+Jersey"
00012 #define REVISION "10604"
00013 #define SOMAXCONN_S "128"
00014 #define OPTIMISATION 0
00015 #define LIBRARYDIR "/usr/home/brain/inspircd-cvs/inspircd/lib"
00016 #define SYSTEM "FreeBSD neuron.brainbox.cc 5.4-RELEASE"
00017 #define ENTRYPOINT int main(int argc, char** argv)
00018
00019 #define MAXBUF 514
00020 #define GCC3
00021 #define HAS_STRLCPY
00022 #define HAS_STDINT
00023 #define SUPPORT_IP6LINKS
00024 #define USE_KQUEUE
00025
00026 #include "threadengines/threadengine_pthread.h"
00027
00028 #endif