~ubuntu-branches/ubuntu/vivid/nbdkit/vivid-proposed

1 by Hilko Bengen
Import upstream version 1.1.2
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
/* Define to 1 if '__attribute__((cleanup(...)))' works with this compiler. */
4
#undef HAVE_ATTRIBUTE_CLEANUP
5
6
/* Define to 1 if you have the declaration of `program_invocation_short_name',
7
   and to 0 if you don't. */
8
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9
10
/* Define to 1 if you have the <dlfcn.h> header file. */
11
#undef HAVE_DLFCN_H
12
13
/* Define to 1 if you have the <inttypes.h> header file. */
14
#undef HAVE_INTTYPES_H
15
16
/* libguestfs found at compile time. */
17
#undef HAVE_LIBGUESTFS
18
19
/* liblzma found at compile time. */
20
#undef HAVE_LIBLZMA
21
22
/* libvirt found at compile time. */
23
#undef HAVE_LIBVIRT
24
25
/* Define to 1 if you have the <memory.h> header file. */
26
#undef HAVE_MEMORY_H
27
1.1.3 by Hilko Bengen
Import upstream version 1.1.5
28
/* Python library found at compile time */
29
#undef HAVE_PYTHON
30
1 by Hilko Bengen
Import upstream version 1.1.2
31
/* Define to 1 if you have the <stdint.h> header file. */
32
#undef HAVE_STDINT_H
33
34
/* Define to 1 if you have the <stdlib.h> header file. */
35
#undef HAVE_STDLIB_H
36
37
/* Define to 1 if you have the <strings.h> header file. */
38
#undef HAVE_STRINGS_H
39
40
/* Define to 1 if you have the <string.h> header file. */
41
#undef HAVE_STRING_H
42
43
/* Define to 1 if you have the <sys/stat.h> header file. */
44
#undef HAVE_SYS_STAT_H
45
46
/* Define to 1 if you have the <sys/types.h> header file. */
47
#undef HAVE_SYS_TYPES_H
48
49
/* Define to 1 if you have the <unistd.h> header file. */
50
#undef HAVE_UNISTD_H
51
52
/* zlib found at compile time. */
53
#undef HAVE_ZLIB
54
55
/* Define to the sub-directory in which libtool stores uninstalled libraries.
56
   */
57
#undef LT_OBJDIR
58
59
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
60
#undef NO_MINUS_C_MINUS_O
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 to 1 if the C compiler supports function prototypes. */
84
#undef PROTOTYPES
85
86
/* The size of `size_t', as computed by sizeof. */
87
#undef SIZEOF_SIZE_T
88
89
/* Define to 1 if you have the ANSI C header files. */
90
#undef STDC_HEADERS
91
92
/* Enable extensions on AIX 3, Interix.  */
93
#ifndef _ALL_SOURCE
94
# undef _ALL_SOURCE
95
#endif
96
/* Enable GNU extensions on systems that have them.  */
97
#ifndef _GNU_SOURCE
98
# undef _GNU_SOURCE
99
#endif
100
/* Enable threading extensions on Solaris.  */
101
#ifndef _POSIX_PTHREAD_SEMANTICS
102
# undef _POSIX_PTHREAD_SEMANTICS
103
#endif
104
/* Enable extensions on HP NonStop.  */
105
#ifndef _TANDEM_SOURCE
106
# undef _TANDEM_SOURCE
107
#endif
108
/* Enable general extensions on Solaris.  */
109
#ifndef __EXTENSIONS__
110
# undef __EXTENSIONS__
111
#endif
112
113
114
/* VDDK 'libDir'. */
115
#undef VDDK_LIBDIR
116
117
/* Version number of package */
118
#undef VERSION
119
120
/* Enable large inode numbers on Mac OS X 10.5.  */
121
#ifndef _DARWIN_USE_64_BIT_INODE
122
# define _DARWIN_USE_64_BIT_INODE 1
123
#endif
124
125
/* Number of bits in a file offset, on hosts where this is settable. */
126
#undef _FILE_OFFSET_BITS
127
128
/* Define for large files, on AIX-style hosts. */
129
#undef _LARGE_FILES
130
131
/* Define to 1 if on MINIX. */
132
#undef _MINIX
133
134
/* Define to 2 if the system does not provide POSIX.1 features except with
135
   this defined. */
136
#undef _POSIX_1_SOURCE
137
138
/* Define to 1 if you need to in order for `stat' and other things to work. */
139
#undef _POSIX_SOURCE
140
141
/* Define like PROTOTYPES; this can be used by system headers. */
142
#undef __PROTOTYPES