~ubuntu-branches/ubuntu/jaunty/bibletime/jaunty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Ralph Janke
  • Date: 2008-05-10 15:18:16 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080510151816-bqp8y1to705zd0fm
Tags: 1.6.5.1-1
* New upstream version (Closes: #441161, #271502)
* fixes for new autotools and gcc 4.3 (Closes: #407291)
* added poxml to Build-Depends
* No DFSG necessary anymore since biblestudy howto has 
  now Commons Licence 
* Added libclucene-dev to dev-depends (Closes: #436677)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* The type of your distribution */
 
4
#undef DISTRIBUTION
 
5
 
 
6
/* The version of your distribution */
 
7
#undef DISTRIBUTION_VERSION
 
8
 
 
9
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
 
10
#undef HAVE_CARBON_CARBON_H
 
11
 
 
12
/* Define if you have the CoreAudio API */
 
13
#undef HAVE_COREAUDIO
 
14
 
 
15
/* Define to 1 if you have the <crt_externs.h> header file. */
 
16
#undef HAVE_CRT_EXTERNS_H
 
17
 
 
18
/* Defines if your system has the crypt function */
 
19
#undef HAVE_CRYPT
 
20
 
 
21
/* Define to 1 if you have the <dlfcn.h> header file. */
 
22
#undef HAVE_DLFCN_H
 
23
 
 
24
/* Define to 1 if you have the <inttypes.h> header file. */
 
25
#undef HAVE_INTTYPES_H
 
26
 
 
27
/* Define if you have libjpeg */
 
28
#undef HAVE_LIBJPEG
 
29
 
 
30
/* Define if you have libpng */
 
31
#undef HAVE_LIBPNG
 
32
 
 
33
/* Define if you have a working libpthread (will enable threaded code) */
 
34
#undef HAVE_LIBPTHREAD
 
35
 
 
36
/* Define if you have libz */
 
37
#undef HAVE_LIBZ
 
38
 
 
39
/* Define to 1 if you have the <memory.h> header file. */
 
40
#undef HAVE_MEMORY_H
 
41
 
 
42
/* Define if your system needs _NSGetEnviron to set up the environment */
 
43
#undef HAVE_NSGETENVIRON
 
44
 
 
45
/* Define if you have res_init */
 
46
#undef HAVE_RES_INIT
 
47
 
 
48
/* Define if you have the res_init prototype */
 
49
#undef HAVE_RES_INIT_PROTO
 
50
 
 
51
/* Define if you have a STL implementation by SGI */
 
52
#undef HAVE_SGI_STL
 
53
 
 
54
/* Define to 1 if you have the `snprintf' function. */
 
55
#undef HAVE_SNPRINTF
 
56
 
 
57
/* Define to 1 if you have the <stdint.h> header file. */
 
58
#undef HAVE_STDINT_H
 
59
 
 
60
/* Define to 1 if you have the <stdlib.h> header file. */
 
61
#undef HAVE_STDLIB_H
 
62
 
 
63
/* Define to 1 if you have the <strings.h> header file. */
 
64
#undef HAVE_STRINGS_H
 
65
 
 
66
/* Define to 1 if you have the <string.h> header file. */
 
67
#undef HAVE_STRING_H
 
68
 
 
69
/* Define if you have strlcat */
 
70
#undef HAVE_STRLCAT
 
71
 
 
72
/* Define if you have the strlcat prototype */
 
73
#undef HAVE_STRLCAT_PROTO
 
74
 
 
75
/* Define if you have strlcpy */
 
76
#undef HAVE_STRLCPY
 
77
 
 
78
/* Define if you have the strlcpy prototype */
 
79
#undef HAVE_STRLCPY_PROTO
 
80
 
 
81
/* Define to 1 if you have the <sys/bitypes.h> header file. */
 
82
#undef HAVE_SYS_BITYPES_H
 
83
 
 
84
/* Define to 1 if you have the <sys/stat.h> header file. */
 
85
#undef HAVE_SYS_STAT_H
 
86
 
 
87
/* Define to 1 if you have the <sys/types.h> header file. */
 
88
#undef HAVE_SYS_TYPES_H
 
89
 
 
90
/* Define to 1 if you have the <unistd.h> header file. */
 
91
#undef HAVE_UNISTD_H
 
92
 
 
93
/* Define to 1 if you have the `vsnprintf' function. */
 
94
#undef HAVE_VSNPRINTF
 
95
 
 
96
/* Suffix for lib directories */
 
97
#undef KDELIBSUFF
 
98
 
 
99
/* Name of package */
 
100
#undef PACKAGE
 
101
 
 
102
/* Define to the address where bug reports for this package should be sent. */
 
103
#undef PACKAGE_BUGREPORT
 
104
 
 
105
/* Define to the full name of this package. */
 
106
#undef PACKAGE_NAME
 
107
 
 
108
/* Define to the full name and version of this package. */
 
109
#undef PACKAGE_STRING
 
110
 
 
111
/* Define to the one symbol short name of this package. */
 
112
#undef PACKAGE_TARNAME
 
113
 
 
114
/* Define to the version of this package. */
 
115
#undef PACKAGE_VERSION
 
116
 
 
117
/* The size of `char *', as computed by sizeof. */
 
118
#undef SIZEOF_CHAR_P
 
119
 
 
120
/* The size of `int', as computed by sizeof. */
 
121
#undef SIZEOF_INT
 
122
 
 
123
/* The size of `long', as computed by sizeof. */
 
124
#undef SIZEOF_LONG
 
125
 
 
126
/* The size of `short', as computed by sizeof. */
 
127
#undef SIZEOF_SHORT
 
128
 
 
129
/* The size of `size_t', as computed by sizeof. */
 
130
#undef SIZEOF_SIZE_T
 
131
 
 
132
/* The size of `unsigned long', as computed by sizeof. */
 
133
#undef SIZEOF_UNSIGNED_LONG
 
134
 
 
135
/* Define to 1 if you have the ANSI C header files. */
 
136
#undef STDC_HEADERS
 
137
 
 
138
/* Version number of package */
 
139
#undef VERSION
 
140
 
 
141
/* Defined if compiling without arts */
 
142
#undef WITHOUT_ARTS
 
143
 
 
144
/*
 
145
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
 
146
 * headers and I'm too lazy to write a configure test as long as only
 
147
 * unixware is related
 
148
 */
 
149
#ifdef _UNIXWARE
 
150
#define HAVE_BOOLEAN
 
151
#endif
 
152
 
 
153
 
 
154
 
 
155
/*
 
156
 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
 
157
 * that defines bzero.
 
158
 */
 
159
 
 
160
#if defined(_AIX)
 
161
#include <strings.h>
 
162
#endif
 
163
 
 
164
 
 
165
 
 
166
#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
 
167
# include <sys/time.h>
 
168
# include <crt_externs.h>
 
169
# define environ (*_NSGetEnviron())
 
170
#endif
 
171
 
 
172
 
 
173
 
 
174
#if !defined(HAVE_RES_INIT_PROTO)
 
175
#ifdef __cplusplus
 
176
extern "C" {
 
177
#endif
 
178
int res_init(void);
 
179
#ifdef __cplusplus
 
180
}
 
181
#endif
 
182
#endif
 
183
 
 
184
 
 
185
 
 
186
#if !defined(HAVE_STRLCAT_PROTO)
 
187
#ifdef __cplusplus
 
188
extern "C" {
 
189
#endif
 
190
unsigned long strlcat(char*, const char*, unsigned long);
 
191
#ifdef __cplusplus
 
192
}
 
193
#endif
 
194
#endif
 
195
 
 
196
 
 
197
 
 
198
#if !defined(HAVE_STRLCPY_PROTO)
 
199
#ifdef __cplusplus
 
200
extern "C" {
 
201
#endif
 
202
unsigned long strlcpy(char*, const char*, unsigned long);
 
203
#ifdef __cplusplus
 
204
}
 
205
#endif
 
206
#endif
 
207
 
 
208
 
 
209
 
 
210
/*
 
211
 * On HP-UX, the declaration of vsnprintf() is needed every time !
 
212
 */
 
213
 
 
214
#if !defined(HAVE_VSNPRINTF) || defined(hpux)
 
215
#if __STDC__
 
216
#include <stdarg.h>
 
217
#include <stdlib.h>
 
218
#else
 
219
#include <varargs.h>
 
220
#endif
 
221
#ifdef __cplusplus
 
222
extern "C"
 
223
#endif
 
224
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
 
225
#ifdef __cplusplus
 
226
extern "C"
 
227
#endif
 
228
int snprintf(char *str, size_t n, char const *fmt, ...);
 
229
#endif
 
230
 
 
231
 
 
232
 
 
233
#if defined(__SVR4) && !defined(__svr4__)
 
234
#define __svr4__ 1
 
235
#endif
 
236
 
 
237
 
 
238
/* type to use in place of socklen_t if not defined */
 
239
#undef kde_socklen_t
 
240
 
 
241
/* type to use in place of socklen_t if not defined (deprecated, use
 
242
   kde_socklen_t) */
 
243
#undef ksize_t