/* vi: set ts=4 sw=4 ai: */
/*
* obj_syspp.h
*
* Lotos v1.2.3 : (c) 1999-2003 Pavol Hluchy (Lopo)
* last update : 30.1.2003
* email : lotos@losys.sk
* homepage : lotos.losys.sk
*/
#ifndef __OBJ_SYSPP_H__
#define __OBJ_SYSPP_H__ 1
#include <time.h>
/* doplnujuca systemova struktura */
struct syspp_struct {
int oss_highlev_debug;
int debug_input; // POZOR !!! nikdy nenastavovat na 1 !!!
int highlev_debug_on;
#ifdef PUEBLO
int pueblo_enh, pblo_usr_mm_def, pblo_usr_pg_def;
#endif
long autosave, auto_save;
int kill_msgs;
int num_of_www, max_www;
int sys_access, wiz_access, www_access;
long tcounter[4], bcounter[4], acounter[4], mcounter[4];
int auto_afk, auto_afk_time;
time_t reboot_time;
};
typedef struct syspp_struct *SYSPP_OBJECT;
#endif /* __OBJ_SYSPP_H__ */