1 /* lib/config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <assert.h> header file. */
6 /* Define to 1 if you have the <ctype.h> header file. */
9 /* Define to 1 if you have the <dirent.h> header file. */
12 /* Define to 1 if you have the <errno.h> header file. */
15 /* Define to 1 if you have the <err.h> header file. */
18 /* Define to 1 if you have the <fnctl.h> header file. */
21 /* Define to 1 if you have the <fnmatch.h> header file. */
24 /* Define to 1 if you have the <glob.h> header file. */
27 /* Define to 1 if you have the <grp.h> header file. */
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). */
36 /* Define to 1 if you have the <limits.h> header file. */
39 /* Define to 1 if you have the <memory.h> header file. */
42 /* Define to 1 if you have the <pwd.h> header file. */
45 /* Define to 1 if you have the <signal.h> header file. */
48 /* Define to 1 if you have the <stdarg.h> header file. */
51 /* Define to 1 if you have the <stdint.h> header file. */
54 /* Define to 1 if you have the <stdio.h> header file. */
57 /* Define to 1 if you have the <stdlib.h> header file. */
60 /* Define to 1 if you have the <strings.h> header file. */
63 /* Define to 1 if you have the <string.h> header file. */
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. */
99 /* Define to 1 if you have the <unistd.h> header file. */
102 /* Define to 1 if you have the `vfork' function. */
105 /* Define to 1 if you have the <vis.h> header file. */
108 /* Define to 1 if the `z' modifider for printf is missing. */
109 #undef MISSING_SIZE_T_SUPPORT
111 /* Defined when PRIu64 is missing or broken */
112 #undef NEED_PRI_MACRO
114 /* Defined when to retain only the numeric OS version */
115 #undef NUMERIC_VERSION_ONLY
117 /* Define to the address where bug reports for this package should be sent. */
118 #undef PACKAGE_BUGREPORT
120 /* Define to the full name of this package. */
123 /* Define to the full name and version of this package. */
124 #undef PACKAGE_STRING
126 /* Define to the one symbol short name of this package. */
127 #undef PACKAGE_TARNAME
129 /* Define to the home page for this package. */
132 /* Define to the version of this package. */
133 #undef PACKAGE_VERSION
135 /* The size of `int', as computed by sizeof. */
138 /* The size of `long', as computed by sizeof. */
141 /* The size of `long long', as computed by sizeof. */
142 #undef SIZEOF_LONG_LONG
144 /* The size of `size_t', as computed by sizeof. */
147 /* Define to 1 if you have the ANSI C header files. */
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. */
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. */
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. */
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. */
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. */
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. */
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. */
185 #ifndef MISSING_SIZE_T_SUPPORT
187 #elif SIZEOF_SIZE_T == SIZEOF_INT
189 #elif SIZEOF_SIZE_T == SIZEOF_LONG
191 #elif SIZEOF_SIZE_T == SIZEOF_LONG_LONG
194 # errror "Unknown size_t size"