d4714cab52
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5891 fc73d0e0-1445-4013-8a0c-d673dee63da5
16 lines
416 B
C
16 lines
416 B
C
// Build-Config file for FTE's webless nearly-standard builds.
|
|
// these builds have crippled networking options to see if they fare better with malware false positives.
|
|
// to use: make FTE_CONFIG=fteqw_noweb
|
|
|
|
#include "config_fteqw.h"
|
|
|
|
#undef WEBCLIENT
|
|
#undef HAVE_HTTPSV
|
|
#undef TCPCONNECT
|
|
#undef FTPSERVER
|
|
#undef HAVE_TCP
|
|
#undef HAVE_GNUTLS
|
|
#undef HAVE_WINSSPI
|
|
#undef SUPPORT_ICE
|
|
#undef SUBSERVERS
|
|
|