-
Notifications
You must be signed in to change notification settings - Fork 68
/
config.h.in
24 lines (20 loc) · 952 Bytes
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
Copyright (C) 2018 Christian Dywan <[email protected]>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
See the file COPYING for the full license text.
*/
#cmakedefine CORE_VERSION "@CORE_VERSION@"
#cmakedefine CORE_USER_AGENT_VERSION "@CORE_USER_AGENT_VERSION@"
#cmakedefine PROJECT_NAME "@CMAKE_PROJECT_NAME@"
#cmakedefine PROJECT_DOMAIN "@PROJECT_DOMAIN@"
#cmakedefine PROJECT_BUGS "@PROJECT_BUGS@"
#cmakedefine PROJECT_WEBSITE "@PROJECT_WEBSITE@"
#cmakedefine DATADIR "@DATADIR@"
#cmakedefine SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
#cmakedefine LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@"
#cmakedefine PLUGINDIR "@PLUGINDIR@"
#cmakedefine DOCDIR "@CMAKE_INSTALL_FULL_DOCDIR@"
#cmakedefine LOCALEDIR "@CMAKE_INSTALL_FULL_LOCALEDIR@"