Re: [fluid-dev] Disable network at compile time.

2017-12-09 Thread Tom M.
Please use permalinks. https://github.com/FluidSynth/fluidsynth/blob/1629f9f9976be6e990994489acceb622bd7386da/src/fluidsynth.c#L693 https://github.com/FluidSynth/fluidsynth/blob/1629f9f9976be6e990994489acceb622bd7386da/src/fluidsynth.c#L738 I think all those #ifdef MACINTOSH or DARWIN macros can

Re: [fluid-dev] Disable network at compile time.

2017-12-09 Thread Carlo Bramini
Hello, I was implementing it, but I noticed a strange thing. Here: https://github.com/FluidSynth/fluidsynth/blob/master/src/fluidsynth.c#L693 there is a piece of code that it is not emitted for MACOS. And here: https://github.com/FluidSynth/fluidsynth/blob/master/src/fluidsynth.c#L738 for some