~ubuntu-branches/ubuntu/precise/tmispell-voikko/precise

« back to all changes in this revision

Viewing changes to src/config.hh

  • Committer: Bazaar Package Importer
  • Author(s): Timo Jyrinki
  • Date: 2006-10-18 20:04:10 UTC
  • Revision ID: james.westby@ubuntu.com-20061018200410-zd4fwc1xwkclmb51
Tags: upstream-0.6.1
ImportĀ upstreamĀ versionĀ 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* src/config.hh.  Generated from config.hh.in by configure.  */
 
2
/* src/config.hh.in.  Generated from configure.ac by autoheader.  */
 
3
 
 
4
/* The configuration file */
 
5
#define CONFIG_FILE "/usr/etc/tmispell.conf"
 
6
 
 
7
/* Define to 1 if translation of program messages to the user's native
 
8
   language is requested. */
 
9
#define ENABLE_NLS 1
 
10
 
 
11
/* Defined when the libstdc++ declares the std-namespace */
 
12
#define GLIBMM_HAVE_NAMESPACE_STD 1
 
13
 
 
14
/* Defined if std::iterator_traits<> is standard-conforming */
 
15
#define GLIBMM_HAVE_STD_ITERATOR_TRAITS 1
 
16
 
 
17
/* Defined if std::reverse_iterator is in Sun libCstd style */
 
18
/* #undef GLIBMM_HAVE_SUN_REVERSE_ITERATOR */
 
19
 
 
20
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
21
   CoreFoundation framework. */
 
22
/* #undef HAVE_CFLOCALECOPYCURRENT */
 
23
 
 
24
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
25
   the CoreFoundation framework. */
 
26
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
 
27
 
 
28
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
29
   */
 
30
#define HAVE_DCGETTEXT 1
 
31
 
 
32
/* Define to 1 if you have the <dlfcn.h> header file. */
 
33
#define HAVE_DLFCN_H 1
 
34
 
 
35
/* Have enchant >= 1.0 */
 
36
#define HAVE_ENCHANT 1
 
37
 
 
38
/* Have enchant >= 1.1.6 */
 
39
#define HAVE_ENCHANT_1_1_6 1
 
40
 
 
41
/* Define if the GNU gettext() function is already present or preinstalled. */
 
42
#define HAVE_GETTEXT 1
 
43
 
 
44
/* Define if you have the iconv() function. */
 
45
/* #undef HAVE_ICONV */
 
46
 
 
47
/* Define to 1 if you have the <inttypes.h> header file. */
 
48
#define HAVE_INTTYPES_H 1
 
49
 
 
50
/* Define to 1 if you have the <memory.h> header file. */
 
51
#define HAVE_MEMORY_H 1
 
52
 
 
53
/* Define to 1 if you have the <stdint.h> header file. */
 
54
#define HAVE_STDINT_H 1
 
55
 
 
56
/* Define to 1 if you have the <stdlib.h> header file. */
 
57
#define HAVE_STDLIB_H 1
 
58
 
 
59
/* Define to 1 if you have the <strings.h> header file. */
 
60
#define HAVE_STRINGS_H 1
 
61
 
 
62
/* Define to 1 if you have the <string.h> header file. */
 
63
#define HAVE_STRING_H 1
 
64
 
 
65
/* Define to 1 if you have the <sys/stat.h> header file. */
 
66
#define HAVE_SYS_STAT_H 1
 
67
 
 
68
/* Define to 1 if you have the <sys/types.h> header file. */
 
69
#define HAVE_SYS_TYPES_H 1
 
70
 
 
71
/* Define to 1 if you have the <unistd.h> header file. */
 
72
#define HAVE_UNISTD_H 1
 
73
 
 
74
/* Define to 1 if you have the <vector> header file. */
 
75
#define HAVE_VECTOR 1
 
76
 
 
77
/* Name of package */
 
78
#define PACKAGE "tmispell-voikko"
 
79
 
 
80
/* Define to the address where bug reports for this package should be sent. */
 
81
#define PACKAGE_BUGREPORT "hatapitk@iki.fi"
 
82
 
 
83
/* Package locale directory */
 
84
#define PACKAGE_LOCALE_DIR "/usr/share/locale"
 
85
 
 
86
/* Define to the full name of this package. */
 
87
#define PACKAGE_NAME "tmispell-voikko"
 
88
 
 
89
/* Define to the full name and version of this package. */
 
90
#define PACKAGE_STRING "tmispell-voikko 0.6.1"
 
91
 
 
92
/* Define to the one symbol short name of this package. */
 
93
#define PACKAGE_TARNAME "tmispell-voikko"
 
94
 
 
95
/* Define to the version of this package. */
 
96
#define PACKAGE_VERSION "0.6.1"
 
97
 
 
98
/* Define to 1 if you have the ANSI C header files. */
 
99
#define STDC_HEADERS 1
 
100
 
 
101
/* Version number of package */
 
102
#define VERSION "0.6.1"