~noskcaj/ubuntu/trusty/libextractor/merge

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-17 20:27:32 UTC
  • mfrom: (1.10.4 upstream) (5.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091117202732-ipm2h3gks5bdw2vx
Tags: 0.5.23+dfsg-3
* Building against libltdl7.
* Updating to standards version 3.8.3.
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Simplifying autotools handling in rules.
* Updating README.source.
* Moving maintainer homepage field from control to copyright.
* Dropping la files.
* Simplyfing debhelper install files.
* Bumping versioned build-depends on debhelper.
* Adding depends to dpkg install info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   language is requested. */
16
16
#undef ENABLE_NLS
17
17
 
 
18
/* Build a Mac OS X Framework */
 
19
#undef FRAMEWORK_BUILD
 
20
 
 
21
/* Define to 1 if you have the `argz_add' function. */
 
22
#undef HAVE_ARGZ_ADD
 
23
 
18
24
/* Define to 1 if you have the `argz_append' function. */
19
25
#undef HAVE_ARGZ_APPEND
20
26
 
 
27
/* Define to 1 if you have the `argz_count' function. */
 
28
#undef HAVE_ARGZ_COUNT
 
29
 
21
30
/* Define to 1 if you have the `argz_create_sep' function. */
22
31
#undef HAVE_ARGZ_CREATE_SEP
23
32
 
33
42
/* Define to 1 if you have the `argz_stringify' function. */
34
43
#undef HAVE_ARGZ_STRINGIFY
35
44
 
36
 
/* Define to 1 if you have the <assert.h> header file. */
37
 
#undef HAVE_ASSERT_H
38
 
 
39
 
/* Define to 1 if you have the `bcopy' function. */
40
 
#undef HAVE_BCOPY
41
 
 
42
45
/* Define to 1 if you have the <bzlib.h> header file. */
43
46
#undef HAVE_BZLIB_H
44
47
 
53
56
/* Define to 1 if you have the `closedir' function. */
54
57
#undef HAVE_CLOSEDIR
55
58
 
56
 
/* Define to 1 if you have the <ctype.h> header file. */
57
 
#undef HAVE_CTYPE_H
58
 
 
59
59
/* Define if the GNU dcgettext() function is already present or preinstalled.
60
60
   */
61
61
#undef HAVE_DCGETTEXT
62
62
 
 
63
/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
 
64
   you don't. */
 
65
#undef HAVE_DECL_CYGWIN_CONV_PATH
 
66
 
63
67
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
64
68
   */
65
69
#undef HAVE_DIRENT_H
85
89
/* Define if you have the _dyld_func_lookup function. */
86
90
#undef HAVE_DYLD
87
91
 
88
 
/* Define to 1 if you have the <errno.h> header file. */
89
 
#undef HAVE_ERRNO_H
90
 
 
91
92
/* Define to 1 if the system has the type `error_t'. */
92
93
#undef HAVE_ERROR_T
93
94
 
139
140
/* Define to 1 if you have the <iconv.h> header file. */
140
141
#undef HAVE_ICONV_H
141
142
 
142
 
/* Define to 1 if you have the `index' function. */
143
 
#undef HAVE_INDEX
144
 
 
145
143
/* Define to 1 if you have the <inttypes.h> header file. */
146
144
#undef HAVE_INTTYPES_H
147
145
 
157
155
/* Define to 1 if you have the `dl' library (-ldl). */
158
156
#undef HAVE_LIBDL
159
157
 
 
158
/* Define if libdlloader will be built on this platform */
 
159
#undef HAVE_LIBDLLOADER
 
160
 
160
161
/* Define to 1 if you have the `intl' library (-lintl). */
161
162
#undef HAVE_LIBINTL
162
163
 
181
182
/* Define to 1 if you have the <limits.h> header file. */
182
183
#undef HAVE_LIMITS_H
183
184
 
 
185
/* Define this if a modern libltdl is already installed */
 
186
#undef HAVE_LTDL
 
187
 
184
188
/* Define to 1 if you have the <ltdl.h> header file. */
185
189
#undef HAVE_LTDL_H
186
190
 
187
191
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
188
192
#undef HAVE_MACH_O_DYLD_H
189
193
 
190
 
/* Define to 1 if you have the <malloc.h> header file. */
191
 
#undef HAVE_MALLOC_H
192
 
 
193
 
/* Define to 1 if you have the `memcpy' function. */
194
 
#undef HAVE_MEMCPY
195
 
 
196
194
/* Define to 1 if you have the `memmove' function. */
197
195
#undef HAVE_MEMMOVE
198
196
 
253
251
/* Define to 1 if you have the `readdir' function. */
254
252
#undef HAVE_READDIR
255
253
 
256
 
/* Define to 1 if you have the `rindex' function. */
257
 
#undef HAVE_RINDEX
258
 
 
259
254
/* Define to 1 if you have the <rpm/rpmlib.h> header file. */
260
255
#undef HAVE_RPM_RPMLIB_H
261
256
 
281
276
/* Define to 1 if you have the <stdint.h> header file. */
282
277
#undef HAVE_STDINT_H
283
278
 
284
 
/* Define to 1 if you have the <stdio.h> header file. */
285
 
#undef HAVE_STDIO_H
286
 
 
287
279
/* Define to 1 if you have the <stdlib.h> header file. */
288
280
#undef HAVE_STDLIB_H
289
281
 
293
285
/* Define to 1 if you have the `strchr' function. */
294
286
#undef HAVE_STRCHR
295
287
 
296
 
/* Define to 1 if you have the `strcmp' function. */
297
 
#undef HAVE_STRCMP
298
 
 
299
288
/* Define to 1 if you have the `strcspn' function. */
300
289
#undef HAVE_STRCSPN
301
290
 
308
297
/* Define to 1 if you have the <string.h> header file. */
309
298
#undef HAVE_STRING_H
310
299
 
 
300
/* Define to 1 if you have the `strlcat' function. */
 
301
#undef HAVE_STRLCAT
 
302
 
 
303
/* Define to 1 if you have the `strlcpy' function. */
 
304
#undef HAVE_STRLCPY
 
305
 
311
306
/* Define to 1 if you have the `strncasecmp' function. */
312
307
#undef HAVE_STRNCASECMP
313
308
 
352
347
/* Define to 1 if you have the `vprintf' function. */
353
348
#undef HAVE_VPRINTF
354
349
 
 
350
/* This value is set to 1 to indicate that the system argz facility works */
 
351
#undef HAVE_WORKING_ARGZ
 
352
 
355
353
/* Have zlib */
356
354
#undef HAVE_ZLIB
357
355
 
383
381
/* Define if the OS needs help to load dependent libraries for dlopen(). */
384
382
#undef LTDL_DLOPEN_DEPLIBS
385
383
 
 
384
/* Define to the system default library search path. */
 
385
#undef LT_DLSEARCH_PATH
 
386
 
 
387
/* The archive extension */
 
388
#undef LT_LIBEXT
 
389
 
 
390
/* Define to the extension used for runtime loadable modules, say, ".so". */
 
391
#undef LT_MODULE_EXT
 
392
 
 
393
/* Define to the name of the environment variable that determines the run-time
 
394
   module search path. */
 
395
#undef LT_MODULE_PATH_VAR
 
396
 
386
397
/* Define to the sub-directory in which libtool stores uninstalled libraries.
387
398
   */
388
 
#undef LTDL_OBJDIR
389
 
 
390
 
/* Define to the name of the environment variable that determines the dynamic
391
 
   library search path. */
392
 
#undef LTDL_SHLIBPATH_VAR
393
 
 
394
 
/* Define to the extension used for shared libraries, say, ".so". */
395
 
#undef LTDL_SHLIB_EXT
396
 
 
397
 
/* Define to the system default library search path. */
398
 
#undef LTDL_SYSSEARCHPATH
 
399
#undef LT_OBJDIR
399
400
 
400
401
/* This is a MinGW system */
401
402
#undef MINGW
433
434
/* Define to 1 if you have the ANSI C header files. */
434
435
#undef STDC_HEADERS
435
436
 
 
437
/* Enable extensions on AIX 3, Interix.  */
 
438
#ifndef _ALL_SOURCE
 
439
# undef _ALL_SOURCE
 
440
#endif
 
441
/* Enable GNU extensions on systems that have them.  */
 
442
#ifndef _GNU_SOURCE
 
443
# undef _GNU_SOURCE
 
444
#endif
 
445
/* Enable threading extensions on Solaris.  */
 
446
#ifndef _POSIX_PTHREAD_SEMANTICS
 
447
# undef _POSIX_PTHREAD_SEMANTICS
 
448
#endif
 
449
/* Enable extensions on HP NonStop.  */
 
450
#ifndef _TANDEM_SOURCE
 
451
# undef _TANDEM_SOURCE
 
452
#endif
 
453
/* Enable general extensions on Solaris.  */
 
454
#ifndef __EXTENSIONS__
 
455
# undef __EXTENSIONS__
 
456
#endif
 
457
 
 
458
 
436
459
/* Version number of package */
437
460
#undef VERSION
438
461
 
439
462
/* This is a Windows system */
440
463
#undef WINDOWS
441
464
 
442
 
/* Define to 1 if on AIX 3.
443
 
   System headers sometimes define this.
444
 
   We just want to avoid a redefinition error message.  */
445
 
#ifndef _ALL_SOURCE
446
 
# undef _ALL_SOURCE
447
 
#endif
448
 
 
449
465
/* Number of bits in a file offset, on hosts where this is settable. */
450
466
#undef _FILE_OFFSET_BITS
451
467
 
452
 
/* Enable GNU extensions on systems that have them.  */
453
 
#ifndef _GNU_SOURCE
454
 
# undef _GNU_SOURCE
455
 
#endif
456
 
 
457
468
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
458
469
#undef _LARGEFILE_SOURCE
459
470
 
470
481
/* Define to 1 if you need to in order for `stat' and other things to work. */
471
482
#undef _POSIX_SOURCE
472
483
 
473
 
/* Enable extensions on Solaris.  */
474
 
#ifndef __EXTENSIONS__
475
 
# undef __EXTENSIONS__
476
 
#endif
477
 
#ifndef _POSIX_PTHREAD_SEMANTICS
478
 
# undef _POSIX_PTHREAD_SEMANTICS
479
 
#endif
480
 
#ifndef _TANDEM_SOURCE
481
 
# undef _TANDEM_SOURCE
482
 
#endif
 
484
/* Define so that glibc/gnulib argp.h does not typedef error_t. */
 
485
#undef __error_t_defined
483
486
 
484
487
/* Define to empty if `const' does not conform to ANSI C. */
485
488
#undef const