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