~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
1.1.6 by Hilko Bengen
Import upstream version 1.1.8
6
/* curl found at compile time. */
7
#undef HAVE_CURL
8
1 by Hilko Bengen
Import upstream version 1.1.2
9
/* Define to 1 if you have the declaration of `program_invocation_short_name',
10
   and to 0 if you don't. */
11
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
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
/* libguestfs found at compile time. */
20
#undef HAVE_LIBGUESTFS
21
22
/* liblzma found at compile time. */
23
#undef HAVE_LIBLZMA
24
25
/* libvirt found at compile time. */
26
#undef HAVE_LIBVIRT
27
28
/* Define to 1 if you have the <memory.h> header file. */
29
#undef HAVE_MEMORY_H
30
1.1.3 by Hilko Bengen
Import upstream version 1.1.5
31
/* Python library found at compile time */
32
#undef HAVE_PYTHON
33
1 by Hilko Bengen
Import upstream version 1.1.2
34
/* Define to 1 if you have the <stdint.h> header file. */
35
#undef HAVE_STDINT_H
36
37
/* Define to 1 if you have the <stdlib.h> header file. */
38
#undef HAVE_STDLIB_H
39
40
/* Define to 1 if you have the <strings.h> header file. */
41
#undef HAVE_STRINGS_H
42
43
/* Define to 1 if you have the <string.h> header file. */
44
#undef HAVE_STRING_H
45
46
/* Define to 1 if you have the <sys/stat.h> header file. */
47
#undef HAVE_SYS_STAT_H
48
49
/* Define to 1 if you have the <sys/types.h> header file. */
50
#undef HAVE_SYS_TYPES_H
51
52
/* Define to 1 if you have the <unistd.h> header file. */
53
#undef HAVE_UNISTD_H
54
55
/* zlib found at compile time. */
56
#undef HAVE_ZLIB
57
58
/* Define to the sub-directory in which libtool stores uninstalled libraries.
59
   */
60
#undef LT_OBJDIR
61
62
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
63
#undef NO_MINUS_C_MINUS_O
64
65
/* Name of package */
66
#undef PACKAGE
67
68
/* Define to the address where bug reports for this package should be sent. */
69
#undef PACKAGE_BUGREPORT
70
71
/* Define to the full name of this package. */
72
#undef PACKAGE_NAME
73
74
/* Define to the full name and version of this package. */
75
#undef PACKAGE_STRING
76
77
/* Define to the one symbol short name of this package. */
78
#undef PACKAGE_TARNAME
79
80
/* Define to the home page for this package. */
81
#undef PACKAGE_URL
82
83
/* Define to the version of this package. */
84
#undef PACKAGE_VERSION
85
86
/* Define to 1 if the C compiler supports function prototypes. */
87
#undef PROTOTYPES
88
89
/* The size of `size_t', as computed by sizeof. */
90
#undef SIZEOF_SIZE_T
91
92
/* Define to 1 if you have the ANSI C header files. */
93
#undef STDC_HEADERS
94
95
/* Enable extensions on AIX 3, Interix.  */
96
#ifndef _ALL_SOURCE
97
# undef _ALL_SOURCE
98
#endif
99
/* Enable GNU extensions on systems that have them.  */
100
#ifndef _GNU_SOURCE
101
# undef _GNU_SOURCE
102
#endif
103
/* Enable threading extensions on Solaris.  */
104
#ifndef _POSIX_PTHREAD_SEMANTICS
105
# undef _POSIX_PTHREAD_SEMANTICS
106
#endif
107
/* Enable extensions on HP NonStop.  */
108
#ifndef _TANDEM_SOURCE
109
# undef _TANDEM_SOURCE
110
#endif
111
/* Enable general extensions on Solaris.  */
112
#ifndef __EXTENSIONS__
113
# undef __EXTENSIONS__
114
#endif
115
116
117
/* VDDK 'libDir'. */
118
#undef VDDK_LIBDIR
119
120
/* Version number of package */
121
#undef VERSION
122
123
/* Enable large inode numbers on Mac OS X 10.5.  */
124
#ifndef _DARWIN_USE_64_BIT_INODE
125
# define _DARWIN_USE_64_BIT_INODE 1
126
#endif
127
128
/* Number of bits in a file offset, on hosts where this is settable. */
129
#undef _FILE_OFFSET_BITS
130
131
/* Define for large files, on AIX-style hosts. */
132
#undef _LARGE_FILES
133
134
/* Define to 1 if on MINIX. */
135
#undef _MINIX
136
137
/* Define to 2 if the system does not provide POSIX.1 features except with
138
   this defined. */
139
#undef _POSIX_1_SOURCE
140
141
/* Define to 1 if you need to in order for `stat' and other things to work. */
142
#undef _POSIX_SOURCE
143
144
/* Define like PROTOTYPES; this can be used by system headers. */
145
#undef __PROTOTYPES