FTEQW
Documentation of the FTE engine source tree.
config_fteqw_noweb.h
Go to the documentation of this file.
1// Build-Config file for FTE's webless nearly-standard builds.
2// these builds have crippled networking options to see if they fare better with malware false positives.
3// to use: make FTE_CONFIG=fteqw_noweb
4
5#include "config_fteqw.h"
6
7#undef WEBCLIENT
8#undef HAVE_HTTPSV
9#undef TCPCONNECT
10#undef FTPSERVER
11#undef HAVE_TCP
12#undef HAVE_GNUTLS
13#undef HAVE_WINSSPI
14#undef SUPPORT_ICE
15#undef SUBSERVERS
16