cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
config.h File Reference

Definitions of platform-specific macros. More...

#include "msgpack_rpc/impl/config.h"
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_RPC_HAS_UNIX_SOCKETS   MSGPACK_RPC_ENABLE_UNIX_SOCKETS
 Macro to check whether this build of cpp-msgpack-rpc library has the feature of RPC using Unix sockets.

Detailed Description

Definitions of platform-specific macros.

Definition in file config.h.

Macro Definition Documentation

◆ MSGPACK_RPC_HAS_UNIX_SOCKETS

#define MSGPACK_RPC_HAS_UNIX_SOCKETS   MSGPACK_RPC_ENABLE_UNIX_SOCKETS

Macro to check whether this build of cpp-msgpack-rpc library has the feature of RPC using Unix sockets.

1 means enabled, 0 means disabled.

Definition at line 30 of file config.h.