~ubuntu-branches/ubuntu/oneiric/bluez/oneiric-proposed

« back to all changes in this revision

Viewing changes to .pc/pkg-config-install-paths.patch/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-28 16:47:35 UTC
  • mfrom: (1.1.34 upstream) (6.3.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110728164735-f34luwrarv52mhlq
Tags: 4.95-0ubuntu1
* New upstream release.
* Resynchronize with Debian unstable, remaining changes:
  - debian/source_bluez.py, debian/bluez.install:
    + apport hook made by Baptiste Mille-Mathias.
  - debian/rules: don't use simple-patchsys.
  - debian/source/format: use source format 3.0.
  - debian/patches/pkg-config-install-paths.patch: install bluez-alsa plugin
    to the multiarch path, now that alsa-lib has transitioned.
* debian/patches/02_disable_hal.patch: refreshed.
* debian/patches/pkg-config-install-paths.patch: refreshed.
* debian/control, debian/rules: run autoreconf when building as required by
  pkg-config-install-paths.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 capabilities library. */
7
 
#undef HAVE_CAPNG
8
 
 
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
 
 
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
 
 
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
 
 
49
 
/* Define to 1 if you need the dbus_watch_get_unix_fd() function. */
50
 
#undef NEED_DBUS_WATCH_GET_UNIX_FD
51
 
 
52
 
/* Define to 1 if you need the ppoll() function. */
53
 
#undef NEED_PPOLL
54
 
 
55
 
/* Define to 1 if you need the usb_get_busses() function. */
56
 
#undef NEED_USB_GET_BUSSES
57
 
 
58
 
/* Define to 1 if you need the usb_interrupt_read() function. */
59
 
#undef NEED_USB_INTERRUPT_READ
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
 
 
67
 
/* Name of package */
68
 
#undef PACKAGE
69
 
 
70
 
/* Define to the address where bug reports for this package should be sent. */
71
 
#undef PACKAGE_BUGREPORT
72
 
 
73
 
/* Define to the full name of this package. */
74
 
#undef PACKAGE_NAME
75
 
 
76
 
/* Define to the full name and version of this package. */
77
 
#undef PACKAGE_STRING
78
 
 
79
 
/* Define to the one symbol short name of this package. */
80
 
#undef PACKAGE_TARNAME
81
 
 
82
 
/* Define to the version of this package. */
83
 
#undef PACKAGE_VERSION
84
 
 
85
 
/* Define to 1 if you have the ANSI C header files. */
86
 
#undef STDC_HEADERS
87
 
 
88
 
/* Directory for the storage files */
89
 
#undef STORAGEDIR
90
 
 
91
 
/* Version number of package */
92
 
#undef VERSION
93
 
 
94
 
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
95
 
   `char[]'. */
96
 
#undef YYTEXT_POINTER