~ubuntu-branches/ubuntu/wily/xfce4-appfinder/wily-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2012-04-08 22:22:48 UTC
  • mfrom: (1.3.19) (4.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120408222248-iq2by93vf7l5ntac
Tags: 4.9.4-1
[ Lionel Le Folgoc ]
* New upstream development release.
* debian/xfce4-appfinder.1: updated for the new options in 4.9.x.
* debian/control:
  - switch to libxfce4util6-dev for the new api.
  - bump libxfce4ui-1-dev to >= 4.9.0 for the new help api.
  - breaks/replaces pre 4.10 xfce4-utils package, as it
    previously shipped xfrun4.
* debian/links: xfrun4 is now a symlink to xfce4-appfinder, so add a symlink
  for its manpage too.

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.3.
  - update debhelper build-dep to 9.
  - add build-dep on dpkg-dev 1.16.1.
  - drop build-dep on hardening-includes.
  - add buil-dep on libdbus-glib-1-dev.
* debian/compat bumped to 9.
* debian/rules:
  - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
  - build with --parallel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* Define for debugging support */
4
4
#undef DEBUG
15
15
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
16
16
#undef HAVE_BIND_TEXTDOMAIN_CODESET
17
17
 
 
18
/* Define to 1 if you have the `daemon' function. */
 
19
#undef HAVE_DAEMON
 
20
 
18
21
/* Define to 1 if you have the `dcgettext' function. */
19
22
#undef HAVE_DCGETTEXT
20
23
 
21
24
/* Define to 1 if you have the <dlfcn.h> header file. */
22
25
#undef HAVE_DLFCN_H
23
26
 
 
27
/* Define to 1 if you have the <errno.h> header file. */
 
28
#undef HAVE_ERRNO_H
 
29
 
24
30
/* Define if the GNU gettext() function is already present or preinstalled. */
25
31
#undef HAVE_GETTEXT
26
32
 
36
42
/* Define to 1 if you have the <memory.h> header file. */
37
43
#undef HAVE_MEMORY_H
38
44
 
 
45
/* Define to 1 if you have the `setsid' function. */
 
46
#undef HAVE_SETSID
 
47
 
39
48
/* Define to 1 if you have the <stdint.h> header file. */
40
49
#undef HAVE_STDINT_H
41
50