xref: /minix3/external/bsd/pkg_install/dist/lib/config.h.in (revision a824f5a1008ee67499d167f8c48e64aae26960ca)
1/* lib/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <assert.h> header file. */
4#undef HAVE_ASSERT_H
5
6/* Define to 1 if you have the <ctype.h> header file. */
7#undef HAVE_CTYPE_H
8
9/* Define to 1 if you have the <dirent.h> header file. */
10#undef HAVE_DIRENT_H
11
12/* Define to 1 if you have the <errno.h> header file. */
13#undef HAVE_ERRNO_H
14
15/* Define to 1 if you have the <err.h> header file. */
16#undef HAVE_ERR_H
17
18/* Define to 1 if you have the <fnctl.h> header file. */
19#undef HAVE_FNCTL_H
20
21/* Define to 1 if you have the <fnmatch.h> header file. */
22#undef HAVE_FNMATCH_H
23
24/* Define to 1 if you have the <glob.h> header file. */
25#undef HAVE_GLOB_H
26
27/* Define to 1 if you have the <grp.h> header file. */
28#undef HAVE_GRP_H
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the `db' library (-ldb). */
34#undef HAVE_LIBDB
35
36/* Define to 1 if you have the <limits.h> header file. */
37#undef HAVE_LIMITS_H
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define to 1 if you have the <pwd.h> header file. */
43#undef HAVE_PWD_H
44
45/* Define to 1 if you have the <signal.h> header file. */
46#undef HAVE_SIGNAL_H
47
48/* Define to 1 if you have the <stdarg.h> header file. */
49#undef HAVE_STDARG_H
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdio.h> header file. */
55#undef HAVE_STDIO_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#undef HAVE_STDLIB_H
59
60/* Define to 1 if you have the <strings.h> header file. */
61#undef HAVE_STRINGS_H
62
63/* Define to 1 if you have the <string.h> header file. */
64#undef HAVE_STRING_H
65
66/* Define to 1 if you have the <sys/cdefs.h> header file. */
67#undef HAVE_SYS_CDEFS_H
68
69/* Define to 1 if you have the <sys/file.h> header file. */
70#undef HAVE_SYS_FILE_H
71
72/* Define to 1 if you have the <sys/ioctl.h> header file. */
73#undef HAVE_SYS_IOCTL_H
74
75/* Define to 1 if you have the <sys/param.h> header file. */
76#undef HAVE_SYS_PARAM_H
77
78/* Define to 1 if you have the <sys/queue.h> header file. */
79#undef HAVE_SYS_QUEUE_H
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#undef HAVE_SYS_STAT_H
83
84/* Define to 1 if you have the <sys/time.h> header file. */
85#undef HAVE_SYS_TIME_H
86
87/* Define to 1 if you have the <sys/types.h> header file. */
88#undef HAVE_SYS_TYPES_H
89
90/* Define to 1 if you have the <sys/utsname.h> header file. */
91#undef HAVE_SYS_UTSNAME_H
92
93/* Define to 1 if you have the <sys/wait.h> header file. */
94#undef HAVE_SYS_WAIT_H
95
96/* Define to 1 if you have the <time.h> header file. */
97#undef HAVE_TIME_H
98
99/* Define to 1 if you have the <unistd.h> header file. */
100#undef HAVE_UNISTD_H
101
102/* Define to 1 if you have the `vfork' function. */
103#undef HAVE_VFORK
104
105/* Define to 1 if you have the <vis.h> header file. */
106#undef HAVE_VIS_H
107
108/* Define to 1 if the `z' modifider for printf is missing. */
109#undef MISSING_SIZE_T_SUPPORT
110
111/* Defined when PRIu64 is missing or broken */
112#undef NEED_PRI_MACRO
113
114/* Defined when to retain only the numeric OS version */
115#undef NUMERIC_VERSION_ONLY
116
117/* Define to the address where bug reports for this package should be sent. */
118#undef PACKAGE_BUGREPORT
119
120/* Define to the full name of this package. */
121#undef PACKAGE_NAME
122
123/* Define to the full name and version of this package. */
124#undef PACKAGE_STRING
125
126/* Define to the one symbol short name of this package. */
127#undef PACKAGE_TARNAME
128
129/* Define to the home page for this package. */
130#undef PACKAGE_URL
131
132/* Define to the version of this package. */
133#undef PACKAGE_VERSION
134
135/* The size of `int', as computed by sizeof. */
136#undef SIZEOF_INT
137
138/* The size of `long', as computed by sizeof. */
139#undef SIZEOF_LONG
140
141/* The size of `long long', as computed by sizeof. */
142#undef SIZEOF_LONG_LONG
143
144/* The size of `size_t', as computed by sizeof. */
145#undef SIZEOF_SIZE_T
146
147/* Define to 1 if you have the ANSI C header files. */
148#undef STDC_HEADERS
149
150/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
151   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
152   #define below would cause a syntax error. */
153#undef _UINT32_T
154
155/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
156   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
157   #define below would cause a syntax error. */
158#undef _UINT64_T
159
160/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
161   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
162   #define below would cause a syntax error. */
163#undef _UINT8_T
164
165/* Define to the type of an unsigned integer type of width exactly 16 bits if
166   such a type exists and the standard includes do not define it. */
167#undef uint16_t
168
169/* Define to the type of an unsigned integer type of width exactly 32 bits if
170   such a type exists and the standard includes do not define it. */
171#undef uint32_t
172
173/* Define to the type of an unsigned integer type of width exactly 64 bits if
174   such a type exists and the standard includes do not define it. */
175#undef uint64_t
176
177/* Define to the type of an unsigned integer type of width exactly 8 bits if
178   such a type exists and the standard includes do not define it. */
179#undef uint8_t
180
181#if !HAVE_VFORK
182# define vfork fork
183#endif
184
185#ifndef MISSING_SIZE_T_SUPPORT
186#  define PRIzu "zu"
187#elif SIZEOF_SIZE_T == SIZEOF_INT
188#  define PRIzu "u"
189#elif SIZEOF_SIZE_T == SIZEOF_LONG
190#  define PRIzu "lu"
191#elif SIZEOF_SIZE_T == SIZEOF_LONG_LONG
192#  define PRIzu "llu"
193#else
194#  errror "Unknown size_t size"
195#endif
196
197