~ubuntu-branches/ubuntu/maverick/tsclient/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause, Clément Hermann, debian/patches/15_missing-include.patch, debian/patches/14_spanish-translation-encoding.patch, debian/patches/99_autogen.patch, debian/patches/10_remote_disk_mapping.patch, debian/patches/14_manpage_whatis.patch, debian/patches/15_fix-outdated-desktop-entry.patch, Loic Minier, Josselin Mouette, Kilian Krause
  • Date: 2007-11-07 23:24:42 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071107232442-z1xgsdg9whmkxp4j
Tags: 0.150-1
[ Clément Hermann ]
* New upstream release (Closes: #411465, #393976, #415583, #312506).
* Remove obsoletes patches. Included upstream.
  [debian/patches/15_missing-include.patch]
  [debian/patches/14_spanish-translation-encoding.patch]
  [debian/patches/99_autogen.patch]
* Add remote disk mapping support.
  [debian/patches/10_remote_disk_mapping.patch] (Closes: #449144)
* Fix lintian warning : manpage-has-bad-whatis-entry.
  [debian/patches/14_manpage_whatis.patch]
* Fix lintian warning : desktop-entry-contains-unknown-key.
  desktop entry specification 1.0.0 doesn't support [Actions]
  [debian/patches/15_fix-outdated-desktop-entry.patch]

[ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.
* Set maintainer to Debian GNOME Maintainers.
* Wrap build-deps and deps.

[ Josselin Mouette ]
* Remove generated files in the clean target. Closes: #442751.

[ Kilian Krause ]
* Add Clément Hermann to Uploaders.
* Fix debian/watch (Closes: #449629)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* always defined to indicate that i18n is enabled */
2
4
#undef ENABLE_NLS
3
 
#undef HAVE_CATGETS
4
 
#undef HAVE_GETTEXT
 
5
 
 
6
/* gettext package */
5
7
#undef GETTEXT_PACKAGE
6
 
#undef HAVE_LC_MESSAGES
7
 
#undef HAVE_STPCPY
8
 
#undef HAVE_LIBSM
9
 
 
10
 
/* always defined to indicate that i18n is enabled */
11
 
#undef ENABLE_NLS
12
8
 
13
9
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
14
10
#undef HAVE_BIND_TEXTDOMAIN_CODESET
19
15
/* Define if the GNU gettext() function is already present or preinstalled. */
20
16
#undef HAVE_GETTEXT
21
17
 
 
18
/* gnome support */
 
19
#undef HAVE_GNOME
 
20
 
22
21
/* Define to 1 if you have the <inttypes.h> header file. */
23
22
#undef HAVE_INTTYPES_H
24
23