~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.3.9) (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120329141721-tbfopcrc5797wxt7
Tags: 1.8.3-0.1ubuntu1
* New upstream release (LP: #290666, #371754, #741543, #716688)
* Merge from Debian unstable (LP: #935147), remaining changes:
* debian/patches:
  - drop gtk-status-icon.patch & notification-append as in upstream
  - drop fix_systray_behavior as mostly upstreamed and rest seems unused
  - 01_ubuntu_feedlists: update & rename, move planets to "Open Source"  
  - add_X-Ubuntu-Gettext-Domain: rebase
  - libunity.patch: rebase, apply before indicator patch (liferea_shell.c)
  - libindicate_increase_version.patch: exclude from libindicate.patch
  - deactivate libindicate.patch, seems partly upstreamed and needs rework
* debian/control: libindicate-dev, libindicate-gtk-dev & libunity-dev
* debian/liferea.indicate & liferea.install: ship indicator desktop file
* debian/rules: enable libindicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* Define to 1 if you have the <dlfcn.h> header file. */
16
16
#undef HAVE_DLFCN_H
17
17
 
18
 
/* Define to 1 if you have the `fsync' function. */
19
 
#undef HAVE_FSYNC
20
 
 
21
18
/* Define if the GNU gettext() function is already present or preinstalled. */
22
19
#undef HAVE_GETTEXT
23
20
 
27
24
/* Define if your <locale.h> file defines LC_MESSAGES. */
28
25
#undef HAVE_LC_MESSAGES
29
26
 
 
27
/* Define if libindicate support is enabled */
 
28
#undef HAVE_LIBINDICATE
 
29
 
 
30
/* Define if libnotify.so.1 support is enabled */
 
31
#undef HAVE_LIBNOTIFY
 
32
 
30
33
/* Define to 1 if you have the <locale.h> header file. */
31
34
#undef HAVE_LOCALE_H
32
35
 
57
60
/* Define to 1 if you have the <unistd.h> header file. */
58
61
#undef HAVE_UNISTD_H
59
62
 
60
 
/* Platform dependent library prefix */
61
 
#undef LIBPREFIX
62
 
 
63
63
/* Define to the sub-directory in which libtool stores uninstalled libraries.
64
64
   */
65
65
#undef LT_OBJDIR
97
97
/* Define to 1 if you have the ANSI C header files. */
98
98
#undef STDC_HEADERS
99
99
 
100
 
/* Define if we're using DBUS. */
101
 
#undef USE_DBUS
102
 
 
103
 
/* Define if we're using NetworkManager. */
104
 
#undef USE_NM
105
 
 
106
100
/* Define if we're using X Session Management. */
107
101
#undef USE_SM
108
102