~ubuntu-branches/debian/sid/file-roller/sid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Michael Biebl
  • Date: 2011-10-13 22:43:53 UTC
  • mfrom: (5.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20111013224353-7fub412oa8jwkcgt
Tags: 3.0.2-2
[ Josselin Mouette ]
* file-roller.mime: dropped. We don’t do necromancy anymore.
* Drop desktop-check-mime-types call too.

[ Michael Biebl ]
* Upload to unstable.
* debian/control.in:
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* debian/watch:
  - Switch to .xz tarballs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* always defined to indicate that i18n is enabled */
4
 
#undef ENABLE_NLS
 
3
/* define to enable magic */
 
4
#undef ENABLE_MAGIC
5
5
 
6
6
/* define to enable PackageKit installer */
7
7
#undef ENABLE_PACKAGEKIT
9
9
/* GetText Package */
10
10
#undef GETTEXT_PACKAGE
11
11
 
12
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
13
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
14
 
 
15
 
/* Define to 1 if you have the `dcgettext' function. */
16
 
#undef HAVE_DCGETTEXT
17
 
 
18
12
/* Define to 1 if you have the <dlfcn.h> header file. */
19
13
#undef HAVE_DLFCN_H
20
14
 
21
 
/* Define if the GNU gettext() function is already present or preinstalled. */
22
 
#undef HAVE_GETTEXT
23
 
 
24
15
/* Define to 1 if you have the <inttypes.h> header file. */
25
16
#undef HAVE_INTTYPES_H
26
17
 
27
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
28
 
#undef HAVE_LC_MESSAGES
29
 
 
30
18
/* Define to 1 if you have the `m' library (-lm). */
31
19
#undef HAVE_LIBM
32
20
 
33
 
/* Define to 1 if you have the <locale.h> header file. */
34
 
#undef HAVE_LOCALE_H
35
 
 
36
21
/* Define to 1 if you have the <memory.h> header file. */
37
22
#undef HAVE_MEMORY_H
38
23