Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / pkg_install / dist / lib / config.h.in
blob8b791f2069ccc99eac7dc38690ca8764cd215603
1 /* lib/config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <assert.h> header file. */
4 #undef HAVE_ASSERT_H
6 /* Define to 1 if you have the <ctype.h> header file. */
7 #undef HAVE_CTYPE_H
9 /* Define to 1 if you have the <dirent.h> header file. */
10 #undef HAVE_DIRENT_H
12 /* Define to 1 if you have the <errno.h> header file. */
13 #undef HAVE_ERRNO_H
15 /* Define to 1 if you have the <err.h> header file. */
16 #undef HAVE_ERR_H
18 /* Define to 1 if you have the <fnctl.h> header file. */
19 #undef HAVE_FNCTL_H
21 /* Define to 1 if you have the <fnmatch.h> header file. */
22 #undef HAVE_FNMATCH_H
24 /* Define to 1 if you have the <glob.h> header file. */
25 #undef HAVE_GLOB_H
27 /* Define to 1 if you have the <grp.h> header file. */
28 #undef HAVE_GRP_H
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
33 /* Define to 1 if you have the `db' library (-ldb). */
34 #undef HAVE_LIBDB
36 /* Define to 1 if you have the <limits.h> header file. */
37 #undef HAVE_LIMITS_H
39 /* Define to 1 if you have the <memory.h> header file. */
40 #undef HAVE_MEMORY_H
42 /* Define to 1 if you have the <pwd.h> header file. */
43 #undef HAVE_PWD_H
45 /* Define to 1 if you have the <signal.h> header file. */
46 #undef HAVE_SIGNAL_H
48 /* Define to 1 if you have the <stdarg.h> header file. */
49 #undef HAVE_STDARG_H
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
54 /* Define to 1 if you have the <stdio.h> header file. */
55 #undef HAVE_STDIO_H
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
66 /* Define to 1 if you have the <sys/cdefs.h> header file. */
67 #undef HAVE_SYS_CDEFS_H
69 /* Define to 1 if you have the <sys/file.h> header file. */
70 #undef HAVE_SYS_FILE_H
72 /* Define to 1 if you have the <sys/ioctl.h> header file. */
73 #undef HAVE_SYS_IOCTL_H
75 /* Define to 1 if you have the <sys/param.h> header file. */
76 #undef HAVE_SYS_PARAM_H
78 /* Define to 1 if you have the <sys/queue.h> header file. */
79 #undef HAVE_SYS_QUEUE_H
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #undef HAVE_SYS_STAT_H
84 /* Define to 1 if you have the <sys/time.h> header file. */
85 #undef HAVE_SYS_TIME_H
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #undef HAVE_SYS_TYPES_H
90 /* Define to 1 if you have the <sys/utsname.h> header file. */
91 #undef HAVE_SYS_UTSNAME_H
93 /* Define to 1 if you have the <sys/wait.h> header file. */
94 #undef HAVE_SYS_WAIT_H
96 /* Define to 1 if you have the <time.h> header file. */
97 #undef HAVE_TIME_H
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
102 /* Define to 1 if you have the `vfork' function. */
103 #undef HAVE_VFORK
105 /* Define to 1 if you have the <vis.h> header file. */
106 #undef HAVE_VIS_H
108 /* Defined when PRIu64 is missing or broken */
109 #undef NEED_PRI_MACRO
111 /* Defined when to retain only the numeric OS version */
112 #undef NUMERIC_VERSION_ONLY
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
117 /* Define to the full name of this package. */
118 #undef PACKAGE_NAME
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
126 /* Define to the home page for this package. */
127 #undef PACKAGE_URL
129 /* Define to the version of this package. */
130 #undef PACKAGE_VERSION
132 /* The size of `int', as computed by sizeof. */
133 #undef SIZEOF_INT
135 /* The size of `long', as computed by sizeof. */
136 #undef SIZEOF_LONG
138 /* The size of `long long', as computed by sizeof. */
139 #undef SIZEOF_LONG_LONG
141 /* Define to 1 if you have the ANSI C header files. */
142 #undef STDC_HEADERS
144 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
145 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
146 #define below would cause a syntax error. */
147 #undef _UINT32_T
149 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
150 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
151 #define below would cause a syntax error. */
152 #undef _UINT64_T
154 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
155 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
156 #define below would cause a syntax error. */
157 #undef _UINT8_T
159 /* Define to the type of an unsigned integer type of width exactly 16 bits if
160 such a type exists and the standard includes do not define it. */
161 #undef uint16_t
163 /* Define to the type of an unsigned integer type of width exactly 32 bits if
164 such a type exists and the standard includes do not define it. */
165 #undef uint32_t
167 /* Define to the type of an unsigned integer type of width exactly 64 bits if
168 such a type exists and the standard includes do not define it. */
169 #undef uint64_t
171 /* Define to the type of an unsigned integer type of width exactly 8 bits if
172 such a type exists and the standard includes do not define it. */
173 #undef uint8_t
175 #if !HAVE_VFORK
176 # define vfork fork
177 #endif