1.25.6. Initialize the signal handlers under UNIX

[<<<] [>>>]

This function is called under UNIX to initialize the signal handlers. This makes the application ignoring if the socket pipe is broken by the client application.

Under Win32 there is a dummy function doing nothing in place of this function.

void InitSignalHandlers(
);

[<<<] [>>>]