~cyphermox/+junk/bluez-debug

1 by Mario Limonciello
Import upstream version 4.12
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
/* Directory for the configuration files */
4
#undef CONFIGDIR
5
1.4.2 by Andrea Veri
Import upstream version 4.56
6
/* Define to 1 if you have capabilities library. */
7
#undef HAVE_CAPNG
8
1 by Mario Limonciello
Import upstream version 4.12
9
/* Define to 1 if you have the <dlfcn.h> header file. */
10
#undef HAVE_DLFCN_H
11
12
/* Define to 1 if you have the <inttypes.h> header file. */
13
#undef HAVE_INTTYPES_H
14
15
/* Define to 1 if you have USB library. */
16
#undef HAVE_LIBUSB
17
18
/* Define to 1 if you have the <memory.h> header file. */
19
#undef HAVE_MEMORY_H
20
21
/* Define to 1 if you have the <stdint.h> header file. */
22
#undef HAVE_STDINT_H
23
24
/* Define to 1 if you have the <stdlib.h> header file. */
25
#undef HAVE_STDLIB_H
26
27
/* Define to 1 if you have the <strings.h> header file. */
28
#undef HAVE_STRINGS_H
29
30
/* Define to 1 if you have the <string.h> header file. */
31
#undef HAVE_STRING_H
32
1.1.34 by Mathieu Trudel-Lapierre
Import upstream version 4.95
33
/* Define to 1 if you have <sys/inotify.h>. */
34
#undef HAVE_SYS_INOTIFY_H
35
1 by Mario Limonciello
Import upstream version 4.12
36
/* Define to 1 if you have the <sys/stat.h> header file. */
37
#undef HAVE_SYS_STAT_H
38
39
/* Define to 1 if you have the <sys/types.h> header file. */
40
#undef HAVE_SYS_TYPES_H
41
42
/* Define to 1 if you have the <unistd.h> header file. */
43
#undef HAVE_UNISTD_H
44
1.3.1 by Filippo Giunchedi
Import upstream version 4.42
45
/* Define to the sub-directory in which libtool stores uninstalled libraries.
46
   */
47
#undef LT_OBJDIR
48
1.1.18 by Baptiste Mille-Mathias
Import upstream version 4.61
49
/* Define to 1 if you need the dbus_connection_can_send_type() function. */
50
#undef NEED_DBUS_CONNECTION_CAN_SEND_TYPE
51
1 by Mario Limonciello
Import upstream version 4.12
52
/* Define to 1 if you need the dbus_watch_get_unix_fd() function. */
53
#undef NEED_DBUS_WATCH_GET_UNIX_FD
54
1.1.34 by Mathieu Trudel-Lapierre
Import upstream version 4.95
55
/* Define to 1 if you need g_slist_free_full() function. */
56
#undef NEED_G_SLIST_FREE_FULL
57
1 by Mario Limonciello
Import upstream version 4.12
58
/* Define to 1 if you need the ppoll() function. */
59
#undef NEED_PPOLL
60
61
/* Define to 1 if you need the usb_get_busses() function. */
62
#undef NEED_USB_GET_BUSSES
63
64
/* Define to 1 if you need the usb_interrupt_read() function. */
65
#undef NEED_USB_INTERRUPT_READ
66
1.1.16 by Mario Limonciello
Import upstream version 4.51
67
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
68
#undef NO_MINUS_C_MINUS_O
69
1.2.2 by Nobuhiro Iwamatsu
Import upstream version 4.81
70
/* Define the OUI file path */
71
#undef OUIFILE
72
1 by Mario Limonciello
Import upstream version 4.12
73
/* Name of package */
74
#undef PACKAGE
75
76
/* Define to the address where bug reports for this package should be sent. */
77
#undef PACKAGE_BUGREPORT
78
79
/* Define to the full name of this package. */
80
#undef PACKAGE_NAME
81
82
/* Define to the full name and version of this package. */
83
#undef PACKAGE_STRING
84
85
/* Define to the one symbol short name of this package. */
86
#undef PACKAGE_TARNAME
87
88
/* Define to the version of this package. */
89
#undef PACKAGE_VERSION
90
91
/* Define to 1 if you have the ANSI C header files. */
92
#undef STDC_HEADERS
93
94
/* Directory for the storage files */
95
#undef STORAGEDIR
96
97
/* Version number of package */
98
#undef VERSION
99
100
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
101
   `char[]'. */
102
#undef YYTEXT_POINTER