xref: /netbsd-src/external/gpl2/mkhybrid/dist/config.h (revision b3743583f08d7c658b2f0812a372595c8459e5c1)
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 #define HAVE_SBRK 1
24 
25 /* Define if you have the strdup function.  */
26 #define HAVE_STRDUP 1
27 
28 /* Define if you have the <dirent.h> header file.  */
29 #define HAVE_DIRENT_H 1
30 
31 /* Define if you have the <flock.h> header file.  */
32 /* #undef HAVE_FLOCK_H */
33 
34 /* Define if you have the <malloc.h> header file.  */
35 /* #undef HAVE_MALLOC_H */
36 
37 /* Define if you have the <ndir.h> header file.  */
38 /* #undef HAVE_NDIR_H */
39 
40 /* Define if you have the <stdlib.h> header file.  */
41 #define HAVE_STDLIB_H 1
42 
43 /* Define if you have the <string.h> header file.  */
44 #define HAVE_STRING_H 1
45 
46 /* Define if you have the <strings.h> header file.  */
47 #define HAVE_STRINGS_H 1
48 
49 /* Define if you have the <sys/dir.h> header file.  */
50 /* #undef HAVE_SYS_DIR_H */
51 
52 /* Define if you have the <sys/fcntl.h> header file.  */
53 #define HAVE_SYS_FCNTL_H 1
54 
55 /* Define if you have the <sys/mkdev.h> header file.  */
56 /* #undef HAVE_SYS_MKDEV_H */
57 
58 /* Define if you have the <sys/ndir.h> header file.  */
59 /* #undef HAVE_SYS_NDIR_H */
60 
61 /* Define if you have the <sys/stat.h> header file.  */
62 #define HAVE_SYS_STAT_H 1
63 
64 /* Define if you have the <sys/sysmacros.h> header file.  */
65 /* #undef HAVE_SYS_SYSMACROS_H */
66 
67 /* Define if you have the <sys/types.h> header file.  */
68 #define HAVE_SYS_TYPES_H 1
69 
70 /* Define if you have the <termios.h> header file.  */
71 #define HAVE_TERMIOS_H 1
72 
73 /* Define if you have the <unistd.h> header file.  */
74 #define HAVE_UNISTD_H 1
75