xref: /netbsd-src/external/bsd/pkg_install/dist/lib/config.h.in (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
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 <fcntl.h> header file. */
19#undef HAVE_FCNTL_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/queue.h> header file. */
76#undef HAVE_SYS_QUEUE_H
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/time.h> header file. */
82#undef HAVE_SYS_TIME_H
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85#undef HAVE_SYS_TYPES_H
86
87/* Define to 1 if you have the <sys/utsname.h> header file. */
88#undef HAVE_SYS_UTSNAME_H
89
90/* Define to 1 if you have the <sys/wait.h> header file. */
91#undef HAVE_SYS_WAIT_H
92
93/* Define to 1 if you have the <time.h> header file. */
94#undef HAVE_TIME_H
95
96/* Define to 1 if you have the <unistd.h> header file. */
97#undef HAVE_UNISTD_H
98
99/* Define to 1 if you have the `vfork' function. */
100#undef HAVE_VFORK
101
102/* Define to 1 if you have the <vis.h> header file. */
103#undef HAVE_VIS_H
104
105/* Define to 1 if the `z' modifider for printf is missing. */
106#undef MISSING_SIZE_T_SUPPORT
107
108/* Defined when PRIu64 is missing or broken */
109#undef NEED_PRI_MACRO
110
111/* Defined when to retain only the numeric OS version */
112#undef NUMERIC_VERSION_ONLY
113
114/* Define to the address where bug reports for this package should be sent. */
115#undef PACKAGE_BUGREPORT
116
117/* Define to the full name of this package. */
118#undef PACKAGE_NAME
119
120/* Define to the full name and version of this package. */
121#undef PACKAGE_STRING
122
123/* Define to the one symbol short name of this package. */
124#undef PACKAGE_TARNAME
125
126/* Define to the home page for this package. */
127#undef PACKAGE_URL
128
129/* Define to the version of this package. */
130#undef PACKAGE_VERSION
131
132/* The size of `int', as computed by sizeof. */
133#undef SIZEOF_INT
134
135/* The size of `long', as computed by sizeof. */
136#undef SIZEOF_LONG
137
138/* The size of `long long', as computed by sizeof. */
139#undef SIZEOF_LONG_LONG
140
141/* The size of `size_t', as computed by sizeof. */
142#undef SIZEOF_SIZE_T
143
144/* Define to 1 if you have the ANSI C header files. */
145#undef STDC_HEADERS
146
147/* Enable large inode numbers on Mac OS X 10.5.  */
148#ifndef _DARWIN_USE_64_BIT_INODE
149# define _DARWIN_USE_64_BIT_INODE 1
150#endif
151
152/* Number of bits in a file offset, on hosts where this is settable. */
153#undef _FILE_OFFSET_BITS
154
155/* Define for large files, on AIX-style hosts. */
156#undef _LARGE_FILES
157
158/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
159   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
160   #define below would cause a syntax error. */
161#undef _UINT32_T
162
163/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
164   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
165   #define below would cause a syntax error. */
166#undef _UINT64_T
167
168/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
169   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
170   #define below would cause a syntax error. */
171#undef _UINT8_T
172
173/* Define to the type of an unsigned integer type of width exactly 16 bits if
174   such a type exists and the standard includes do not define it. */
175#undef uint16_t
176
177/* Define to the type of an unsigned integer type of width exactly 32 bits if
178   such a type exists and the standard includes do not define it. */
179#undef uint32_t
180
181/* Define to the type of an unsigned integer type of width exactly 64 bits if
182   such a type exists and the standard includes do not define it. */
183#undef uint64_t
184
185/* Define to the type of an unsigned integer type of width exactly 8 bits if
186   such a type exists and the standard includes do not define it. */
187#undef uint8_t
188
189#if !HAVE_VFORK
190# define vfork fork
191#endif
192
193#ifndef MISSING_SIZE_T_SUPPORT
194#  define PRIzu "zu"
195#elif SIZEOF_SIZE_T == SIZEOF_INT
196#  define PRIzu "u"
197#elif SIZEOF_SIZE_T == SIZEOF_LONG
198#  define PRIzu "lu"
199#elif SIZEOF_SIZE_T == SIZEOF_LONG_LONG
200#  define PRIzu "llu"
201#else
202#  errror "Unknown size_t size"
203#endif
204
205