make-w32.sh: generate ChangeLog
[quvi.git] / config.h.in
blobf7bc46cef61d388722bb149d9d9ca4a6ddb954b2
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* We have 'date' */
4 #undef BUILD_DATE
6 /* ... */
7 #undef CANONICAL_HOST
9 /* ... */
10 #undef CANONICAL_TARGET
12 /* Define to enable broken support */
13 #undef ENABLE_BROKEN
15 /* Define to enable nsfw */
16 #undef ENABLE_NSFW
18 /* We have 'git describe' */
19 #undef GIT_DESCRIBE
21 /* Define to 1 if you have the `asprintf' function. */
22 #undef HAVE_ASPRINTF
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
27 /* Define to 1 if you have the `getcwd' function. */
28 #undef HAVE_GETCWD
30 /* Define if you have the iconv() function and it works. */
31 #undef HAVE_ICONV
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #undef HAVE_INTTYPES_H
36 /* Define to 1 if you have the <limits.h> header file. */
37 #undef HAVE_LIMITS_H
39 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
40 to 0 otherwise. */
41 #undef HAVE_MALLOC
43 /* Define to 1 if you have the <memory.h> header file. */
44 #undef HAVE_MEMORY_H
46 /* Define to 1 if you have the `memset' function. */
47 #undef HAVE_MEMSET
49 /* Define to 1 if the system has the type `ptrdiff_t'. */
50 #undef HAVE_PTRDIFF_T
52 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
53 and to 0 otherwise. */
54 #undef HAVE_REALLOC
56 /* Define to 1 if you have the <stddef.h> header file. */
57 #undef HAVE_STDDEF_H
59 /* Define to 1 if you have the <stdint.h> header file. */
60 #undef HAVE_STDINT_H
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #undef HAVE_STDLIB_H
65 /* Define to 1 if you have the `strchr' function. */
66 #undef HAVE_STRCHR
68 /* Define to 1 if you have the `strcspn' function. */
69 #undef HAVE_STRCSPN
71 /* Define to 1 if you have the `strdup' function. */
72 #undef HAVE_STRDUP
74 /* Define to 1 if you have the `strerror' function. */
75 #undef HAVE_STRERROR
77 /* Define to 1 if you have the <strings.h> header file. */
78 #undef HAVE_STRINGS_H
80 /* Define to 1 if you have the <string.h> header file. */
81 #undef HAVE_STRING_H
83 /* Define to 1 if you have the `strpbrk' function. */
84 #undef HAVE_STRPBRK
86 /* Define to 1 if you have the `strspn' function. */
87 #undef HAVE_STRSPN
89 /* Define to 1 if you have the `strstr' function. */
90 #undef HAVE_STRSTR
92 /* Define to 1 if you have the `strtok_r' function. */
93 #undef HAVE_STRTOK_R
95 /* Define to 1 if you have the `strtol' function. */
96 #undef HAVE_STRTOL
98 /* Define to 1 if you have the `strupr' function. */
99 #undef HAVE_STRUPR
101 /* Define to 1 if you have the <sys/stat.h> header file. */
102 #undef HAVE_SYS_STAT_H
104 /* Define to 1 if you have the <sys/types.h> header file. */
105 #undef HAVE_SYS_TYPES_H
107 /* Define to 1 if you have the <unistd.h> header file. */
108 #undef HAVE_UNISTD_H
110 /* Define to 1 if you have the `vasprintf' function. */
111 #undef HAVE_VASPRINTF
113 /* ... */
114 #undef HOST_W32
116 /* Define as const if the declaration of iconv() needs const. */
117 #undef ICONV_CONST
119 /* Define to the sub-directory in which libtool stores uninstalled libraries.
121 #undef LT_OBJDIR
123 /* Name of package */
124 #undef PACKAGE
126 /* Define to the address where bug reports for this package should be sent. */
127 #undef PACKAGE_BUGREPORT
129 /* Define to the full name of this package. */
130 #undef PACKAGE_NAME
132 /* Define to the full name and version of this package. */
133 #undef PACKAGE_STRING
135 /* Define to the one symbol short name of this package. */
136 #undef PACKAGE_TARNAME
138 /* Define to the home page for this package. */
139 #undef PACKAGE_URL
141 /* Define to the version of this package. */
142 #undef PACKAGE_VERSION
144 /* Define to 1 if you have the ANSI C header files. */
145 #undef STDC_HEADERS
147 /* Enable extensions on AIX 3, Interix. */
148 #ifndef _ALL_SOURCE
149 # undef _ALL_SOURCE
150 #endif
151 /* Enable GNU extensions on systems that have them. */
152 #ifndef _GNU_SOURCE
153 # undef _GNU_SOURCE
154 #endif
155 /* Enable threading extensions on Solaris. */
156 #ifndef _POSIX_PTHREAD_SEMANTICS
157 # undef _POSIX_PTHREAD_SEMANTICS
158 #endif
159 /* Enable extensions on HP NonStop. */
160 #ifndef _TANDEM_SOURCE
161 # undef _TANDEM_SOURCE
162 #endif
163 /* Enable general extensions on Solaris. */
164 #ifndef __EXTENSIONS__
165 # undef __EXTENSIONS__
166 #endif
169 /* Version number of package */
170 #undef VERSION
172 /* Define to 1 if on MINIX. */
173 #undef _MINIX
175 /* Define to 2 if the system does not provide POSIX.1 features except with
176 this defined. */
177 #undef _POSIX_1_SOURCE
179 /* Define to 1 if you need to in order for `stat' and other things to work. */
180 #undef _POSIX_SOURCE
182 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
183 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
184 #define below would cause a syntax error. */
185 #undef _UINT32_T
187 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
188 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
189 #define below would cause a syntax error. */
190 #undef _UINT64_T
192 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
193 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
194 #define below would cause a syntax error. */
195 #undef _UINT8_T
197 /* Define to rpl_malloc if the replacement function should be used. */
198 #undef malloc
200 /* Define to rpl_realloc if the replacement function should be used. */
201 #undef realloc
203 /* Define to `unsigned int' if <sys/types.h> does not define. */
204 #undef size_t
206 /* Define to the type of an unsigned integer type of width exactly 32 bits if
207 such a type exists and the standard includes do not define it. */
208 #undef uint32_t
210 /* Define to the type of an unsigned integer type of width exactly 64 bits if
211 such a type exists and the standard includes do not define it. */
212 #undef uint64_t
214 /* Define to the type of an unsigned integer type of width exactly 8 bits if
215 such a type exists and the standard includes do not define it. */
216 #undef uint8_t