]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit - make/template/config.h
Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.
authorPeter Powell <petpow@saberuk.com>
Sun, 15 Oct 2017 01:15:35 +0000 (02:15 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 15 Oct 2017 10:57:05 +0000 (11:57 +0100)
commit4743b23e5c15cd2a9cb86f857e1b7199533201bb
tree8438fa8376a0214b653d625a27272e8e1c73d66f
parentc5d9b2d6c14414b8933c2e7f60995ca7b01a2d05
Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.

- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to
  be user facing. If opers want to know this kind of internal info
  then they can look at the build configuration.

- INSPIRCD_SYSTEM causes problems for reproducible builds and is
  only accurate for the state of the system when InspIRCd is built
  which is not useful in the slightest.
make/configure.pm
make/template/config.h
src/logger.cpp
src/modules/m_httpd_stats.cpp
src/server.cpp
win/CMakeLists.txt