~ubuntu-branches/ubuntu/saucy/libdebian-installer/saucy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-25 15:00:07 UTC
  • mfrom: (8.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20121125150007-ald9hjxrzkhx3yti
Tags: 0.85ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Appease the combination of _FORTIFY_SOURCE=2 (used by default on
    Ubuntu) and -Werror.
  - Add Dove SoC subarchitecture.
  - Add more OMAP4 Panda support.
  - Add OMAP4 Blaze support.
  - Add ArmadaXP support.
  - Add Calxeda Highbank support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
/* Define to 1 to enable extensive debugging output */
4
 
#undef ENABLE_EXTENSIVE_DEBUG
5
 
 
6
 
/* Define to 1 if compiler supports __attribute__((alias)) */
7
 
#undef HAVE_ATTRIBUTE_ALIAS
8
 
 
9
 
/* Define to 1 if you have the declaration of `PATH_MAX', and to 0 if you
10
 
   don't. */
11
 
#undef HAVE_DECL_PATH_MAX
12
 
 
13
 
/* Define to 1 if you have the <dlfcn.h> header file. */
14
 
#undef HAVE_DLFCN_H
15
 
 
16
 
/* Define to 1 if you have the <inttypes.h> header file. */
17
 
#undef HAVE_INTTYPES_H
18
 
 
19
 
/* Define to 1 if you have the <memory.h> header file. */
20
 
#undef HAVE_MEMORY_H
21
 
 
22
 
/* Define to 1 if you have the `memrchr' function. */
23
 
#undef HAVE_MEMRCHR
24
 
 
25
 
/* Define to 1 if you have the <stdint.h> header file. */
26
 
#undef HAVE_STDINT_H
27
 
 
28
 
/* Define to 1 if you have the <stdlib.h> header file. */
29
 
#undef HAVE_STDLIB_H
30
 
 
31
 
/* Define to 1 if you have the <strings.h> header file. */
32
 
#undef HAVE_STRINGS_H
33
 
 
34
 
/* Define to 1 if you have the <string.h> header file. */
35
 
#undef HAVE_STRING_H
36
 
 
37
 
/* Define to 1 if you have the <sys/stat.h> header file. */
38
 
#undef HAVE_SYS_STAT_H
39
 
 
40
 
/* Define to 1 if you have the <sys/types.h> header file. */
41
 
#undef HAVE_SYS_TYPES_H
42
 
 
43
 
/* Define to 1 if you have the <unistd.h> header file. */
44
 
#undef HAVE_UNISTD_H
45
 
 
46
 
/* Library version */
47
 
#undef LIBDI_VERSION
48
 
 
49
 
/* Library version - major */
50
 
#undef LIBDI_VERSION_MAJOR
51
 
 
52
 
/* Library version - minor */
53
 
#undef LIBDI_VERSION_MINOR
54
 
 
55
 
/* Library version - revision */
56
 
#undef LIBDI_VERSION_REVISION
57
 
 
58
 
/* Define to the sub-directory in which libtool stores uninstalled libraries.
59
 
   */
60
 
#undef LT_OBJDIR
61
 
 
62
 
/* Name of package */
63
 
#undef PACKAGE
64
 
 
65
 
/* Define to the address where bug reports for this package should be sent. */
66
 
#undef PACKAGE_BUGREPORT
67
 
 
68
 
/* Define to the full name of this package. */
69
 
#undef PACKAGE_NAME
70
 
 
71
 
/* Define to the full name and version of this package. */
72
 
#undef PACKAGE_STRING
73
 
 
74
 
/* Define to the one symbol short name of this package. */
75
 
#undef PACKAGE_TARNAME
76
 
 
77
 
/* Define to the home page for this package. */
78
 
#undef PACKAGE_URL
79
 
 
80
 
/* Define to the version of this package. */
81
 
#undef PACKAGE_VERSION
82
 
 
83
 
/* Define PATH_MAX if missing. */
84
 
#ifndef PATH_MAX
85
 
# undef PATH_MAX
86
 
#endif
87
 
 
88
 
/* Define to 1 if you have the ANSI C header files. */
89
 
#undef STDC_HEADERS
90
 
 
91
 
/* Version number of package */
92
 
#undef VERSION