mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix HTTP user agent constant
This commit is contained in:
parent
98bf2eca1e
commit
8968f74377
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
|
||||
#define PROJECT_HOMEPAGE_URL "@CMAKE_PROJECT_HOMEPAGE_URL@"
|
||||
#define PROJECT_NAME "@CMAKE_PROJECT_DESCRIPTION@"
|
||||
#define USER_AGENT "@CMAKE_PROJECT_DESCRIPTION@ (@CMAKE_PROJECT_BUILD_ID@)"
|
||||
|
||||
#define HTTP_USER_AGENT PROJECT_NAME " (" PROJECT_BUILD_ID ")"
|
||||
|
||||
/* Paths */
|
||||
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||
|
|
Loading…
Add table
Reference in a new issue