~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   the CoreFoundation framework. */
19
19
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
20
20
 
 
21
/* Define to 1 if you have the `clock_gettime' function. */
 
22
#undef HAVE_CLOCK_GETTIME
 
23
 
21
24
/* Define to 1 if you have the <curl/curl.h> header file. */
22
25
#undef HAVE_CURL_CURL_H
23
26
 
28
31
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29
32
#undef HAVE_DOPRNT
30
33
 
 
34
/* Define to 1 if you have the `dup2' function. */
 
35
#undef HAVE_DUP2
 
36
 
31
37
/* Define to 1 if you have the <fcntl.h> header file. */
32
38
#undef HAVE_FCNTL_H
33
39
 
34
40
/* Define to 1 if you have the `floor' function. */
35
41
#undef HAVE_FLOOR
36
42
 
 
43
/* Define to 1 if you have the `fork' function. */
 
44
#undef HAVE_FORK
 
45
 
37
46
/* Define to 1 if you have the `getcwd' function. */
38
47
#undef HAVE_GETCWD
39
48
 
40
49
/* Define to 1 if you have the `gethostbyname' function. */
41
50
#undef HAVE_GETHOSTBYNAME
42
51
 
 
52
/* Define to 1 if you have the `getpagesize' function. */
 
53
#undef HAVE_GETPAGESIZE
 
54
 
43
55
/* Define if the GNU gettext() function is already present or preinstalled. */
44
56
#undef HAVE_GETTEXT
45
57
 
 
58
/* Define to 1 if you have the `gettimeofday' function. */
 
59
#undef HAVE_GETTIMEOFDAY
 
60
 
46
61
/* Define to 1 if you have the <guichan.hpp> header file. */
47
62
#undef HAVE_GUICHAN_HPP
48
63
 
67
82
/* Define to 1 if you have the `guichan_sdl' library (-lguichan_sdl). */
68
83
#undef HAVE_LIBGUICHAN_SDL
69
84
 
 
85
/* Define to 1 if you have the <libintl.h> header file. */
 
86
#undef HAVE_LIBINTL_H
 
87
 
70
88
/* Define to 1 if you have the `physfs' library (-lphysfs). */
71
89
#undef HAVE_LIBPHYSFS
72
90
 
121
139
/* Define to 1 if you have the `z' library (-lz). */
122
140
#undef HAVE_LIBZ
123
141
 
 
142
/* Define to 1 if you have the <limits.h> header file. */
 
143
#undef HAVE_LIMITS_H
 
144
 
124
145
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
125
146
   to 0 otherwise. */
126
147
#undef HAVE_MALLOC
128
149
/* Define to 1 if you have the <malloc.h> header file. */
129
150
#undef HAVE_MALLOC_H
130
151
 
 
152
/* Define to 1 if you have the `memchr' function. */
 
153
#undef HAVE_MEMCHR
 
154
 
 
155
/* Define to 1 if you have the `memmove' function. */
 
156
#undef HAVE_MEMMOVE
 
157
 
131
158
/* Define to 1 if you have the <memory.h> header file. */
132
159
#undef HAVE_MEMORY_H
133
160
 
137
164
/* Define to 1 if you have the `mkdir' function. */
138
165
#undef HAVE_MKDIR
139
166
 
 
167
/* Define to 1 if you have a working `mmap' system call. */
 
168
#undef HAVE_MMAP
 
169
 
 
170
/* Define to 1 if you have the `munmap' function. */
 
171
#undef HAVE_MUNMAP
 
172
 
140
173
/* Define to 1 if you have the <netdb.h> header file. */
141
174
#undef HAVE_NETDB_H
142
175
 
146
179
/* Define to 1 if you have the <physfs.h> header file. */
147
180
#undef HAVE_PHYSFS_H
148
181
 
 
182
/* Define to 1 if you have the `pow' function. */
 
183
#undef HAVE_POW
 
184
 
 
185
/* Define to 1 if you have the `putenv' function. */
 
186
#undef HAVE_PUTENV
 
187
 
149
188
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
150
189
   and to 0 otherwise. */
151
190
#undef HAVE_REALLOC
152
191
 
 
192
/* Define to 1 if you have the `realpath' function. */
 
193
#undef HAVE_REALPATH
 
194
 
153
195
/* Define to 1 if you have the <SDL.h> header file. */
154
196
#undef HAVE_SDL_H
155
197
 
159
201
/* Define to 1 if you have the `select' function. */
160
202
#undef HAVE_SELECT
161
203
 
 
204
/* Define to 1 if you have the `setenv' function. */
 
205
#undef HAVE_SETENV
 
206
 
 
207
/* Define to 1 if you have the `setlocale' function. */
 
208
#undef HAVE_SETLOCALE
 
209
 
