aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_unix
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-22 21:07:02 +0000
committerlloyd <[email protected]>2007-10-22 21:07:02 +0000
commit238580db7e45151bfc91894bf94341d11b2eba04 (patch)
treeb8282cb5ada451a4dc0321cde2590468bd9ccfd7 /modules/tm_unix
parent5d5c91cd44d6875dd2ede126abedb724b5a73ebd (diff)
Change the syntax from load_on: to load_on (since that way configure.pl can
use the generic variable reading routines). Instead of hardcoding the module sets (historically, 'unix', 'beos', and 'win32') into the script, have each module specify which group(s) (if any) it should be considered a member of in its modinfo.txt file. Add a new module set compression which contains (currently) the zlib and bzip2 modules.
Diffstat (limited to 'modules/tm_unix')
-rw-r--r--modules/tm_unix/modinfo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tm_unix/modinfo.txt b/modules/tm_unix/modinfo.txt
index 405e341c4..495914589 100644
--- a/modules/tm_unix/modinfo.txt
+++ b/modules/tm_unix/modinfo.txt
@@ -2,7 +2,8 @@ realname "Unix Timer"
define TIMER_UNIX
-load_on: auto
+load_on auto
+modset unix,beos
<add>
tm_unix.cpp