~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-08 18:15:03 UTC
  • mto: (13.1.3 lucid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20090908181503-q1y00nsvk547ta4f
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* always defined to indicate that i18n is enabled */
 
4
#undef ENABLE_NLS
 
5
 
 
6
/* Name of the default get text domain */
 
7
#undef GETTEXT_PACKAGE
 
8
 
 
9
/* locale directory */
 
10
#undef GNOMELOCALEDIR
 
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
 
3
18
/* Define to 1 if you have the <dlfcn.h> header file. */
4
19
#undef HAVE_DLFCN_H
5
20
 
 
21
/* Define if the GNU gettext() function is already present or preinstalled. */
 
22
#undef HAVE_GETTEXT
 
23
 
6
24
/* Define to 1 if you have the <inttypes.h> header file. */
7
25
#undef HAVE_INTTYPES_H
8
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
 
9
33
/* Define to 1 if you have the <memory.h> header file. */
10
34
#undef HAVE_MEMORY_H
11
35