Imported Upstream version 2.17
[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
11 #if HAVE_SYS_STAT_H
12 #include <sys/stat.h>
13 #endif
14
15 #if HAVE_SYS_TYPES_H
16 #include <sys/types.h>
17 #endif
18
19 #if HAVE_LIMITS_H
20 #include <limits.h>
21 #endif
22
23 #if HAVE_UNISTD_H
24 #include <unistd.h>
25 #endif
26
27 #if HAVE_WINDOWS_H
28 #include <windows.h>
29 #endif
30
31 #if HAVE_WINIOCTL_H
32 #include <winioctl.h>
33 #endif
34
35 #if HAVE_LIBDSK_H
36 #include <libdsk.h>
37 #endif
38
39 #if HAVE_FCNTL_H
40 #include <fcntl.h>
41 #endif
42
43 #ifndef _POSIX_PATH_MAX
44 #define _POSIX_PATH_MAX _MAX_PATH
45 #endif
46
47 #include <time.h>
48
49 /* Define either for large file support, if your OS needs them. */
50 #undef _FILE_OFFSET_BITS
51 #undef _LARGE_FILES
52
53 /* Define if using dmalloc */
54 #undef USE_DMALLOC