~ubuntu-branches/ubuntu/natty/lunar-applet/natty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Fok
  • Date: 2007-10-06 05:49:22 UTC
  • Revision ID: james.westby@ubuntu.com-20071006054922-01fgv0533z0c2331
Tags: upstream-1.6
ImportĀ upstreamĀ versionĀ 1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* always defined to indicate that i18n is enabled */
 
4
#undef ENABLE_NLS
 
5
 
 
6
/* Define the gettext package to be used */
 
7
#undef GETTEXT_PACKAGE
 
8
 
 
9
/* Define to 1 if you have the `alarm' function. */
 
10
#undef HAVE_ALARM
 
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
 
 
18
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
19
   */
 
20
#undef HAVE_DIRENT_H
 
21
 
 
22
/* Define to 1 if you have the <dlfcn.h> header file. */
 
23
#undef HAVE_DLFCN_H
 
24
 
 
25
/* Define if the GNU gettext() function is already present or preinstalled. */
 
26
#undef HAVE_GETTEXT
 
27
 
 
28
/* Define to 1 if you have the <inttypes.h> header file. */
 
29
#undef HAVE_INTTYPES_H
 
30
 
 
31
/* Define to 1 if you have the <langinfo.h> header file. */
 
32
#undef HAVE_LANGINFO_H
 
33
 
 
34
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
35
#undef HAVE_LC_MESSAGES
 
36
 
 
37
/* Defined when evolution-data-server libecal-1.2 and libedataserverui-1.2 are
 
38
   detected */
 
39
#undef HAVE_LIBECAL
 
40
 
 
41
/* Define to 1 if you have the <libintl.h> header file. */
 
42
#undef HAVE_LIBINTL_H
 
43
 
 
44
/* Define to 1 if you have the <locale.h> header file. */
 
45
#undef HAVE_LOCALE_H
 
46
 
 
47
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
48
   to 0 otherwise. */
 
49
#undef HAVE_MALLOC
 
50
 
 
51
/* Define to 1 if you have the <memory.h> header file. */
 
52
#undef HAVE_MEMORY_H
 
53
 
 
54
/* Define to 1 if you have the `memset' function. */
 
55
#undef HAVE_MEMSET
 
56
 
 
57
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
58
#undef HAVE_NDIR_H
 
59
 
 
60
/* Define to 1 if you have the `nl_langinfo' function. */
 
61
#undef HAVE_NL_LANGINFO
 
62
 
 
63
/* Define to 1 if you have the <stdint.h> header file. */
 
64
#undef HAVE_STDINT_H
 
65
 
 
66
/* Define to 1 if you have the <stdlib.h> header file. */
 
67
#undef HAVE_STDLIB_H
 
68
 
 
69
/* Define to 1 if you have the `strftime' function. */
 
70
#undef HAVE_STRFTIME
 
71
 
 
72
/* Define to 1 if you have the <strings.h> header file. */
 
73
#undef HAVE_STRINGS_H
 
74
 
 
75
/* Define to 1 if you have the <string.h> header file. */
 
76
#undef HAVE_STRING_H
 
77
 
 
78
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
79
   */
 
80
#undef HAVE_SYS_DIR_H
 
81
 
 
82
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
83
   */
 
84
#undef HAVE_SYS_NDIR_H
 
85
 
 
86
/* Define to 1 if you have the <sys/stat.h> header file. */
 
87
#undef HAVE_SYS_STAT_H
 
88
 
 
89
/* Define to 1 if you have the <sys/time.h> header file. */
 
90
#undef HAVE_SYS_TIME_H
 
91
 
 
92
/* Define to 1 if you have the <sys/types.h> header file. */
 
93
#undef HAVE_SYS_TYPES_H
 
94
 
 
95
/* Define to 1 if you have the <unistd.h> header file. */
 
96
#undef HAVE_UNISTD_H
 
97
 
 
98
/* Name of package */
 
99
#undef PACKAGE
 
100
 
 
101
/* Define to the address where bug reports for this package should be sent. */
 
102
#undef PACKAGE_BUGREPORT
 
103
 
 
104
/* Define to the full name of this package. */
 
105
#undef PACKAGE_NAME
 
106
 
 
107
/* Define to the full name and version of this package. */
 
108
#undef PACKAGE_STRING
 
109
 
 
110
/* Define to the one symbol short name of this package. */
 
111
#undef PACKAGE_TARNAME
 
112
 
 
113
/* Define to the version of this package. */
 
114
#undef PACKAGE_VERSION
 
115
 
 
116
/* Define to 1 if you have the ANSI C header files. */
 
117
#undef STDC_HEADERS
 
118
 
 
119
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
120
#undef TIME_WITH_SYS_TIME
 
121
 
 
122
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
 
123
#undef TM_IN_SYS_TIME
 
124
 
 
125
/* Version number of package */
 
126
#undef VERSION
 
127
 
 
128
/* Define to empty if `const' does not conform to ANSI C. */
 
129
#undef const
 
130
 
 
131
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
132
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
133
#ifndef __cplusplus
 
134
#undef inline
 
135
#endif
 
136
 
 
137
/* Define to rpl_malloc if the replacement function should be used. */
 
138
#undef malloc
 
139
 
 
140
/* Define to `int' if <sys/types.h> does not define. */
 
141
#undef ssize_t