Displaying 1 result from an estimated 1 matches for "my_def_here".
2020 May 18
0
GPL violation by Synology
...c as well as add several options. This is all fine by itself, but
you can't properly compile their code. Both the modifications to rsync
as well as their own library headers are littered with #ifdef's, but
they've scrubbed all of them and replaced them with names such as
MY_ABC_HERE and MY_DEF_HERE. As all defines are replaced by the same
values, you get nested #ifdef's referring to the same value, and your
options become to turn them all off (which doesn't work out), turn
them all on (which doesn't work out), or manually wrestle through
every line of code and try to figure out wh...