Manual: Add newline note
[quvi.git] / config.h.in
blob1235241b4d1f9f724b8811872a26d27381655643
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 /* Have libsoup-gnome */
37 #undef HAVE_LIBSOUP_GNOME
39 /* Define to 1 if you have the <limits.h> header file. */
40 #undef HAVE_LIMITS_H
42 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
43 to 0 otherwise. */
44 #undef HAVE_MALLOC
46 /* Define to 1 if you have the <memory.h> header file. */
47 #undef HAVE_MEMORY_H
49 /* Define to 1 if you have the `memset' function. */
50 #undef HAVE_MEMSET
52 /* Define to 1 if the system has the type `ptrdiff_t'. */
53 #undef HAVE_PTRDIFF_T
55 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
56 and to 0 otherwise. */
57 #undef HAVE_REALLOC
59 /* Define to 1 if you have the <stddef.h> header file. */
60 #undef HAVE_STDDEF_H
62 /* Define to 1 if you have the <stdint.h> header file. */
63 #undef HAVE_STDINT_H
65 /* Define to 1 if you have the <stdlib.h> header file. */
66 #undef HAVE_STDLIB_H
68 /* Define to 1 if you have the `strchr' function. */
69 #undef HAVE_STRCHR
71 /* Define to 1 if you have the `strcspn' function. */
72 #undef HAVE_STRCSPN
74 /* Define to 1 if you have the `strdup' function. */
75 #undef HAVE_STRDUP
77 /* Define to 1 if you have the `strerror' function. */
78 #undef HAVE_STRERROR
80 /* Define to 1 if you have the <strings.h> header file. */
81 #undef HAVE_STRINGS_H
83 /* Define to 1 if you have the <string.h> header file. */
84 #undef HAVE_STRING_H
86 /* Define to 1 if you have the `strrchr' function. */
87 #undef HAVE_STRRCHR
89 /* Define to 1 if you have the `strspn' function. */
90 #undef HAVE_STRSPN
92 /* Define to 1 if you have the `strstr' function. */
93 #undef HAVE_STRSTR
95 /* Define to 1 if you have the `strtol' function. */
96 #undef HAVE_STRTOL
98 /* Define to 1 if you have the <sys/stat.h> header file. */
99 #undef HAVE_SYS_STAT_H
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #undef HAVE_SYS_TYPES_H
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #undef HAVE_UNISTD_H
107 /* Define to 1 if you have the `vasprintf' function. */
108 #undef HAVE_VASPRINTF
110 /* ... */
111 #undef HOST_W32
113 /* Define as const if the declaration of iconv() needs const. */
114 #undef ICONV_CONST
116 /* Define to the sub-directory in which libtool stores uninstalled libraries.
118 #undef LT_OBJDIR
120 /* Name of package */
121 #undef PACKAGE
123 /* Define to the address where bug reports for this package should be sent. */
124 #undef PACKAGE_BUGREPORT
126 /* Define to the full name of this package. */
127 #undef PACKAGE_NAME
129 /* Define to the full name and version of this package. */
130 #undef PACKAGE_STRING
132 /* Define to the one symbol short name of this package. */
133 #undef PACKAGE_TARNAME
135 /* Define to the home page for this package. */
136 #undef PACKAGE_URL
138 /* Define to the version of this package. */
139 #undef PACKAGE_VERSION
141 /* Define to 1 if you have the ANSI C header files. */
142 #undef STDC_HEADERS
144 /* Enable extensions on AIX 3, Interix. */
145 #ifndef _ALL_SOURCE
146 # undef _ALL_SOURCE
147 #endif
148 /* Enable GNU extensions on systems that have them. */
149 #ifndef _GNU_SOURCE
150 # undef _GNU_SOURCE
151 #endif
152 /* Enable threading extensions on Solaris. */
153 #ifndef _POSIX_PTHREAD_SEMANTICS
154 # undef _POSIX_PTHREAD_SEMANTICS
155 #endif
156 /* Enable extensions on HP NonStop. */
157 #ifndef _TANDEM_SOURCE
158 # undef _TANDEM_SOURCE
159 #endif
160 /* Enable general extensions on Solaris. */
161 #ifndef __EXTENSIONS__
162 # undef __EXTENSIONS__
163 #endif
166 /* Version number of package */
167 #undef VERSION
169 /* Define to 1 if on MINIX. */
170 #undef _MINIX
172 /* Define to 2 if the system does not provide POSIX.1 features except with
173 this defined. */
174 #undef _POSIX_1_SOURCE
176 /* Define to 1 if you need to in order for `stat' and other things to work. */
177 #undef _POSIX_SOURCE
179 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
180 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
181 #define below would cause a syntax error. */
182 #undef _UINT32_T
184 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
185 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
186 #define below would cause a syntax error. */
187 #undef _UINT64_T
189 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
190 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
191 #define below would cause a syntax error. */
192 #undef _UINT8_T
194 /* Define to rpl_malloc if the replacement function should be used. */
195 #undef malloc
197 /* Define to rpl_realloc if the replacement function should be used. */
198 #undef realloc
200 /* Define to `unsigned int' if <sys/types.h> does not define. */
201 #undef size_t
203 /* Define to the type of an unsigned integer type of width exactly 32 bits if
204 such a type exists and the standard includes do not define it. */
205 #undef uint32_t
207 /* Define to the type of an unsigned integer type of width exactly 64 bits if
208 such a type exists and the standard includes do not define it. */
209 #undef uint64_t
211 /* Define to the type of an unsigned integer type of width exactly 8 bits if
212 such a type exists and the standard includes do not define it. */
213 #undef uint8_t