forked from SoundScapeRenderer/ssr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
generate_config.h.in
68 lines (45 loc) · 2.5 KB
/
generate_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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* CMake generates src/config.h from this.*/
/* graphical user interface (using Qt) */
#cmakedefine ENABLE_GUI
/* separate control window */
#cmakedefine ENABLE_FLOATING_CONTROL_PANEL
/* Ecasound soundfile playback/recording */
#cmakedefine ENABLE_ECASOUND
/* XML network (TCP/IP) interface : LEGACY*/
#cmakedefine ENABLE_IP_INTERFACE
/* Websocket++ network (TCP/IP) interface : WEBSOCKET*/
#cmakedefine ENABLE_WEBSOCKET_INTERFACE
/* Razor AHRS tracker support */
#cmakedefine ENABLE_RAZOR
/* Polhemus Fastrak/Patriot tracker support */
#cmakedefine ENABLE_POLHEMUS
/* VRPN head tracker support */
#cmakedefine ENABLE_VRPN
/* INTERSENSE tracker support */
#cmakedefine ENABLE_INTERSENSE
/* SOFA file support */
#cmakedefine ENABLE_SOFA
/*?? support for isatty() ??*/
#define ENABLE_ISATTY 1
/* Name of package */
#define PACKAGE "ssr"
/* Version number of package */
#define VERSION "@SSR_VERSION@"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "SSR (SoundScape Renderer)"
/* Define to the version of this package. */
#define PACKAGE_VERSION "@SSR_VERSION@"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "SSR (SoundScape Renderer) @SSR_VERSION@"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ssr"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://spatialaudio.net/ssr/"
/* List of SSR authors */
#define SSR_AUTHORS "Written by:\n Matthias Geier, Jens Ahrens\nScientific supervision:\n Sascha Spors\nContributions by:\n Peter Bartz, Florian Hinterleitner, Torben Hohn,\n Christoph Hohnerlein, Christoph Hold, Lukas Kaser, \n André Möhl, Till Rettberg, David Runge, Fiete Winter, \n IOhannes m zmölnig \nGUI design:\n Katharina Bredies, Jonas Loh, Jens Ahrens\nLogo design:\n Fabian Hemmert"
/* List of SSR authors (with Qt markup) */
#define SSR_AUTHORS_QT "<EM>The SSR Authors.</EM>"
/* SSR copyright notice */
#define SSR_COPYRIGHT "Copyright © 2016 Division of Applied Acoustics, Chalmers University of Technology\nCopyright © 2014 Institut für Nachrichtentechnik, Universität Rostock\nCopyright © 2012 Quality & Usability Lab, Telekom Innovation Laboratories, TU Berlin\n\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law."