162
210
/* Define to 1 if you have the `socket' function. */
163
211
#undef HAVE_SOCKET
164
212
 
 
213
/* Define to 1 if you have the `sqrt' function. */
 
214
#undef HAVE_SQRT
 
215
 
165
216
/* Define to 1 if you have the <stdint.h> header file. */
166
217
#undef HAVE_STDINT_H
167
218
 
168
219
/* Define to 1 if you have the <stdlib.h> header file. */
169
220
#undef HAVE_STDLIB_H
170
221
 
 
222
/* Define to 1 if you have the `strchr' function. */
 
223
#undef HAVE_STRCHR
 
224
 
171
225
/* Define to 1 if you have the <strings.h> header file. */
172
226
#undef HAVE_STRINGS_H
173
227
 
174
228
/* Define to 1 if you have the <string.h> header file. */
175
229
#undef HAVE_STRING_H
176
230
 
 
231
/* Define to 1 if you have the <sys/param.h> header file. */
 
232
#undef HAVE_SYS_PARAM_H
 
233
 
177
234
/* Define to 1 if you have the <sys/select.h> header file. */
178
235
#undef HAVE_SYS_SELECT_H
179
236
 
183
240
/* Define to 1 if you have the <sys/stat.h> header file. */
184
241
#undef HAVE_SYS_STAT_H
185
242
 
 
243
/* Define to 1 if you have the <sys/time.h> header file. */
 
244
#undef HAVE_SYS_TIME_H
 
245
 
186
246
/* Define to 1 if you have the <sys/types.h> header file. */
187
247
#undef HAVE_SYS_TYPES_H
188
248
 
189
249
/* Define to 1 if you have the <unistd.h> header file. */
190
250
#undef HAVE_UNISTD_H
191
251
 
 
252
/* Define to 1 if you have the `vfork' function. */
 
253
#undef HAVE_VFORK
 
254
 
 
255
/* Define to 1 if you have the <vfork.h> header file. */
 
256
#undef HAVE_VFORK_H
 
257
 
192
258
/* Define to 1 if you have the `vprintf' function. */
193
259
#undef HAVE_VPRINTF
194
260
 
195
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
196
 
#undef NO_MINUS_C_MINUS_O
 
261
/* Define to 1 if you have the <wchar.h> header file. */
 
262
#undef HAVE_WCHAR_H
 
263
 
 
264
/* Define to 1 if `fork' works. */
 
265
#undef HAVE_WORKING_FORK
 
266
 
 
267
/* Define to 1 if `vfork' works. */
 
268
#undef HAVE_WORKING_VFORK
197
269
 
198
270
/* Name of package */
199
271
#undef PACKAGE
240
312
/* Version number of package */
241
313
#undef VERSION
242
314
 
 
315
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
 
316
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
317
   #define below would cause a syntax error. */
 
318
#undef _UINT32_T
 
319
 
 
320
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
 
321
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
322
   #define below would cause a syntax error. */
 
323
#undef _UINT8_T
 
324
 
 
325
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
326
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
327
#ifndef __cplusplus
 
328
#undef inline
 
329
#endif
 
330
 
 
331
/* Define to the type of a signed integer type of width exactly 16 bits if
 
332
   such a type exists and the standard includes do not define it. */
 
333
#undef int16_t
 
334
 
 
335
/* Define to the type of a signed integer type of width exactly 32 bits if
 
336
   such a type exists and the standard includes do not define it. */
 
337
#undef int32_t
 
338
 
 
339
/* Define to the type of a signed integer type of width exactly 64 bits if
 
340
   such a type exists and the standard includes do not define it. */
 
341
#undef int64_t
 
342
 
 
343
/* Define to the type of a signed integer type of width exactly 8 bits if such
 
344
   a type exists and the standard includes do not define it. */
 
345
#undef int8_t
 
346
 
243
347
/* Define to rpl_malloc if the replacement function should be used. */
244
348
#undef malloc
245
349
 
 
350
/* Define to `int' if <sys/types.h> does not define. */
 
351
#undef pid_t
 
352
 
246
353
/* Define to rpl_realloc if the replacement function should be used. */
247
354
#undef realloc
 
355
 
 
356
/* Define to `int' if <sys/types.h> does not define. */
 
357
#undef ssize_t
 
358
 
 
359
/* Define to the type of an unsigned integer type of width exactly 16 bits if
 
360
   such a type exists and the standard includes do not define it. */
 
361
#undef uint16_t
 
362
 
 
363
/* Define to the type of an unsigned integer type of width exactly 32 bits if
 
364
   such a type exists and the standard includes do not define it. */
 
365
#undef uint32_t
 
366
 
 
367
/* Define to the type of an unsigned integer type of width exactly 8 bits if
 
368
   such a type exists and the standard includes do not define it. */
 
369
#undef uint8_t
 
370
 
 
371
/* Define as `fork' if `vfork' does not work. */
 
372
#undef vfork