quvi.h: Change @example
[quvi.git] / config.h.in
blobd0ad03dff9725899a73605d528837627e2c8a564
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 nsfw */
13 #undef ENABLE_NSFW
15 /* Define to enable todo support */
16 #undef ENABLE_TODO
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 `strrchr' function. */
84 #undef HAVE_STRRCHR
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 `strtol' function. */
93 #undef HAVE_STRTOL
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #undef HAVE_SYS_STAT_H
98 /* Define to 1 if you have the <sys/types.h> header file. */
99 #undef HAVE_SYS_TYPES_H
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #undef HAVE_UNISTD_H
104 /* Define to 1 if you have the `vasprintf' function. */
105 #undef HAVE_VASPRINTF
107 /* ... */
108 #undef HOST_W32
110 /* Define as const if the declaration of iconv() needs const. */
111 #undef ICONV_CONST
113 /* Define to the sub-directory in which libtool stores uninstalled libraries.
115 #undef LT_OBJDIR
117 /* Name of package */
118 #undef PACKAGE
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
132 /* Define to the home page for this package. */
133 #undef PACKAGE_URL
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
141 /* Enable extensions on AIX 3, Interix. */
142 #ifndef _ALL_SOURCE
143 # undef _ALL_SOURCE
144 #endif
145 /* Enable GNU extensions on systems that have them. */
146 #ifndef _GNU_SOURCE
147 # undef _GNU_SOURCE
148 #endif
149 /* Enable threading extensions on Solaris. */
150 #ifndef _POSIX_PTHREAD_SEMANTICS
151 # undef _POSIX_PTHREAD_SEMANTICS
152 #endif
153 /* Enable extensions on HP NonStop. */
154 #ifndef _TANDEM_SOURCE
155 # undef _TANDEM_SOURCE
156 #endif
157 /* Enable general extensions on Solaris. */
158 #ifndef __EXTENSIONS__
159 # undef __EXTENSIONS__
160 #endif
163 /* Version number of package */
164 #undef VERSION
166 /* Define to 1 if on MINIX. */
167 #undef _MINIX
169 /* Define to 2 if the system does not provide POSIX.1 features except with
170 this defined. */
171 #undef _POSIX_1_SOURCE
173 /* Define to 1 if you need to in order for `stat' and other things to work. */
174 #undef _POSIX_SOURCE
176 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
177 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
178 #define below would cause a syntax error. */
179 #undef _UINT32_T
181 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
182 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
183 #define below would cause a syntax error. */
184 #undef _UINT64_T
186 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
187 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
188 #define below would cause a syntax error. */
189 #undef _UINT8_T
191 /* Define to rpl_malloc if the replacement function should be used. */
192 #undef malloc
194 /* Define to rpl_realloc if the replacement function should be used. */
195 #undef realloc
197 /* Define to `unsigned int' if <sys/types.h> does not define. */
198 #undef size_t
200 /* Define to the type of an unsigned integer type of width exactly 32 bits if
201 such a type exists and the standard includes do not define it. */
202 #undef uint32_t
204 /* Define to the type of an unsigned integer type of width exactly 64 bits if
205 such a type exists and the standard includes do not define it. */
206 #undef uint64_t
208 /* Define to the type of an unsigned integer type of width exactly 8 bits if
209 such a type exists and the standard includes do not define it. */
210 #undef uint8_t