~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.3.0-3

« back to all changes in this revision

Viewing changes to config.h.cmake.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100809232612-pocdxliaxjdetm37
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __CAIRO_DOCK_BUILD_CONFIG_H__
 
3
#define __CAIRO_DOCK_BUILD_CONFIG_H__
 
4
 
 
5
/* always defined to indicate that i18n is enabled */
 
6
#define ENABLE_NLS 1
 
7
 
 
8
/* Gettext package. */
 
9
#define GETTEXT_PACKAGE @GETTEXT_PACKAGE@
 
10
 
 
11
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
12
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
 
13
 
 
14
/* Define to 1 if you have the `dcgettext' function. */
 
15
#define HAVE_DCGETTEXT 1
 
16
 
 
17
/* Define if the GNU gettext() function is already present or preinstalled. */
 
18
#define HAVE_GETTEXT 1
 
19
 
 
20
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
21
#cmakedefine HAVE_LC_MESSAGES @HAVE_LC_MESSAGES@
 
22
 
 
23
/* Define to 1 if you have the `m' library (-lm). */
 
24
#cmakedefine HAVE_LIBM @HAVE_LIBM@
 
25
 
 
26
/* Define to 1 if you have the <math.h> header file. */
 
27
#cmakedefine HAVE_MATH_H @HAVE_MATH_H@
 
28
 
 
29
/* Defined if we can use X Extensions. */
 
30
#cmakedefine HAVE_XEXTEND @HAVE_XEXTEND@
 
31
 
 
32
/* Defined if we can crypt passwords. */
 
33
#cmakedefine HAVE_LIBCRYPT @HAVE_LIBCRYPT@
 
34
 
 
35
#define CAIRO_DOCK_GETTEXT_PACKAGE "@CAIRO_DOCK_GETTEXT_PACKAGE@"
 
36
#define GLDI_VERSION "@VERSION@"
 
37
#define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
 
38
 
 
39
// Appli
 
40
#define CAIRO_DOCK_VERSION "@VERSION@"
 
41
#define CAIRO_DOCK_SHARE_THEMES_DIR "@CAIRO_DOCK_SHARE_THEMES_DIR@"
 
42
#define CAIRO_DOCK_MODULES_DIR "@CAIRO_DOCK_MODULES_DIR@"
 
43
#define CAIRO_DOCK_LOCALE_DIR "@CAIRO_DOCK_LOCALE_DIR@"
 
44
#define CAIRO_DOCK_THEMES_DIR "@CAIRO_DOCK_THEMES_DIR@"
 
45
 
 
46
#endif