~ubuntu-branches/ubuntu/hardy/gksu/hardy-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-08-07 12:15:04 UTC
  • mfrom: (0.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060807121504-yssh0k3oyqn9z0te
Tags: 1.9.3-1ubuntu1
* merged from debian
* debian/patches/11_startup_notification.diff:
  - dropped and moved to libgksu
* debian/patches/14_set_http_proxy_env.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* always defined to indicate that i18n is enabled */
4
4
#undef ENABLE_NLS
5
5
 
 
6
/* gettext domain */
 
7
#undef GETTEXT_PACKAGE
 
8
 
6
9
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
7
10
#undef HAVE_BIND_TEXTDOMAIN_CODESET
8
11