repo.or.cz
/
midnight-commander
/
osp
/
martijo2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add checkbox to search only directories
[midnight-commander/osp/martijo2.git]
/
slang
/
include
/
slinclud.h
blob
5367bef9ac6dfa3dc57c7cb677c260649d1fd639
1
#ifndef _SLANG_INCLUDE_H_
2
#define _SLANG_INCLUDE_H_
3
4
#define SLANG_SOURCE_ 1
5
#include
"config.h"
6
#include
"sl-feat.h"
7
8
#include <stdio.h>
9
#include <string.h>
10
11
#if defined(__QNX__) && defined(__WATCOMC__)
12
# include <unix.h>
13
#endif
14
15
#ifdef HAVE_STDLIB_H
16
# include <stdlib.h>
17
#endif
18
19
#ifdef HAVE_UNISTD_H
20
# include <unistd.h>
21
#endif
22
23
#ifdef HAVE_MALLOC_H
24
# include <malloc.h>
25
#endif
26
27
#ifdef HAVE_MEMORY_H
28
# include <memory.h>
29
#endif
30
31
#endif
/* _SLANG_INCLUDE_H_ */