move to debhelper compat 13, hopefully fixes cross-building
[debian/cpmtools] / config.h.in
1 #undef HAVE_FCNTL_H
2 #ifdef HAVE_FCNTL_H
3 #include <fcntl.h>
4 #endif
5
6 #undef HAVE_LIMITS_H
7 #ifdef HAVE_LIMITS_H
8 #include <limits.h>
9 #endif
10
11 #undef HAVE_UNISTD_H
12 #ifdef HAVE_UNISTD_H
13 #include <unistd.h>
14 #endif
15
16 #undef HAVE_WINDOWS_H
17 #ifdef HAVE_WINDOWS_H
18 #include <windows.h>
19 #endif
20
21 #undef HAVE_WINIOCTL_H
22 #ifdef HAVE_WINIOCTL_H
23 #include <winioctl.h>
24 #endif
25
26 #undef HAVE_LIBDSK_H
27 #ifdef HAVE_LIBDSK_H
28 #include <libdsk.h>
29 #endif
30
31 #undef HAVE_SYS_TYPES_H
32 #ifdef HAVE_SYS_TYPES_H
33 #include <sys/types.h>
34 #endif
35
36 #undef HAVE_SYS_STAT_H
37 #ifdef HAVE_SYS_STAT_H
38 #include <sys/stat.h>
39 #endif
40
41 #undef HAVE_SYS_UTIME_H
42 #ifdef HAVE_SYS_UTIME_H
43 #include <sys/utime.h>
44 #endif
45
46 #undef HAVE_UTIME_H
47 #ifdef HAVE_UTIME_H
48 #include <utime.h>
49 #endif
50
51 #undef NEED_NCURSES
52 #undef HAVE_NCURSES_NCURSES_H
53
54 /* Define either for large file support, if your OS needs them. */
55 #undef _FILE_OFFSET_BITS
56 #undef _LARGE_FILES
57
58 #ifndef _POSIX_PATH_MAX
59 #define _POSIX_PATH_MAX _MAX_PATH
60 #endif
61
62 /* There is not standard header for this, yet it is needed for
63  * timezone changes.
64  */
65 #ifndef environ
66 extern char **environ;
67 #endif
68
69 /* If types are missing, the script defines.awk contained
70  * in configure.status should create definitions here.
71  */