~ubuntu-branches/ubuntu/oneiric/almanah/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2009-05-16 15:49:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090516154921-2uhvlj8btb4qygmd
Tags: 0.6.1-0ubuntu1
* New upstream release (LP: #368078)
* debian/control:
  - Bump Standards-Version to 3.8.1
  - Add intltool, libedataserver1.2-dev, libedataserverui1.2-dev, 
    libecal1.2-dev, libcryptui-dev as build dependency
  - Remove build dependency on autotools-dev and chrpath
* debian/{control/compat/rules}: Move to mimalistic dh7 style
* Update debian/watch
* Update copyright information

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* always defined to indicate that i18n is enabled */
10
10
#undef ENABLE_NLS
11
11
 
 
12
/* Define if you want spell checking support */
 
13
#undef ENABLE_SPELL_CHECKING
 
14
 
12
15
/* GETTEXT package name */
13
16
#undef GETTEXT_PACKAGE
14
17
 
57
60
/* Define to 1 if you have the <unistd.h> header file. */
58
61
#undef HAVE_UNISTD_H
59
62
 
 
63
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
64
   */
 
65
#undef LT_OBJDIR
 
66
 
60
67
/* Name of package */
61
68
#undef PACKAGE
62
69