Imported Upstream version 0.9.0
[deb_shairplay.git] / config.h
CommitLineData
15c988f7
JB
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
5 you don't. */
6/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
7
8/* Define if you have the GNU dld library. */
9/* #undef HAVE_DLD */
10
11/* Define to 1 if you have the `dlerror' function. */
12#define HAVE_DLERROR 1
13
14/* Define to 1 if you have the <dlfcn.h> header file. */
15#define HAVE_DLFCN_H 1
16
17/* Define if you have the _dyld_func_lookup function. */
18/* #undef HAVE_DYLD */
19
20/* Define to 1 if you have the <inttypes.h> header file. */
21#define HAVE_INTTYPES_H 1
22
23/* Define if you have the libdl library or equivalent. */
24#define HAVE_LIBDL 1
25
26/* Define if libdlloader will be built on this platform */
27#define HAVE_LIBDLLOADER 1
28
29/* Define to 1 if you have the `pthread' library (-lpthread). */
30#define HAVE_LIBPTHREAD 1
31
32/* Define to 1 if you have the `socket' library (-lsocket). */
33/* #undef HAVE_LIBSOCKET */
34
35/* Define to 1 if you have the <memory.h> header file. */
36#define HAVE_MEMORY_H 1
37
38/* Define if you have the shl_load function. */
39/* #undef HAVE_SHL_LOAD */
40
41/* Define to 1 if you have the <stdint.h> header file. */
42#define HAVE_STDINT_H 1
43
44/* Define to 1 if you have the <stdlib.h> header file. */
45#define HAVE_STDLIB_H 1
46
47/* Define to 1 if you have the <strings.h> header file. */
48#define HAVE_STRINGS_H 1
49
50/* Define to 1 if you have the <string.h> header file. */
51#define HAVE_STRING_H 1
52
53/* Define to 1 if you have the <sys/stat.h> header file. */
54#define HAVE_SYS_STAT_H 1
55
56/* Define to 1 if you have the <sys/types.h> header file. */
57#define HAVE_SYS_TYPES_H 1
58
59/* Define to 1 if you have the <unistd.h> header file. */
60#define HAVE_UNISTD_H 1
61
62/* Define to the sub-directory in which libtool stores uninstalled libraries.
63 */
64#define LT_OBJDIR ".libs/"
65
66/* Name of package */
67#define PACKAGE "shairplay"
68
69/* Define to the address where bug reports for this package should be sent. */
70#define PACKAGE_BUGREPORT "juhovh@iki.fi"
71
72/* Define to the full name of this package. */
73#define PACKAGE_NAME "shairplay"
74
75/* Define to the full name and version of this package. */
76#define PACKAGE_STRING "shairplay 0.9.0"
77
78/* Define to the one symbol short name of this package. */
79#define PACKAGE_TARNAME "shairplay"
80
81/* Define to the home page for this package. */
82#define PACKAGE_URL ""
83
84/* Define to the version of this package. */
85#define PACKAGE_VERSION "0.9.0"
86
87/* Define to 1 if you have the ANSI C header files. */
88#define STDC_HEADERS 1
89
90/* Version number of package */
91#define VERSION "0.9.0"