~ubuntu-branches/ubuntu/trusty/rawstudio/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-04-20 10:52:00 UTC
  • mfrom: (2.1.8 upstream) (1.1.13 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420105200-kaaznfiftfmz2tsc
Tags: 1.0-1
* New upstream release (Closes: #476828).
* Removing 01-icon-path.dpatch, not required anymore.
* Removing watch file.

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
/* Enable experimental code */
 
7
#undef EXPERIMENTAL
 
8
 
6
9
/* Gettext package. */
7
10
#undef GETTEXT_PACKAGE
8
11
 
24
27
/* Define to 1 if you have the <locale.h> header file. */
25
28
#undef HAVE_LOCALE_H
26
29
 
 
30
/* Define to 1 if you have the `memmem' function. */
 
31
#undef HAVE_MEMMEM
 
32
 
27
33
/* Define to 1 if you have the <memory.h> header file. */
28
34
#undef HAVE_MEMORY_H
29
35