File: stealth.h

package info (click to toggle)
stealth 1.47.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,860 kB
  • ctags: 254
  • sloc: cpp: 1,708; makefile: 127; sh: 62
file content (23 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef _INCLUDED_STEALTH_H_
#define _INCLUDED_STEALTH_H_

#include <iostream>
#include <signal.h>

#include <bobcat/arg>
#include <bobcat/configfile>
#include <bobcat/errno>
#include <bobcat/selector>
#include <bobcat/process>

#include "util/util.h"
// #include "iofork/iofork.h"
#include "configsorter/configsorter.h"
#include "reporter/reporter.h"
#include "scanner/scanner.h"
#include "monitor/monitor.h"

using namespace std;
using namespace FBB;

#endif