~ubuntu-branches/ubuntu/maverick/transmission/maverick-updates

« back to all changes in this revision

Viewing changes to third-party/macosx-libevent-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-12-08 10:49:11 UTC
  • mfrom: (1.1.29 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091208104911-06gio45n2nla3vpg
Tags: 1.80~b1-0ubuntu1
* New upstream release (LP: #460620), rebased on debian unstable
  remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added quilt, liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
* Fixes bugs:
  - tray menu shows wrong status for "main window" when started minimized
    (LP: #451415)
* Refreshed patches:
  - dont_build_libevent.patch
  - 99_autoreconf.patch
* Removed patches:
  - 21_onPortTested.diff, 23_tr_torrentNext.diff and
    24_tr_torrentDeleteLocalData_do_move.diff
* debian/patches/21_fix_inhibition.patch:
  - The right value for suspend inhibition is 4
* debian/control:
  - Build-Depend on libgconf2-dev to enable magnet link registration and on
    libcanberra-gtk-dev for notification sound.
* debian/watch:
  - make it detect beta versions, to be removed after 1.80 is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
/* Define to 1 if you have the <fcntl.h> header file. */
32
32
#define HAVE_FCNTL_H 1
33
33
 
 
34
/* Define to 1 if the system has the type `fd_mask'. */
 
35
#define HAVE_FD_MASK 1
 
36
 
34
37
/* Define to 1 if you have the `getaddrinfo' function. */
35
38
#define HAVE_GETADDRINFO 1
36
39
 
193
196
/* Define if kqueue works correctly with pipes */
194
197
#define HAVE_WORKING_KQUEUE 1
195
198
 
 
199
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
200
   */
 
201
#define LT_OBJDIR ".libs/"
 
202
 
196
203
/* Name of package */
197
204
#define PACKAGE "libevent"
198
205
 
230
237
#define TIME_WITH_SYS_TIME 1
231
238
 
232
239
/* Version number of package */
233
 
#define VERSION "1.4.8-stable"
 
240
#define VERSION "1.4.12-stable"
234
241
 
235
242
/* Define to appropriate substitue if compiler doesnt have __func__ */
236
243
/* #undef __func__ */