@@ -25,10 +25,14 @@ 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_OMIT_SOUND + If defined, omit all sound capabilities (including music). (Even if it + is not defined, it can still be disabled at runtime.) + CONFIG_USING_32BIT_TIMESTAMPS If defined, force use of 32-bit timestamps. (This is needed in order to avoid compiler warnings on some systems, such as some versions of the Raspberry Pi system. This option will be deprecated in year 2038, so you should upgrade your system before that if possible.) @@ -65,14 +69,10 @@ CONFIG_OMIT_MUSIC If defined, omit background music playback capabilities. (Even if this is not defined, it can still be disabled at runtime. -CONFIG_OMIT_SOUND - If defined, omit all sound capabilities (including music). (Even if it - is not defined, it can still be disabled at runtime.) - CONFIG_PRIVATE_USERCACHE If defined as a octal number, set the default file permissions of the user cache database when creating it. (The user can still change them afterward by using chmod.)