Fixed buildsystem slightly, started re=implementation of the RTree.
[aesalon.git] / build / config
blobcada0239932156a4e983f3ff0aebf8622733255d
1 # Build configuration file for Aesalon.
4         # The version of Aesalon.
5         "version": "0.5.0",
6         
7         # The name of the module configuration file in the module root.
8         "moduleConfigFileName": "module.conf",
9         
10         # The path of the local configuration file.
11         "localConfig": ".aesalon.conf",
12         # The path of the user-wide configuration file.
13         "userConfig": "~/.config/aesalon/aesalon.conf",
14         # The path of the system-wide configuration file.
15         "globalConfig": "/etc/aesalon/aesalon.conf",
16         
17         # The maximum number of threads that can be created by the monitoring modules.
18         "monitorThreadListSize": 32,
20         # The length of the listen() queue in the monitor.
21         "connectionQueueLength": 4,
23         # Whether or not to use the g++ pool allocator.
24         "usePoolAllocator": 1,