~ubuntu-branches/ubuntu/oneiric/almanah/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-04-18 16:21:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110418162136-l0ik4snrl420srer
Tags: 0.8.0-1
* New upstream release
* Temporarily remove evolution support in unstable
* Disable AM_GCONF_SOURCE_2 macro to fix ftbfs in unstable
  - debian/patches/disable_am_gconf_source_2
  - Build-Depends on dh-autoreconf
  - Use --with autoreconf in rules
* debian/control:
  - Build-Depends on libgtk-3-dev
* debian/rules:
  - Remove unnecessary override_dh_auto_install
* debian/copyright:
  - Update copyright years
  - Update license stanza
* Bump Standards-Version to 3.9.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/* Define if you want database encryption support */
7
7
#undef ENABLE_ENCRYPTION
8
8
 
9
 
/* always defined to indicate that i18n is enabled */
10
 
#undef ENABLE_NLS
11
 
 
12
9
/* Define if you want spell checking support */
13
10
#undef ENABLE_SPELL_CHECKING
14
11
 
15
12
/* Define to the Gettext package name */
16
13
#undef GETTEXT_PACKAGE
17
14
 
18
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
19
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
20
 
 
21
 
/* Define to 1 if you have the `dcgettext' function. */
22
 
#undef HAVE_DCGETTEXT
 
15
/* Define to 1 if you have the `alarm' function. */
 
16
#undef HAVE_ALARM
23
17
 
24
18
/* Define to 1 if you have the <dlfcn.h> header file. */
25
19
#undef HAVE_DLFCN_H
27
21
/* Defined if libecal-1.2 is installed */
28
22
#undef HAVE_EVO
29
23
 
30
 
/* Define if the GNU gettext() function is already present or preinstalled. */
31
 
#undef HAVE_GETTEXT
32
 
 
33
24
/* Define to 1 if you have the <inttypes.h> header file. */
34
25
#undef HAVE_INTTYPES_H
35
26
 
36
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
37
 
#undef HAVE_LC_MESSAGES
38
 
 
39
 
/* Define to 1 if you have the <locale.h> header file. */
40
 
#undef HAVE_LOCALE_H
 
27
/* Define to 1 if you have the <libintl.h> header file. */
 
28
#undef HAVE_LIBINTL_H
41
29
 
42
30
/* Define to 1 if you have the <memory.h> header file. */
43
31
#undef HAVE_MEMORY_H
57
45
/* Define to 1 if you have the <sys/stat.h> header file. */
58
46
#undef HAVE_SYS_STAT_H
59
47
 
 
48
/* Define to 1 if you have the <sys/time.h> header file. */
 
49
#undef HAVE_SYS_TIME_H
 
50
 
60
51
/* Define to 1 if you have the <sys/types.h> header file. */
61
52
#undef HAVE_SYS_TYPES_H
62
53
 
88
79
/* Define to the one symbol short name of this package. */
89
80
#undef PACKAGE_TARNAME
90
81
 
 
82
/* Define to the home page for this package. */
 
83
#undef PACKAGE_URL
 
84
 
91
85
/* Define to the version of this package. */
92
86
#undef PACKAGE_VERSION
93
87
 
94
88
/* Define to 1 if you have the ANSI C header files. */
95
89
#undef STDC_HEADERS
96
90
 
 
91
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
92
#undef TIME_WITH_SYS_TIME
 
93
 
97
94
/* Enable extensions on AIX 3, Interix.  */
98
95
#ifndef _ALL_SOURCE
99
96
# undef _ALL_SOURCE
128
125
 
129
126
/* Define to 1 if you need to in order for `stat' and other things to work. */
130
127
#undef _POSIX_SOURCE
 
128
 
 
129
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
130
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
131
#ifndef __cplusplus
 
132
#undef inline
 
133
#endif
 
134
 
 
135
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
136
#undef size_t