~ubuntu-branches/ubuntu/trusty/unity-place-files/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-26 18:52:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100826185252-rtxst6inf3chd7po
Tags: upstream-0.5.18
ImportĀ upstreamĀ versionĀ 0.5.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Data directory */
4
4
#undef DATADIR
5
5
 
 
6
/* always defined to indicate that i18n is enabled */
 
7
#undef ENABLE_NLS
 
8
 
 
9
/* gettext domain */
 
10
#undef GETTEXT_PACKAGE
 
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
 
6
18
/* Define to 1 if you have the <dlfcn.h> header file. */
7
19
#undef HAVE_DLFCN_H
8
20
 
 
21
/* Define if the GNU gettext() function is already present or preinstalled. */
 
22
#undef HAVE_GETTEXT
 
23
 
9
24
/* Define to 1 if you have the <inttypes.h> header file. */
10
25
#undef HAVE_INTTYPES_H
11
26
 
 
27
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
28
#undef HAVE_LC_MESSAGES
 
29
 
 
30
/* Define to 1 if you have the <locale.h> header file. */
 
31
#undef HAVE_LOCALE_H
 
32
 
12
33
/* Define to 1 if you have the <memory.h> header file. */
13
34
#undef HAVE_MEMORY_H
14
35