/usr/include/inspircd/inspircd_config.h is in inspircd-dev 2.0.20-5build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /* Auto generated by configure, do not modify! */
#ifndef __CONFIGURATION_AUTO__
#define __CONFIGURATION_AUTO__
/* this is for windows support. */
#define CoreExport /**/
#define DllExport /**/
#define CONFIG_PATH "/etc/inspircd"
#define DATA_PATH "/usr/lib/inspircd/data"
#define LOG_PATH "/usr/lib/inspircd/logs"
#define MOD_PATH "/usr/lib/inspircd/modules"
#define SOMAXCONN_S "128"
#define ENTRYPOINT int main(int argc, char** argv)
#define MAXBUF 514
#define GCC3
#define HAS_STDINT
#define HAS_EVENTFD
#define HAS_CLOCK_GETTIME
#define USE_EPOLL
#include "threadengines/threadengine_pthread.h"
#endif
|