Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
23
third_party/FreeRDP/winpr/include/config/build-config.h.in
vendored
Normal file
23
third_party/FreeRDP/winpr/include/config/build-config.h.in
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef WINPR_BUILD_CONFIG_H
|
||||
#define WINPR_BUILD_CONFIG_H
|
||||
|
||||
#define WINPR_DATA_PATH "${WINPR_DATA_PATH}"
|
||||
#define WINPR_KEYMAP_PATH "${WINPR_KEYMAP_PATH}"
|
||||
#define WINPR_PLUGIN_PATH "${WINPR_PLUGIN_PATH}"
|
||||
|
||||
#define WINPR_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
|
||||
#define WINPR_INSTALL_SYSCONFDIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}"
|
||||
|
||||
#define WINPR_LIBRARY_PATH "${WINPR_LIBRARY_PATH}"
|
||||
|
||||
#define WINPR_ADDIN_PATH "${WINPR_ADDIN_PATH}"
|
||||
|
||||
#define WINPR_SHARED_LIBRARY_SUFFIX "${CMAKE_SHARED_LIBRARY_SUFFIX}"
|
||||
#define WINPR_SHARED_LIBRARY_PREFIX "${CMAKE_SHARED_LIBRARY_PREFIX}"
|
||||
|
||||
#define WINPR_VENDOR_STRING "${VENDOR}"
|
||||
#define WINPR_PRODUCT_STRING "${PRODUCT}"
|
||||
|
||||
#define WINPR_PROXY_PLUGINDIR "${WINPR_PROXY_PLUGINDIR}"
|
||||
|
||||
#endif /* WINPR_BUILD_CONFIG_H */
|
||||
Reference in New Issue
Block a user