~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to config.h.in

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Directory for the configuration files */
4
4
#undef CONFIGDIR
5
5
 
 
6
/* Define to 1 if you have capabilities library. */
 
7
#undef HAVE_CAPNG
 
8
 
6
9
/* Define to 1 if you have the <dlfcn.h> header file. */
7
10
#undef HAVE_DLFCN_H
8
11
 
36
39
/* Define to 1 if you have the <unistd.h> header file. */
37
40
#undef HAVE_UNISTD_H
38
41
 
 
42
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
43
   */
 
44
#undef LT_OBJDIR
 
45
 
 
46
/* Define to 1 if you need the dbus_connection_can_send_type() function. */
 
47
#undef NEED_DBUS_CONNECTION_CAN_SEND_TYPE
 
48
 
39
49
/* Define to 1 if you need the dbus_watch_get_unix_fd() function. */
40
50
#undef NEED_DBUS_WATCH_GET_UNIX_FD
41
51
 
48
58
/* Define to 1 if you need the usb_interrupt_read() function. */
49
59
#undef NEED_USB_INTERRUPT_READ
50
60
 
 
61
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
62
#undef NO_MINUS_C_MINUS_O
 
63
 
 
64
/* Define the OUI file path */
 
65
#undef OUIFILE
 
66
 
51
67
/* Name of package */
52
68
#undef PACKAGE
53
69