#if !defined(TRX_SOCKET_CONSTANTS) #define TRX_SOCKET_CONSTANTS 1 int const SOCKET_ERROR = -1; int const SOCKET_OK = 0; #endif