Enable by default

This commit is contained in:
speedie 2022-08-26 11:43:43 +02:00
parent fad823a301
commit 8545bb2238

View file

@ -1,4 +1,4 @@
/* Toggle patches
* This header allows you to enable/disable patches that can break compability with certain OSes or configurations.
*/
#define USEIPC 0 /* Whether or not to use IPC. If you set this to 1, set USEIPC to true in config.mk and comment the YAJLLIBS and YAJLINC lines in config.mk. Not compatible with BSDs so for those, set this to 0. */
#define USEIPC 1 /* Whether or not to use IPC. If you set this to 1, set USEIPC to true in config.mk and comment the YAJLLIBS and YAJLINC lines in config.mk. Not compatible with BSDs so for those, set this to 0. */