~ubuntu-branches/ubuntu/maverick/mpop/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Louis
  • Date: 2007-04-22 11:10:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070422111007-zxauoipdhkj9lasp
Tags: 1.0.9-1
New upstream release which include a fix for for CVE2007-1558.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define this to an absolute name of <stdint.h>. */
4
4
#undef ABSOLUTE_STDINT_H
5
5
 
 
6
/* Define this to an absolute name of <stdio.h>. */
 
7
#undef ABSOLUTE_STDIO_H
 
8
 
 
9
/* Define this to an absolute name of <string.h>. */
 
10
#undef ABSOLUTE_STRING_H
 
11
 
 
12
/* Define this to an absolute name of <sysexits.h>. */
 
13
#undef ABSOLUTE_SYSEXITS_H
 
14
 
 
15
/* Define this to an absolute name of <sys/socket.h>. */
 
16
#undef ABSOLUTE_SYS_SOCKET_H
 
17
 
 
18
/* Define this to an absolute name of <unistd.h>. */
 
19
#undef ABSOLUTE_UNISTD_H
 
20
 
 
21
/* Define this to an absolute name of <wchar.h>. */
 
22
#undef ABSOLUTE_WCHAR_H
 
23
 
6
24
/* Define to the number of bits in type 'ptrdiff_t'. */
7
25
#undef BITSIZEOF_PTRDIFF_T
8
26
 
33
51
/* Define as good substitute value for EOVERFLOW. */
34
52
#undef EOVERFLOW
35
53
 
36
 
/* Define to 1 if you have `alloca' after including <alloca.h>, a header that
 
54
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
37
55
   may be supplied by this distribution. */
38
56
#undef HAVE_ALLOCA
39
57
 
125
143
/* Define if the GNU gettext() function is already present or preinstalled. */
126
144
#undef HAVE_GETTEXT
127
145
 
128
 
/* Define if you have the iconv() function. */
 
146
/* Define if you have the iconv() function and it works. */
129
147
#undef HAVE_ICONV
130
148
 
 
149
/* Define to 1 if the compiler supports one of the keywords 'inline',
 
150
   '__inline__', '__inline' and effectively inlines functions marked as such.
 
151
   */
 
152
#undef HAVE_INLINE
 
153
 
131
154
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
132
155
#undef HAVE_INTMAX_T
133
156
 
153
176
/* Define if you have the ssl32 library. */
154
177
#undef HAVE_LIBSSL32
155
178
 
156
 
/* Define if you have the 'long double' type. */
157
 
#undef HAVE_LONG_DOUBLE
158
 
 
159
179
/* Define if you have the 'long long' type. */
160
180
#undef HAVE_LONG_LONG
161
181
 
199
219
/* Define to 1 if you have the <stdio_ext.h> header file. */
200
220
#undef HAVE_STDIO_EXT_H
201
221
 
 
222
/* Define to 1 if you have the <stdio.h> header file. */
 
223
#undef HAVE_STDIO_H
 
224
 
202
225
/* Define to 1 if you have the <stdlib.h> header file. */
203
226
#undef HAVE_STDLIB_H
204
227
 
299
322
   'ptrdiff_t'. */
300
323
#undef PTRDIFF_T_SUFFIX
301
324
 
 
325
/* Define if vasnprintf exists but is overridden by gnulib. */
 
326
#undef REPLACE_VASNPRINTF
 
327
 
302
328
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
303
329
   'sig_atomic_t'. */
304
330
#undef SIG_ATOMIC_T_SUFFIX
360
386
# undef _ALL_SOURCE
361
387
#endif
362
388
 
 
389
/* Number of bits in a file offset, on hosts where this is settable. */
 
390
#undef _FILE_OFFSET_BITS
 
391
 
363
392
/* Enable GNU extensions on systems that have them.  */
364
393
#ifndef _GNU_SOURCE
365
394
# undef _GNU_SOURCE
366
395
#endif
367
396
 
 
397
/* Define for large files, on AIX-style hosts. */
 
398
#undef _LARGE_FILES
 
399
 
368
400
/* Define to 1 if on MINIX. */
369
401
#undef _MINIX
370
402
 
390
422
   used. */
391
423
#undef __GETOPT_PREFIX
392
424
 
393
 
/* Define to empty if `const' does not conform to ANSI C. */
394
 
#undef const
395
 
 
396
425
/* Define to a replacement function name for getline(). */
397
426
#undef getline
398
427