Hello, Unfortunately you cannot make any changes to the files in folders starting with "synergy" - this content is extracted from the pack file or generated using the configurator. If you'd like to enable certain features, you can use compiler pre-processor settings for that. All statements in nx_src_user.h, nx_user.h and nx_port.h are wrapped in ifdef blocks, so that if given labels are already defined, the setting provided in the header file will be ignored (so that you won't see build errors with regards to multiple definitions and redefinitions). For example, I defined 2 new symbols in the preprocessor settings: NX_NAT_ENABLE NX_MAX_PHYSICAL_INTERFACES=2 This is equivalent to providing: #define NX_NAT_ENABLE #define NX_MAX_PHYSICAL_INTERFACES (2) Regards
↧