12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
decimal notation, as a string token (not as a numeric token).
CONFIG_DEFAULT_RESOURCES
If defined, read resource configuration from the specified file if
it cannot find the configuration file in the home directory.
CONFIG_GLOBAL_HASH_SIZE
Size of global hash table when reading class definition file.
CONFIG_LOCAL_HASH_SIZE
Size of local hash table when reading class definition file.
CONFIG_NO_PORTABLE
If defined, then portable mode by checking argv[0] is disabled. (It is
still possible to use portable mode by HEROMESH_PREFIX)
CONFIG_USING_32BIT_TIMESTAMPS
If defined, force use of 32-bit timestamps. (This is needed in order to
|
|
>
|
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
decimal notation, as a string token (not as a numeric token).
CONFIG_DEFAULT_RESOURCES
If defined, read resource configuration from the specified file if
it cannot find the configuration file in the home directory.
CONFIG_GLOBAL_HASH_SIZE
Size of global hash table when reading class definition file. This must
be less than 65535.
CONFIG_LOCAL_HASH_SIZE
Size of local hash table when reading class definition file. This must
be less than 65535.
CONFIG_NO_PORTABLE
If defined, then portable mode by checking argv[0] is disabled. (It is
still possible to use portable mode by HEROMESH_PREFIX)
CONFIG_USING_32BIT_TIMESTAMPS
If defined, force use of 32-bit timestamps. (This is needed in order to
|