summaryrefslogtreecommitdiffstats
path: root/config.h.in
blob: e79df3e81217acfaaae9671177017abef08f7824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to your build machine's byte order */
#undef BUILD_BYTE_ORDER

/* Define if you have the asprintf() function */
#undef HAVE_ASPRINTF

/* Define if you have the blksize_t type */
#undef HAVE_BLKSIZE_T

/* Define to 1 if you have the <byteswap.h> header file. */
#undef HAVE_BYTESWAP_H

/* Define if you have the comparison_fn_t type */
#undef HAVE_COMPARISON_FN_T

/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H

/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H

/* Define if you have the euidaccess() function */
#undef HAVE_EUIDACCESS

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the <features.h> header file. */
#undef HAVE_FEATURES_H

/* Define if you have the ftruncate64() function */
#undef HAVE_FTRUNCATE64

/* Define if you have the getdelim() function */
#undef HAVE_GETDELIM

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define if you have the int_fast32_t type */
#undef HAVE_INT_FAST32_T

/* Define to 1 if you have the `intl' library (-lintl). */
#undef HAVE_LIBINTL

/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H

/* Define to 1 if you have the `posix4' library (-lposix4). */
#undef HAVE_LIBPOSIX4

/* Define if you have the lseek64() function */
#undef HAVE_LSEEK64

/* Define to 1 if you have the <mcheck.h> header file. */
#undef HAVE_MCHECK_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define if you have the mempcpy() function */
#undef HAVE_MEMPCPY

/* Define if you have the mmap64() function */
#undef HAVE_MMAP64

/* Define to 1 if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H

/* Define if you have the obstack_printf() function */
#undef HAVE_OBSTACK_PRINTF

/* Define if you have the off64_t type */
#undef HAVE_OFF64_T

/* Define if you have the open64() function */
#undef HAVE_OPEN64

/* Define if your headers declare program_invocation_name */
#undef HAVE_PROGRAM_INVOCATION_NAME

/* Define if your headers declare program_invocation_short_name */
#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME

/* Define if you have the readdir64() function */
#undef HAVE_READDIR64

/* Define if you have the stat64() function */
#undef HAVE_STAT64

/* Define to 1 if you have the <stdbool.h> header file. */
#undef HAVE_STDBOOL_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio_ext.h> header file. */
#undef HAVE_STDIO_EXT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define if you have the stpcpy() function */
#undef HAVE_STPCPY

/* Define if you have the strchrnul() function */
#undef HAVE_STRCHRNUL

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define if you have the strndup() function */
#undef HAVE_STRNDUP

/* Define if you have the strsep() function */
#undef HAVE_STRSEP

/* Define to 1 if you have the <sys/cdefs.h> header file. */
#undef HAVE_SYS_CDEFS_H

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H

/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define if you have the vasprintf() function */
#undef HAVE_VASPRINTF

/* Define if you have the vprintf() function */
#undef HAVE_VPRINTF

/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H

/* Define if you have the __compar_fn_t type */
#undef HAVE___COMPAR_FN_T

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Additional package description */
#undef PKGVERSION

/* Bug reporting address */
#undef REPORT_BUGS_TO

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS