Changeset View
Changeset View
Standalone View
Standalone View
src/config/bitcoin-config.h.cmake.in
| Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | |||||
| #cmakedefine01 ENABLE_CHRONIK | #cmakedefine01 ENABLE_CHRONIK | ||||
| /* Define if QR support should be compiled in */ | /* Define if QR support should be compiled in */ | ||||
| #cmakedefine USE_QRCODE 1 | #cmakedefine USE_QRCODE 1 | ||||
| /* UPnP support not compiled if undefined */ | /* UPnP support not compiled if undefined */ | ||||
| #cmakedefine USE_UPNP | #cmakedefine USE_UPNP | ||||
| /* NAT-PMP support not compiled if undefined */ | |||||
| #cmakedefine USE_NATPMP | |||||
| /* Define if QtDBus support should be enabled */ | /* Define if QtDBus support should be enabled */ | ||||
| #cmakedefine USE_DBUS 1 | #cmakedefine USE_DBUS 1 | ||||
| #cmakedefine HAVE___INT128 1 | #cmakedefine HAVE___INT128 1 | ||||
| #cmakedefine ENABLE_TRACING 1 | #cmakedefine ENABLE_TRACING 1 | ||||
| /* Define to 1 if strerror_r returns char *. */ | /* Define to 1 if strerror_r returns char *. */ | ||||
| #cmakedefine STRERROR_R_CHAR_P 1 | #cmakedefine STRERROR_R_CHAR_P 1 | ||||
| /* Define to 1 if platform supports unix domain sockets */ | /* Define to 1 if platform supports unix domain sockets */ | ||||
| #cmakedefine HAVE_SOCKADDR_UN 1 | #cmakedefine HAVE_SOCKADDR_UN 1 | ||||
| #endif // BITCOIN_BITCOIN_CONFIG_H | #endif // BITCOIN_BITCOIN_CONFIG_H | ||||