Chris@4
|
1 /* config.h. Generated from config.h.in by configure. */
|
Chris@4
|
2 /* config.h.in. Generated from configure.ac by autoheader. */
|
Chris@4
|
3
|
Chris@4
|
4 /* Define this to enable ipv6. */
|
Chris@4
|
5 /* #undef ENABLE_IPV6 */
|
Chris@4
|
6
|
Chris@4
|
7 /* Define to 1 if you have the <dlfcn.h> header file. */
|
Chris@4
|
8 /* #undef HAVE_DLFCN_H */
|
Chris@4
|
9
|
Chris@4
|
10 /* Define to 1 if inet_aton() is available. */
|
Chris@4
|
11 /* #undef HAVE_INET_ATON */
|
Chris@4
|
12
|
Chris@4
|
13 /* Define to 1 if you have the <inttypes.h> header file. */
|
Chris@4
|
14 #define HAVE_INTTYPES_H 1
|
Chris@4
|
15
|
Chris@4
|
16 /* Define to 1 if you have the `pthread' library (-lpthread). */
|
Chris@4
|
17 /* #undef HAVE_LIBPTHREAD */
|
Chris@4
|
18
|
Chris@4
|
19 /* Define to 1 if you have the <memory.h> header file. */
|
Chris@4
|
20 #define HAVE_MEMORY_H 1
|
Chris@4
|
21
|
Chris@4
|
22 /* Define to 1 if you have the <netdb.h> header file. */
|
Chris@4
|
23 /* #undef HAVE_NETDB_H */
|
Chris@4
|
24
|
Chris@4
|
25 /* Define to 1 if you have the <netinet/in.h> header file. */
|
Chris@4
|
26 /* #undef HAVE_NETINET_IN_H */
|
Chris@4
|
27
|
Chris@4
|
28 /* Define to 1 if poll() is available. */
|
Chris@4
|
29 /* #undef HAVE_POLL */
|
Chris@4
|
30
|
Chris@4
|
31 /* Define to 1 if select() is available. */
|
Chris@4
|
32 #define HAVE_SELECT 1
|
Chris@4
|
33
|
Chris@4
|
34 /* Define to 1 if you have the <stdint.h> header file. */
|
Chris@4
|
35 #define HAVE_STDINT_H 1
|
Chris@4
|
36
|
Chris@4
|
37 /* Define to 1 if you have the <stdlib.h> header file. */
|
Chris@4
|
38 #define HAVE_STDLIB_H 1
|
Chris@4
|
39
|
Chris@4
|
40 /* Define to 1 if you have the <strings.h> header file. */
|
Chris@4
|
41 #define HAVE_STRINGS_H 1
|
Chris@4
|
42
|
Chris@4
|
43 /* Define to 1 if you have the <string.h> header file. */
|
Chris@4
|
44 #define HAVE_STRING_H 1
|
Chris@4
|
45
|
Chris@4
|
46 /* Define to 1 if you have the <sys/socket.h> header file. */
|
Chris@4
|
47 /* #undef HAVE_SYS_SOCKET_H */
|
Chris@4
|
48
|
Chris@4
|
49 /* Define to 1 if you have the <sys/stat.h> header file. */
|
Chris@4
|
50 #define HAVE_SYS_STAT_H 1
|
Chris@4
|
51
|
Chris@4
|
52 /* Define to 1 if you have the <sys/types.h> header file. */
|
Chris@4
|
53 #define HAVE_SYS_TYPES_H 1
|
Chris@4
|
54
|
Chris@4
|
55 /* Define to 1 if you have the <unistd.h> header file. */
|
Chris@4
|
56 #define HAVE_UNISTD_H 1
|
Chris@4
|
57
|
Chris@4
|
58 /* If machine is bigendian */
|
Chris@4
|
59 #define LO_BIGENDIAN "0"
|
Chris@4
|
60
|
Chris@4
|
61 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
Chris@4
|
62 /* #undef NO_MINUS_C_MINUS_O */
|
Chris@4
|
63
|
Chris@4
|
64 /* Name of package */
|
Chris@4
|
65 #define PACKAGE "liblo"
|
Chris@4
|
66
|
Chris@4
|
67 /* Define to the address where bug reports for this package should be sent. */
|
Chris@4
|
68 #define PACKAGE_BUGREPORT "liblo-devel@lists.sourceforge.net"
|
Chris@4
|
69
|
Chris@4
|
70 /* Define to the full name of this package. */
|
Chris@4
|
71 #define PACKAGE_NAME "liblo"
|
Chris@4
|
72
|
Chris@4
|
73 /* Define to the full name and version of this package. */
|
Chris@4
|
74 #define PACKAGE_STRING "liblo " /*VERSION*/
|
Chris@4
|
75
|
Chris@4
|
76 /* Define to the one symbol short name of this package. */
|
Chris@4
|
77 #define PACKAGE_TARNAME "liblo"
|
Chris@4
|
78
|
Chris@4
|
79 /* Define to the version of this package. */
|
Chris@4
|
80 #define PACKAGE_VERSION /*VERSION*/
|
Chris@4
|
81
|
Chris@4
|
82 /* Define to 1 if you have the ANSI C header files. */
|
Chris@4
|
83 #define STDC_HEADERS 1
|
Chris@4
|
84
|
Chris@4
|
85 /* Version number of package */
|
Chris@4
|
86 #define VERSION /*VERSION*/
|
Chris@4
|
87
|
Chris@4
|
88 /* Define to empty if `const' does not conform to ANSI C. */
|
Chris@4
|
89 /* #undef const */
|
Chris@4
|
90
|
Chris@4
|
91 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
Chris@4
|
92 /* #undef size_t */
|