repo.or.cz
/
opsoft_test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
current version
[opsoft_test.git]
/
silentbob
/
include
/
head.h
blob
1d5884b15e982c284d3428b9cfb09053a5e76e04
1
/*
2
* (c) Oleg Puchinin 2006
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef DEFINE_HEAD_H
8
#define DEFINE_HEAD_H
9
10
#include <stdio.h>
11
#include <stdlib.h>
12
#include <unistd.h>
13
#include <fcntl.h>
14
#include <gclib/gclib.h>
15
#include <gclib/gclib_c.h>
16
#include <structs.h>
17
#include <env.h>
18
#include <proto.h>
19
#include <log.h>
20
#include <bob_flags.h>
21
22
#ifdef HAVE_CONFIG_H
23
# include <config.h>
24
#else
25
# define PACKAGE
"silent_bob"
26
#endif
27
28
#endif
29