• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4   */
5#undef HAVE_DIRENT_H
6
7/* Define to 1 if you have the <fcntl.h> header file. */
8#undef HAVE_FCNTL_H
9
10/* Define to 1 if you have the `getline' function. */
11#undef HAVE_GETLINE
12
13/* Define to 1 if you have the <getopt.h> header file. */
14#undef HAVE_GETOPT_H
15
16/* Define to 1 if you have the `getopt_long' function. */
17#undef HAVE_GETOPT_LONG
18
19/* Define to 1 if you have the <inttypes.h> header file. */
20#undef HAVE_INTTYPES_H
21
22/* Define to 1 if you have the <libgen.h> header file. */
23#undef HAVE_LIBGEN_H
24
25/* Define to 1 if you have the <limits.h> header file. */
26#undef HAVE_LIMITS_H
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
32#undef HAVE_NDIR_H
33
34/* Define to 1 if you have the `snprintf' function. */
35#undef HAVE_SNPRINTF
36
37/* Define to 1 if you have the <stddef.h> header file. */
38#undef HAVE_STDDEF_H
39
40/* Define to 1 if you have the <stdint.h> header file. */
41#undef HAVE_STDINT_H
42
43/* Define to 1 if you have the <stdlib.h> header file. */
44#undef HAVE_STDLIB_H
45
46/* Define to 1 if you have the <strings.h> header file. */
47#undef HAVE_STRINGS_H
48
49/* Define to 1 if you have the <string.h> header file. */
50#undef HAVE_STRING_H
51
52/* Define to 1 if you have the `strtof' function. */
53#undef HAVE_STRTOF
54
55/* Define to 1 if `st_rdev' is member of `struct stat'. */
56#undef HAVE_STRUCT_STAT_ST_RDEV
57
58/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
59   */
60#undef HAVE_SYS_DIR_H
61
62/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
63   */
64#undef HAVE_SYS_NDIR_H
65
66/* Define to 1 if you have the <sys/stat.h> header file. */
67#undef HAVE_SYS_STAT_H
68
69/* Define to 1 if you have the <sys/types.h> header file. */
70#undef HAVE_SYS_TYPES_H
71
72/* Define to 1 if you have the <unistd.h> header file. */
73#undef HAVE_UNISTD_H
74
75/* Define to 1 if you have the `vsnprintf' function. */
76#undef HAVE_VSNPRINTF
77
78/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
79   */
80#undef MAJOR_IN_MKDEV
81
82/* Define to 1 if `major', `minor', and `makedev' are declared in
83   <sysmacros.h>. */
84#undef MAJOR_IN_SYSMACROS
85
86/* Name of package */
87#undef PACKAGE
88
89/* Define to the address where bug reports for this package should be sent. */
90#undef PACKAGE_BUGREPORT
91
92/* Define to the full name of this package. */
93#undef PACKAGE_NAME
94
95/* Define to the full name and version of this package. */
96#undef PACKAGE_STRING
97
98/* Define to the one symbol short name of this package. */
99#undef PACKAGE_TARNAME
100
101/* Define to the version of this package. */
102#undef PACKAGE_VERSION
103
104/* "enable replacement (v)snprintf if system (v)snprintf is broken" */
105#undef PREFER_PORTABLE_SNPRINTF
106
107/* Define to 1 if the scanf %a conversion format mallocs a buffer. Undefine if
108   %a format denotes a float. */
109#undef SCANF_CAN_MALLOC
110
111/* Define to 1 if you have the ANSI C header files. */
112#undef STDC_HEADERS
113
114/* Version number of package */
115#undef VERSION
116
117/* Enable GNU extensions on systems that have them.  */
118#ifndef _GNU_SOURCE
119# undef _GNU_SOURCE
120#endif
121
122/* Define to empty if `const' does not conform to ANSI C. */
123#undef const
124
125/* Define to `int' if <sys/types.h> doesn't define. */
126#undef gid_t
127
128/* Define to `__inline__' or `__inline' if that's what the C compiler
129   calls it, or to nothing if 'inline' is not supported under any name.  */
130#ifndef __cplusplus
131#undef inline
132#endif
133
134/* Define to `unsigned' if <sys/types.h> does not define. */
135#undef size_t
136
137/* Define to `signed' if <sys/types.h> does not define. */
138#undef ssize_t
139
140/* Define to `int' if <sys/types.h> doesn't define. */
141#undef uid_t
142