~ubuntu-branches/ubuntu/precise/dbus-python/precise

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2012-01-24 19:07:26 UTC
  • mfrom: (2.2.2 experimental)
  • Revision ID: package-import@ubuntu.com-20120124190726-baugtt60mzf3tfpd
Tags: 1.0.0-1
* New upstream version 1.0.0
  - increase Python requirement to 2.6
  - build for Python 3 too
  - split python-dbus-dev into a separate package to be shared between
    versions
  - make python-dbus depend on python-dbus-dev for now, to preserve
    historical functionality (but packages which use it, like PyQt, should
    switch to depending on it explicitly)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* dbus-python minor version */
10
10
#undef DBUS_PYTHON_MINOR_VERSION
11
11
 
12
 
/* Define if libdbus-1 has dbus_message_iter_abandon_container */
13
 
#undef HAVE_DBUS_MESSAGE_ITER_ABANDON_CONTAINER
14
 
 
15
 
/* Define if libdbus-1 has dbus_watch_get_unix_fd */
16
 
#undef HAVE_DBUS_WATCH_GET_UNIX_FD
17
 
 
18
12
/* Define to 1 if you have the <dlfcn.h> header file. */
19
13
#undef HAVE_DLFCN_H
20
14