xref: /openbsd/gnu/usr.sbin/mkhybrid/src/config.h (revision 73471bf0)
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 
4 /* Define to empty if the keyword does not work.  */
5 /* #undef const */
6 
7 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
8 /* #undef MAJOR_IN_MKDEV */
9 
10 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
11 /* #undef MAJOR_IN_SYSMACROS */
12 
13 /* #undef NODIR */                    /* none -- don't make numbered backup files */
14 
15 /* This shows us where to find the major()/minor() macros */
16 /* #undef MAJOR_IN_MKDEV */
17 /* #undef MAJOR_IN_SYSMACROS */
18 
19 /* Define if you have the memmove function.  */
20 #define HAVE_MEMMOVE 1
21 
22 /* Define if you have the sbrk function.  */
23 /* #undef HAVE_SBRK */
24 
25 /* Define if you have the <dirent.h> header file.  */
26 #define HAVE_DIRENT_H 1
27 
28 /* Define if you have the <malloc.h> header file.  */
29 /* #undef HAVE_MALLOC_H */
30 
31 /* Define if you have the <ndir.h> header file.  */
32 /* #undef HAVE_NDIR_H */
33 
34 /* Define if you have the <string.h> header file.  */
35 #define HAVE_STRING_H 1
36 
37 /* Define if you have the <strings.h> header file.  */
38 #define HAVE_STRINGS_H 1
39 
40 /* Define if you have the <sys/dir.h> header file.  */
41 /* #undef HAVE_SYS_DIR_H */
42 
43 /* Define if you have the <sys/fcntl.h> header file.  */
44 #define HAVE_SYS_FCNTL_H 1
45 
46 /* Define if you have the <sys/mkdev.h> header file.  */
47 /* #undef HAVE_SYS_MKDEV_H */
48 
49 /* Define if you have the <sys/ndir.h> header file.  */
50 /* #undef HAVE_SYS_NDIR_H */
51 
52 /* Define if you have the <sys/stat.h> header file.  */
53 #define HAVE_SYS_STAT_H 1
54 
55 /* Define if you have the <sys/sysmacros.h> header file.  */
56 /* #undef HAVE_SYS_SYSMACROS_H */
57 
58 /* Define if you have the <sys/types.h> header file.  */
59 #define HAVE_SYS_TYPES_H 1
60 
61 /* Define if you have the <termios.h> header file.  */
62 #define HAVE_TERMIOS_H 1
63 
64 /* Define if you have the <unistd.h> header file.  */
65 #define HAVE_UNISTD_H 1
66 
67 #define HAVE_FLOCK 1
68