~ubuntu-branches/ubuntu/saucy/bluez/saucy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-04 13:28:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20120704132849-tmwu1x7p2vxcclt1
Tags: 4.101-0ubuntu1
* New upstream release
* debian/libbluetooth3.symbols:
  - Updated
* debian/patches/10-unregister_interface_on_exit.patch:
* debian/patches/11-explicitly_close.patch:
* debian/patches/python3.patch:
  - Applied upstream

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
 
 
9
6
/* Define to 1 if you have the <dlfcn.h> header file. */
10
7
#undef HAVE_DLFCN_H
11
8
 
46
43
   */
47
44
#undef LT_OBJDIR
48
45
 
49
 
/* Define to 1 if you need the dbus_connection_can_send_type() function. */
50
 
#undef NEED_DBUS_CONNECTION_CAN_SEND_TYPE
51
 
 
52
 
/* Define to 1 if you need the dbus_watch_get_unix_fd() function. */
53
 
#undef NEED_DBUS_WATCH_GET_UNIX_FD
54
 
 
55
 
/* Define to 1 if you need g_list_free_full() function. */
56
 
#undef NEED_G_LIST_FREE_FULL
57
 
 
58
 
/* Define to 1 if you need g_slist_free_full() function. */
59
 
#undef NEED_G_SLIST_FREE_FULL
60
 
 
61
46
/* Define to 1 if you need the ppoll() function. */
62
47
#undef NEED_PPOLL
63
48
 
88
73
/* Define to the one symbol short name of this package. */
89
74
#undef PACKAGE_TARNAME
90
75
 
 
76
/* Define to the home page for this package. */
 
77
#undef PACKAGE_URL
 
78
 
91
79
/* Define to the version of this package. */
92
80
#undef PACKAGE_VERSION
93
81