Add checkbox to search only directories
[midnight-commander/osp/martijo2.git] / slang / include / slinclud.h
blob5367bef9ac6dfa3dc57c7cb677c260649d1fd639
1 #ifndef _SLANG_INCLUDE_H_
2 #define _SLANG_INCLUDE_H_
4 #define SLANG_SOURCE_ 1
5 #include "config.h"
6 #include "sl-feat.h"
8 #include <stdio.h>
9 #include <string.h>
11 #if defined(__QNX__) && defined(__WATCOMC__)
12 # include <unix.h>
13 #endif
15 #ifdef HAVE_STDLIB_H
16 # include <stdlib.h>
17 #endif
19 #ifdef HAVE_UNISTD_H
20 # include <unistd.h>
21 #endif
23 #ifdef HAVE_MALLOC_H
24 # include <malloc.h>
25 #endif
27 #ifdef HAVE_MEMORY_H
28 # include <memory.h>
29 #endif
31 #endif /* _SLANG_INCLUDE_H_ */