added: TimeZone struct (core)

this class has information about a time zone (utf offset, daylight saving time)
       and methods for converting between UTC and local time
       structs User and Config has a TimeZone object
       System::ToLocal() and System::ToUTC() uses it for converting
       (depending whether a user is logged or not)


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@842 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-05-30 19:04:18 +00:00
parent 9d5d088b4a
commit ec773e5f29
31 changed files with 1505 additions and 1150 deletions

View File

@@ -9,24 +9,25 @@ adduser.o: ../../pikotools/space/space.h htmltextstream.h
adduser.o: ../core/textstream.h ../../pikotools/space/space.h
adduser.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
adduser.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
adduser.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
adduser.o: ../core/requesttypes.h ../core/error.h ../core/config.h
adduser.o: ../core/textstream.h ../templates/htmltextstream.h
adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h
adduser.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
adduser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
adduser.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
adduser.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
adduser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
adduser.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
adduser.o: ../templates/patterns.h ../notify/notifythread.h
adduser.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
adduser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
adduser.o: ../core/mountparser.h ../core/crypt.h ../core/run.h
adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
adduser.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.h
adduser.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h
adduser.o: ../core/config.h ../core/textstream.h
adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
adduser.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
adduser.o: ../core/system.h ../core/job.h ../core/basethread.h
adduser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
adduser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
adduser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
adduser.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
adduser.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
adduser.o: ../notify/notifypool.h ../templates/patterns.h
adduser.o: ../notify/notifythread.h ../core/basethread.h
adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
adduser.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
adduser.o: ../core/group.h ../core/loadavg.h ../core/image.h
adduser.o: ../core/threadmanager.h ../core/sessionmanager.h
adduser.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
adduser.o: ../core/request.h
changepatterns.o: changepatterns.h patterns.h locale.h
@@ -47,23 +48,23 @@ config.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h
config.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
config.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
config.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
config.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
config.o: ../core/error.h ../core/config.h ../core/textstream.h
config.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
config.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
config.o: ../core/system.h ../core/job.h ../core/basethread.h
config.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
config.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
config.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
config.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
config.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
config.o: ../notify/notifypool.h ../templates/patterns.h
config.o: ../notify/notifythread.h ../core/basethread.h
config.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
config.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
config.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
config.o: ../core/group.h ../core/loadavg.h ../core/image.h
config.o: ../core/timezone.h ../core/cur.h ../core/request.h
config.o: ../core/requesttypes.h ../core/error.h ../core/config.h
config.o: ../core/textstream.h ../templates/htmltextstream.h
config.o: ../core/session.h ../core/user.h ../core/plugindata.h
config.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
config.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
config.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
config.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
config.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
config.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
config.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
config.o: ../templates/patterns.h ../notify/notifythread.h
config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
config.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
config.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
config.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
config.o: ../core/threadmanager.h ../core/sessionmanager.h
config.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
@@ -74,13 +75,13 @@ dir.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
dir.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
dir.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
dir.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
dir.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
dir.o: ../core/requesttypes.h ../core/error.h ../core/config.h
dir.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
dir.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
dir.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
dir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
dir.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
dir.o: ../core/request.h ../core/requesttypes.h ../core/error.h
dir.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
dir.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
dir.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
dir.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
dir.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
dir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
dir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
dir.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -116,13 +117,13 @@ doc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
doc.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
doc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
doc.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
doc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
doc.o: ../core/requesttypes.h ../core/error.h ../core/config.h
doc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
doc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
doc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
doc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
doc.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
doc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
doc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
doc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
doc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
doc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
doc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
doc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
doc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
doc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -143,13 +144,13 @@ env.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
env.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
env.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
env.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
env.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
env.o: ../core/requesttypes.h ../core/error.h ../core/config.h
env.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
env.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
env.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
env.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
env.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
env.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
env.o: ../core/request.h ../core/requesttypes.h ../core/error.h
env.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
env.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
env.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
env.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
env.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
env.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -186,24 +187,25 @@ filters.o: ../../pikotools/space/space.h htmltextstream.h
filters.o: ../core/textstream.h ../../pikotools/space/space.h
filters.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
filters.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
filters.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
filters.o: ../core/requesttypes.h ../core/error.h ../core/config.h
filters.o: ../core/textstream.h ../templates/htmltextstream.h
filters.o: ../core/session.h ../core/user.h ../core/plugindata.h
filters.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
filters.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
filters.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
filters.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
filters.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
filters.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
filters.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
filters.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
filters.o: ../templates/patterns.h ../notify/notifythread.h
filters.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
filters.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
filters.o: ../core/mountparser.h ../core/crypt.h ../core/run.h
filters.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
filters.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.h
filters.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h
filters.o: ../core/config.h ../core/textstream.h
filters.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
filters.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
filters.o: ../core/system.h ../core/job.h ../core/basethread.h
filters.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
filters.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
filters.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
filters.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
filters.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
filters.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
filters.o: ../notify/notifypool.h ../templates/patterns.h
filters.o: ../notify/notifythread.h ../core/basethread.h
filters.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
filters.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
filters.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
filters.o: ../core/group.h ../core/loadavg.h ../core/image.h
filters.o: ../core/threadmanager.h ../core/sessionmanager.h
filters.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
filters.o: ../core/misc.h
htmltextstream.o: htmltextstream.h ../core/textstream.h misc.h localefilter.h
@@ -234,23 +236,23 @@ insert.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h
insert.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
insert.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
insert.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
insert.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
insert.o: ../core/error.h ../core/config.h ../core/textstream.h
insert.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
insert.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
insert.o: ../core/system.h ../core/job.h ../core/basethread.h
insert.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
insert.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
insert.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
insert.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
insert.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
insert.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
insert.o: ../notify/notifypool.h ../templates/patterns.h
insert.o: ../notify/notifythread.h ../core/basethread.h
insert.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
insert.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
insert.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
insert.o: ../core/group.h ../core/loadavg.h ../core/image.h
insert.o: ../core/timezone.h ../core/cur.h ../core/request.h
insert.o: ../core/requesttypes.h ../core/error.h ../core/config.h
insert.o: ../core/textstream.h ../templates/htmltextstream.h
insert.o: ../core/session.h ../core/user.h ../core/plugindata.h
insert.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
insert.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
insert.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
insert.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
insert.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
insert.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
insert.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
insert.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
insert.o: ../templates/patterns.h ../notify/notifythread.h
insert.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
insert.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
insert.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
insert.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
insert.o: ../core/threadmanager.h ../core/sessionmanager.h
insert.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
insert.o: ../core/request.h ../core/misc.h
@@ -262,13 +264,13 @@ item.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
item.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
item.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
item.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
item.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
item.o: ../core/requesttypes.h ../core/error.h ../core/config.h
item.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
item.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
item.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
item.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
item.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
item.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
item.o: ../core/request.h ../core/requesttypes.h ../core/error.h
item.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
item.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
item.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
item.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
item.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
item.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
item.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
item.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -289,13 +291,13 @@ last.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
last.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
last.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
last.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
last.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
last.o: ../core/requesttypes.h ../core/error.h ../core/config.h
last.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
last.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
last.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
last.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
last.o: ../core/request.h ../core/requesttypes.h ../core/error.h
last.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
last.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
last.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
last.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
last.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -327,16 +329,17 @@ login.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
login.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
login.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
login.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
login.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
login.o: ../core/requesttypes.h ../core/error.h ../core/config.h
login.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
login.o: ../core/system.h ../core/job.h ../core/basethread.h
login.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
login.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
login.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
login.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
login.o: ../core/request.h ../core/requesttypes.h ../core/error.h
login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
login.o: ../core/session.h ../core/user.h ../core/plugindata.h
login.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
login.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
login.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
login.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
login.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
login.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
login.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
login.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
login.o: ../templates/patterns.h ../notify/notifythread.h
login.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
@@ -353,7 +356,7 @@ ls.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
ls.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
ls.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
ls.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
ls.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
ls.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h ../core/request.h
ls.o: ../core/requesttypes.h ../core/error.h ../core/config.h
ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
@@ -380,13 +383,13 @@ man.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
man.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
man.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
man.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
man.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
man.o: ../core/requesttypes.h ../core/error.h ../core/config.h
man.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
man.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
man.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
man.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
man.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
man.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
man.o: ../core/request.h ../core/requesttypes.h ../core/error.h
man.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
man.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
man.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
man.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
man.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
man.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -422,13 +425,13 @@ misc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
misc.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
misc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
misc.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
misc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
misc.o: ../core/requesttypes.h ../core/error.h ../core/config.h
misc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
misc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
misc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
misc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
misc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
misc.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
misc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
misc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
misc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
misc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
misc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
misc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
misc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
misc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -450,18 +453,19 @@ miscspace.o: ../../pikotools/space/space.h htmltextstream.h
miscspace.o: ../core/textstream.h ../../pikotools/space/space.h
miscspace.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
miscspace.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
miscspace.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
miscspace.o: ../core/requesttypes.h ../core/error.h ../core/config.h
miscspace.o: ../core/textstream.h ../templates/htmltextstream.h
miscspace.o: ../core/session.h ../core/user.h ../core/plugindata.h
miscspace.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
miscspace.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
miscspace.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
miscspace.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
miscspace.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
miscspace.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
miscspace.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
miscspace.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
miscspace.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
miscspace.o: ../core/request.h ../core/requesttypes.h ../core/error.h
miscspace.o: ../core/config.h ../core/textstream.h
miscspace.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
miscspace.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
miscspace.o: ../core/system.h ../core/job.h ../core/basethread.h
miscspace.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
miscspace.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
miscspace.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
miscspace.o: ../core/user.h ../core/group.h ../core/dircontainer.h
miscspace.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
miscspace.o: ../core/slog.h ../core/cur.h ../templates/locale.h
miscspace.o: ../notify/notify.h ../notify/notifypool.h
miscspace.o: ../templates/patterns.h ../notify/notifythread.h
miscspace.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
miscspace.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
@@ -478,16 +482,17 @@ mount.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
mount.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
mount.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
mount.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
mount.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
mount.o: ../core/requesttypes.h ../core/error.h ../core/config.h
mount.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
mount.o: ../core/system.h ../core/job.h ../core/basethread.h
mount.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
mount.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
mount.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
mount.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h
mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
mount.o: ../core/session.h ../core/user.h ../core/plugindata.h
mount.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
mount.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
mount.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
mount.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
mount.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
mount.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
mount.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
mount.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
mount.o: ../templates/patterns.h ../notify/notifythread.h
mount.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
@@ -526,13 +531,13 @@ priv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
priv.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
priv.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
priv.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
priv.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
priv.o: ../core/requesttypes.h ../core/error.h ../core/config.h
priv.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
priv.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
priv.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
priv.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
priv.o: ../core/request.h ../core/requesttypes.h ../core/error.h
priv.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
priv.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
priv.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
priv.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
priv.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -568,7 +573,7 @@ pw.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
pw.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
pw.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
pw.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
pw.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
pw.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h ../core/request.h
pw.o: ../core/requesttypes.h ../core/error.h ../core/config.h
pw.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
pw.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
@@ -596,16 +601,17 @@ rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
rebus.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
rebus.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
rebus.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
rebus.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
rebus.o: ../core/requesttypes.h ../core/error.h ../core/config.h
rebus.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
rebus.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
rebus.o: ../core/system.h ../core/job.h ../core/basethread.h
rebus.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
rebus.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
rebus.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
rebus.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
rebus.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
rebus.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h
rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h
rebus.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
rebus.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
rebus.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
rebus.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
rebus.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
rebus.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
rebus.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
rebus.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
rebus.o: ../templates/patterns.h ../notify/notifythread.h
rebus.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
@@ -624,13 +630,13 @@ slog.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
slog.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
slog.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
slog.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
slog.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
slog.o: ../core/requesttypes.h ../core/error.h ../core/config.h
slog.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
slog.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
slog.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
slog.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
slog.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
slog.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
slog.o: ../core/request.h ../core/requesttypes.h ../core/error.h
slog.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
slog.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
slog.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
slog.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
slog.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
slog.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
slog.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
slog.o: ../core/log.h ../core/slog.h ../notify/notify.h
@@ -650,13 +656,13 @@ stat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
stat.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
stat.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
stat.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
stat.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
stat.o: ../core/requesttypes.h ../core/error.h ../core/config.h
stat.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
stat.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
stat.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
stat.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
stat.o: ../core/request.h ../core/requesttypes.h ../core/error.h
stat.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
stat.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
stat.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
stat.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
stat.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -677,13 +683,13 @@ sys.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
sys.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
sys.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
sys.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
sys.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
sys.o: ../core/requesttypes.h ../core/error.h ../core/config.h
sys.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
sys.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
sys.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
sys.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
sys.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
sys.o: ../core/request.h ../core/requesttypes.h ../core/error.h
sys.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
sys.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
sys.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
sys.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
sys.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
sys.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
sys.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
sys.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -721,26 +727,27 @@ template.o: ../../pikotools/space/space.h htmltextstream.h
template.o: ../core/textstream.h ../../pikotools/space/space.h
template.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
template.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
template.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
template.o: ../core/requesttypes.h ../core/error.h ../core/config.h
template.o: ../core/textstream.h ../templates/htmltextstream.h
template.o: ../core/session.h ../core/user.h ../core/plugindata.h
template.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
template.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
template.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
template.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
template.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
template.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
template.o: ../templates/patterns.h ../notify/notifythread.h
template.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
template.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
template.o: ../core/mountparser.h ../core/crypt.h ../core/run.h
template.o: ../core/users.h ../core/groups.h ../core/group.h
template.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
template.o: ../core/sessionmanager.h ../core/sessioncontainer.h
template.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h
template.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
template.o: ../core/request.h ../core/requesttypes.h ../core/error.h
template.o: ../core/config.h ../core/textstream.h
template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
template.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
template.o: ../core/system.h ../core/job.h ../core/basethread.h
template.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
template.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
template.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
template.o: ../core/user.h ../core/group.h ../core/dircontainer.h
template.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
template.o: ../core/slog.h ../core/cur.h ../templates/locale.h
template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
template.o: ../notify/notifythread.h ../core/basethread.h
template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
template.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
template.o: ../core/group.h ../core/loadavg.h ../core/image.h
template.o: ../core/threadmanager.h ../core/sessionmanager.h
template.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
template.o: ../core/misc.h
templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
templates.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
@@ -750,18 +757,19 @@ templates.o: ../../pikotools/space/space.h htmltextstream.h
templates.o: ../core/textstream.h ../../pikotools/space/space.h
templates.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
templates.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
templates.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
templates.o: ../core/requesttypes.h ../core/error.h ../core/config.h
templates.o: ../core/textstream.h ../templates/htmltextstream.h
templates.o: ../core/session.h ../core/user.h ../core/plugindata.h
templates.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
templates.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
templates.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
templates.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
templates.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
templates.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
templates.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
templates.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
templates.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h
templates.o: ../core/config.h ../core/textstream.h
templates.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
templates.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
templates.o: ../core/system.h ../core/job.h ../core/basethread.h
templates.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
templates.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
templates.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
templates.o: ../core/user.h ../core/group.h ../core/dircontainer.h
templates.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
templates.o: ../core/slog.h ../core/cur.h ../templates/locale.h
templates.o: ../notify/notify.h ../notify/notifypool.h
templates.o: ../templates/patterns.h ../notify/notifythread.h
templates.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
templates.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
@@ -798,9 +806,9 @@ upload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
upload.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
upload.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
upload.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
upload.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
upload.o: ../core/requesttypes.h ../core/error.h ../core/config.h
upload.o: ../core/textstream.h ../templates/htmltextstream.h
upload.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
upload.o: ../core/request.h ../core/requesttypes.h ../core/error.h
upload.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
upload.o: ../core/session.h ../core/user.h ../core/plugindata.h
upload.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
upload.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
@@ -826,23 +834,23 @@ uptime.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h
uptime.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
uptime.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
uptime.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
uptime.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
uptime.o: ../core/error.h ../core/config.h ../core/textstream.h
uptime.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
uptime.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
uptime.o: ../core/system.h ../core/job.h ../core/basethread.h
uptime.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
uptime.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
uptime.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
uptime.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
uptime.o: ../notify/notifypool.h ../templates/patterns.h
uptime.o: ../notify/notifythread.h ../core/basethread.h
uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
uptime.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
uptime.o: ../core/group.h ../core/loadavg.h ../core/image.h
uptime.o: ../core/timezone.h ../core/cur.h ../core/request.h
uptime.o: ../core/requesttypes.h ../core/error.h ../core/config.h
uptime.o: ../core/textstream.h ../templates/htmltextstream.h
uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h
uptime.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
uptime.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
uptime.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
uptime.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
uptime.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
uptime.o: ../templates/patterns.h ../notify/notifythread.h
uptime.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
uptime.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
uptime.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
uptime.o: ../core/threadmanager.h ../core/sessionmanager.h
uptime.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
@@ -853,13 +861,13 @@ user.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
user.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
user.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
user.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
user.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
user.o: ../core/requesttypes.h ../core/error.h ../core/config.h
user.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
user.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
user.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
user.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
user.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
user.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
user.o: ../core/request.h ../core/requesttypes.h ../core/error.h
user.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
user.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
user.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
user.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
user.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
user.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
user.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
user.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -880,13 +888,13 @@ who.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
who.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
who.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
who.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
who.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
who.o: ../core/requesttypes.h ../core/error.h ../core/config.h
who.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
who.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
who.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
who.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
who.o: ../core/request.h ../core/requesttypes.h ../core/error.h
who.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
who.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
who.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
who.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
who.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
who.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@@ -907,16 +915,17 @@ winix.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
winix.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
winix.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
winix.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
winix.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
winix.o: ../core/requesttypes.h ../core/error.h ../core/config.h
winix.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
winix.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
winix.o: ../core/system.h ../core/job.h ../core/basethread.h
winix.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
winix.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
winix.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
winix.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
winix.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
winix.o: ../core/htmlfilter.h ../core/timezone.h ../core/cur.h
winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h
winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
winix.o: ../core/session.h ../core/user.h ../core/plugindata.h
winix.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
winix.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
winix.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
winix.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
winix.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
winix.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
winix.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
winix.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
winix.o: ../templates/patterns.h ../notify/notifythread.h
winix.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h