New upstream version 2.20
[debian/cpmtools] / config.h.in
1 #define HAVE_FCNTL_H 0
2 #define HAVE_LIMITS_H 0
3 #define HAVE_UNISTD_H 0
4 #define HAVE_WINDOWS_H 0
5 #define HAVE_WINIOCTL_H 0
6 #define HAVE_LIBDSK_H 0
7 #define HAVE_SYS_TYPES_H 0
8 #define HAVE_SYS_STAT_H 0
9 #define HAVE_MODE_T 0
10 #define NEED_NCURSES 0
11 #define HAVE_NCURSES_NCURSES_H 0
12
13 #if HAVE_SYS_STAT_H
14 #include <sys/stat.h>
15 #endif
16
17 #if HAVE_SYS_TYPES_H
18 #include <sys/types.h>
19 #endif
20
21 #if HAVE_LIMITS_H
22 #include <limits.h>
23 #endif
24
25 #if HAVE_UNISTD_H
26 #include <unistd.h>
27 #endif
28
29 #if HAVE_WINDOWS_H
30 #include <windows.h>
31 #endif
32
33 #if HAVE_WINIOCTL_H
34 #include <winioctl.h>
35 #endif
36
37 #if HAVE_LIBDSK_H
38 #include <libdsk.h>
39 #endif
40
41 #if HAVE_FCNTL_H
42 #include <fcntl.h>
43 #endif
44
45 #ifndef _POSIX_PATH_MAX
46 #define _POSIX_PATH_MAX _MAX_PATH
47 #endif
48
49 #include <time.h>
50
51 /* Define either for large file support, if your OS needs them. */
52 #undef _FILE_OFFSET_BITS
53 #undef _LARGE_FILES
54
55 /* Define if using dmalloc */
56 #undef USE_DMALLOC