#ifndef DBOX_STANDALONE
#include "../online/ostatus.h"
#else
#ifndef DBOX_OSTATUS_H
#define DBOX_OSTATUS_H
#include <userdb.h>
#include <ostatus_base.h>
class statust:public status_baset
{
public:
statust();
};
extern statust status;
#endif
#endif