~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to config.h.mingw

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.  Generated by configure.  */
 
2
/* config.h.in.  Generated from configure.in by autoheader.  */
 
3
 
 
4
/* Version number of package */
 
5
#define VERSION "8.2.2"
 
6
 
 
7
/* Supported languages */
 
8
#define ALL_LINGUAS "am ar az bg ca cs da de el en_CA en_GB es et fi fr ga gu he hi hr hu it lt mk ml ms nl nb nn pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv tr wa zh_CN"
 
9
 
 
10
/* Global assetml directory */
 
11
#define ASSETML_DIR "share/assetml"
 
12
 
 
13
/* "Enable debug messages." */
 
14
/* #undef DEBUG */
 
15
 
 
16
/* always defined to indicate that i18n is enabled */
 
17
/* #undef ENABLE_NLS */
 
18
 
 
19
/* Gettext package name */
 
20
#define GETTEXT_PACKAGE "gcompris"
 
21
 
 
22
/* Defines where GNU Chess resides on the system */
 
23
#define GNUCHESS "gnuchess.exe"
 
24
 
 
25
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
26
/* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
 
27
 
 
28
/* Define to 1 if you have the `dcgettext' function. */
 
29
/* #undef HAVE_DCGETTEXT */
 
30
 
 
31
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
32
   */
 
33
#define HAVE_DIRENT_H 1
 
34
 
 
35
/* Define to 1 if you have the <dlfcn.h> header file. */
 
36
/* #undef HAVE_DLFCN_H */
 
37
 
 
38
/* Define if the GNU gettext() function is already present or preinstalled. */
 
39
/* #undef HAVE_GETTEXT */
 
40
 
 
41
/* Define if you have the iconv() function. */
 
42
/* #undef HAVE_ICONV */
 
43
 
 
44
/* Define to 1 if you have the <inttypes.h> header file. */
 
45
#define HAVE_INTTYPES_H 1
 
46
 
 
47
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
48
/* #undef HAVE_LC_MESSAGES */
 
49
 
 
50
/* Define to 1 if you have the `popt' library (-lpopt). */
 
51
#define HAVE_LIBPOPT 1
 
52
 
 
53
/* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
 
54
#define HAVE_LIBSDL_MIXER 1
 
55
 
 
56
/* Define to 1 if you have the <locale.h> header file. */
 
57
#define HAVE_LOCALE_H 1
 
58
 
 
59
/* Define to 1 if you have the <memory.h> header file. */
 
60
#define HAVE_MEMORY_H 1
 
61
 
 
62
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
63
/* #undef HAVE_NDIR_H */
 
64
 
 
65
/* Define to 1 if you have the <stdint.h> header file. */
 
66
#define HAVE_STDINT_H 1
 
67
 
 
68
/* Define to 1 if you have the <stdlib.h> header file. */
 
69
#define HAVE_STDLIB_H 1
 
70
 
 
71
/* Define to 1 if you have the <strings.h> header file. */
 
72
#define HAVE_STRINGS_H 1
 
73
 
 
74
/* Define to 1 if you have the <string.h> header file. */
 
75
#define HAVE_STRING_H 1
 
76
 
 
77
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
78
   */
 
79
/* #undef HAVE_SYS_DIR_H */
 
80
 
 
81
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
82
   */
 
83
/* #undef HAVE_SYS_NDIR_H */
 
84
 
 
85
/* Define to 1 if you have the <sys/stat.h> header file. */
 
86
#define HAVE_SYS_STAT_H 1
 
87
 
 
88
/* Define to 1 if you have the <sys/types.h> header file. */
 
89
#define HAVE_SYS_TYPES_H 1
 
90
 
 
91
/* Define to 1 if you have the <unistd.h> header file. */
 
92
#define HAVE_UNISTD_H 1
 
93
 
 
94
/* Define as const if the declaration of iconv() needs const. */
 
95
/* #undef ICONV_CONST */
 
96
 
 
97
/* Name of package */
 
98
#define PACKAGE "gcompris"
 
99
 
 
100
/* Define to the address where bug reports for this package should be sent. */
 
101
#define PACKAGE_BUGREPORT ""
 
102
 
 
103
/* Gcompris data directory */
 
104
#define PACKAGE_DATA_DIR "share"
 
105
 
 
106
/* Gcompris plugins directory (not needed, static compile on windows) */
 
107
#define PACKAGE_CLIB_DIR ""
 
108
 
 
109
/* Gcompris help directory */
 
110
#define PACKAGE_HELP_DIR "share/gnome/help/gcompris"
 
111
 
 
112
/* Gcompris locale directory */
 
113
#define PACKAGE_LOCALE_DIR "share/locale"
 
114
 
 
115
/* Define to the full name of this package. */
 
116
#define PACKAGE_NAME ""
 
117
 
 
118
/* Define to the full name and version of this package. */
 
119
#define PACKAGE_STRING ""
 
120
 
 
121
/* Define to the one symbol short name of this package. */
 
122
#define PACKAGE_TARNAME ""
 
123
 
 
124
/* Define to the version of this package. */
 
125
#define PACKAGE_VERSION ""
 
126
 
 
127
/* Define to 1 if you have the ANSI C header files. */
 
128
#define STDC_HEADERS 1
 
129
 
 
130
/* Date at which GCompris has been built */
 
131
#define BUILD_DATE "0612"
 
132