~ubuntu-branches/ubuntu/utopic/knutclient/utopic

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2009-03-30 09:29:30 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090330092930-fohi8lm9okac7mtl
Tags: 0.9.5-1
* New upstream release
* debian/rules: remove the empty TODO file from dh_installdocs
* debian/control: add a missing comma on Depends

Show diffs side-by-side

added added

removed removed

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