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