Updated buildsystem to automoc subdirectories.
[aesalon.git] / .aesalon.conf
blob5fbc932714a37ff5a082f7a90050b74dabf7b8e7
1 # Build configuration file for Aesalon.
2 search "modules/";
4 # Default zone size is 16KB.
5 zoneSize=4;
6 # By default, only allocate space for one zone.
7 defaultZones=1;
8 # Allow a maximum of 32,768 zones.
9 zoneUsePages=1;
10 # By default, use only one zone reader (no other threads).
11 zoneReaders=1;
12 # By default, use TCP port 6321.
13 tcpPort=6321;