~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080617134654-2y5m7ki93r5c1ysf
Tags: upstream-1.0.9~rc3
ImportĀ upstreamĀ versionĀ 1.0.9~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/* Enable BackChannel communication */
7
7
#undef BACKCHANNEL
8
8
 
9
 
/* Compile platform-specific code for Linux */
10
 
#undef COMPILE_LINUX
11
 
 
12
 
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
13
 
   systems. This function is required for `alloca.c' support on those systems.
14
 
   */
15
 
#undef CRAY_STACKSEG_END
16
 
 
17
 
/* Define to 1 if using `alloca.c'. */
18
 
#undef C_ALLOCA
19
 
 
20
 
/* Define to 1 if you have `alloca', as a function or macro. */
21
 
#undef HAVE_ALLOCA
22
 
 
23
 
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24
 
   */
25
 
#undef HAVE_ALLOCA_H
 
9
/* Build iTALC for Linux */
 
10
#undef BUILD_LINUX
 
11
 
 
12
/* Build iTALC for Win32 */
 
13
#undef BUILD_WIN32
 
14
 
 
15
/* enable debugging */
 
16
#undef ENABLE_DEBUG
 
17
 
 
18
/* work around when write() returns ENOENT but does not mean it */
 
19
#undef ENOENT_WORKAROUND
26
20
 
27
21
/* Define to 1 if you have the <arpa/inet.h> header file. */
28
22
#undef HAVE_ARPA_INET_H
29
23
 
 
24
/* Avahi/mDNS client build environment present */
 
25
#undef HAVE_AVAHI
 
26
 
 
27
/* Define to 1 if you have the `crypt' function. */
 
28
#undef HAVE_CRYPT
 
29
 
 
30
/* Define to 1 if you have the <dlfcn.h> header file. */
 
31
#undef HAVE_DLFCN_H
 
32
 
30
33
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
31
34
#undef HAVE_DOPRNT
32
35
 
 
36
/* DPMS extension build environment present */
 
37
#undef HAVE_DPMS
 
38
 
 
39
/* Define to 1 if you have the openssl/dsa.h header file. */
 
40
#undef HAVE_DSA_H
 
41
 
33
42
/* Define to 1 if you have the `dup2' function. */
34
43
#undef HAVE_DUP2
35
44
 
 
45
/* Define to 1 if you have the <errno.h> header file. */
 
46
#undef HAVE_ERRNO_H
 
47
 
 
48
/* FBPM extension build environment present */
 
49
#undef HAVE_FBPM
 
50
 
36
51
/* Define to 1 if you have the <fcntl.h> header file. */
37
52
#undef HAVE_FCNTL_H
38
53
 
42
57
/* Define to 1 if you have the `fork' function. */
43
58
#undef HAVE_FORK
44
59
 
 
60
/* Define to 1 if you have the `ftime' function. */
 
61
#undef HAVE_FTIME
 
62
 
 
63
/* Define to 1 if you have the `geteuid' function. */
 
64
#undef HAVE_GETEUID
 
65
 
45
66
/* Define to 1 if you have the `gethostbyname' function. */
46
67
#undef HAVE_GETHOSTBYNAME
47
68
 
48
69
/* Define to 1 if you have the `gethostname' function. */
49
70
#undef HAVE_GETHOSTNAME
50
71
 
 
72
/* Define to 1 if you have the `getpwnam' function. */
 
73
#undef HAVE_GETPWNAM
 
74
 
 
75
/* Define to 1 if you have the `getpwuid' function. */
 
76
#undef HAVE_GETPWUID
 
77
 
 
78
/* Define to 1 if you have the `getspnam' function. */
 
79
#undef HAVE_GETSPNAM
 
80
 
51
81
/* Define to 1 if you have the `gettimeofday' function. */
52
82
#undef HAVE_GETTIMEOFDAY
53
83
 
 
84
/* Define to 1 if you have the `getuid' function. */
 
85
#undef HAVE_GETUID
 
86
 
 
87
/* Define to 1 if you have the `grantpt' function. */
 
88
#undef HAVE_GRANTPT
 
89
 
54
90
/* Define to 1 if you have the `inet_ntoa' function. */
55
91
#undef HAVE_INET_NTOA
56
92
 
 
93
/* Define to 1 if you have the `initgroups' function. */
 
94
#undef HAVE_INITGROUPS
 
95
 
57
96
/* Define to 1 if you have the <inttypes.h> header file. */
58
97
#undef HAVE_INTTYPES_H
59
98
 
60
 
/* Define to 1 if you have the `jpeg' library (-ljpeg). */
 
99
/* IRIX XReadDisplay available */
 
100
#undef HAVE_IRIX_XREADDISPLAY
 
101
 
 
102
/* Define to 1 if you have jpeglib.h header file. */
 
103
#undef HAVE_JPEGLIB_H
 
104
 
 
105
/* libcrypt library present */
 
106
#undef HAVE_LIBCRYPT
 
107
 
 
108
/* Define to 1 if you have the `cygipc' library (-lcygipc). */
 
109
#undef HAVE_LIBCYGIPC
 
110
 
 
111
/* libjpeg present */
61
112
#undef HAVE_LIBJPEG
62
113
 
63
114
/* Define to 1 if you have the `nsl' library (-lnsl). */
69
120
/* Define to 1 if you have the `socket' library (-lsocket). */
70
121
#undef HAVE_LIBSOCKET
71
122
 
72
 
/* Enable support for security via OpenSSL */
 
123
/* openssl libssl present */
73
124
#undef HAVE_LIBSSL
74
125
 
75
 
/* Define to 1 if you have the `Xaw' library (-lXaw). */
76
 
#undef HAVE_LIBXAW
 
126
/* XDAMAGE extension build environment present */
 
127
#undef HAVE_LIBXDAMAGE
 
128
 
 
129
/* XFIXES extension build environment present */
 
130
#undef HAVE_LIBXFIXES
77
131
 
78
132
/* XINERAMA extension build environment present */
79
133
#undef HAVE_LIBXINERAMA
80
134
 
81
 
/* Define to 1 if you have the `z' library (-lz). */
 
135
/* XRANDR extension build environment present */
 
136
#undef HAVE_LIBXRANDR
 
137
 
 
138
/* DEC-XTRAP extension build environment present */
 
139
#undef HAVE_LIBXTRAP
 
140
 
 
141
/* libz present */
82
142
#undef HAVE_LIBZ
83
143
 
84
144
/* Define to 1 if you have the <limits.h> header file. */
85
145
#undef HAVE_LIMITS_H
86
146
 
87
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
88
 
   to 0 otherwise. */
89
 
#undef HAVE_MALLOC
 
147
/* linux fb device build environment present */
 
148
#undef HAVE_LINUX_FB_H
 
149
 
 
150
/* linux/input.h present */
 
151
#undef HAVE_LINUX_INPUT_H
 
152
 
 
153
/* linux uinput device build environment present */
 
154
#undef HAVE_LINUX_UINPUT_H
 
155
 
 
156
/* video4linux build environment present */
 
157
#undef HAVE_LINUX_VIDEODEV_H
 
158
 
 
159
/* build MacOS X native display support */
 
160
#undef HAVE_MACOSX_NATIVE_DISPLAY
 
161
 
 
162
/* Define to 1 if you have the `memcmp' function. */
 
163
#undef HAVE_MEMCMP
 
164
 
 
165
/* Define to 1 if you have the `memcpy' function. */
 
166
#undef HAVE_MEMCPY
90
167
 
91
168
/* Define to 1 if you have the `memmove' function. */
92
169
#undef HAVE_MEMMOVE
97
174
/* Define to 1 if you have the `memset' function. */
98
175
#undef HAVE_MEMSET
99
176
 
100
 
/* Define to 1 if you have the `mkdir' function. */
101
 
#undef HAVE_MKDIR
 
177
/* Define to 1 if you have the `mkfifo' function. */
 
178
#undef HAVE_MKFIFO
 
179
 
 
180
/* Define to 1 if you have the `mmap' function. */
 
181
#undef HAVE_MMAP
102
182
 
103
183
/* Define to 1 if you have the <netdb.h> header file. */
104
184
#undef HAVE_NETDB_H
106
186
/* Define to 1 if you have the <netinet/in.h> header file. */
107
187
#undef HAVE_NETINET_IN_H
108
188
 
109
 
/* Define to 1 if you have the <netinet/tcp.h> header file. */
110
 
#undef HAVE_NETINET_TCP_H
111
 
 
112
189
/* Define to 1 if you have the `pow' function. */
113
190
#undef HAVE_POW
114
191
 
115
192
/* Define to 1 if you have the `putenv' function. */
116
193
#undef HAVE_PUTENV
117
194
 
118
 
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
119
 
   and to 0 otherwise. */
120
 
#undef HAVE_REALLOC
 
195
/* Define to 1 if you have the <pwd.h> header file. */
 
196
#undef HAVE_PWD_H
121
197
 
122
 
/* Define to 1 if you have the openssl/rsa.h header file. */
123
 
#undef HAVE_RSA_H
 
198
/* RECORD extension build environment present */
 
199
#undef HAVE_RECORD
124
200
 
125
201
/* Define to 1 if you have the `select' function. */
126
202
#undef HAVE_SELECT
127
203
 
 
204
/* Define to 1 if you have the `seteuid' function. */
 
205
#undef HAVE_SETEUID
 
206
 
 
207
/* Define to 1 if you have the `setpgrp' function. */
 
208
#undef HAVE_SETPGRP
 
209
 
128
210
/* Define to 1 if you have the `setsid' function. */
129
211
#undef HAVE_SETSID
130
212
 
 
213
/* Define to 1 if you have the `setutxent' function. */
 
214
#undef HAVE_SETUTXENT
 
215
 
131
216
/* Define to 1 if you have the `socket' function. */
132
217
#undef HAVE_SOCKET
133
218
 
 
219
/* Solaris XReadScreen available */
 
220
#undef HAVE_SOLARIS_XREADSCREEN
 
221
 
134
222
/* Define to 1 if `stat' has the bug that it succeeds when given the
135
223
   zero-length file name argument. */
136
224
#undef HAVE_STAT_EMPTY_STRING_BUG
137
225
 
 
226
/* Define to 1 if stdbool.h conforms to C99. */
 
227
#undef HAVE_STDBOOL_H
 
228
 
138
229
/* Define to 1 if you have the <stdint.h> header file. */
139
230
#undef HAVE_STDINT_H
140
231
 
144
235
/* Define to 1 if you have the `strchr' function. */
145
236
#undef HAVE_STRCHR
146
237
 
147
 
/* Define to 1 if you have the `strcspn' function. */
148
 
#undef HAVE_STRCSPN
149
 
 
150
238
/* Define to 1 if you have the `strdup' function. */
151
239
#undef HAVE_STRDUP
152
240
 
162
250
/* Define to 1 if you have the <string.h> header file. */
163
251
#undef HAVE_STRING_H
164
252
 
165
 
/* Define to 1 if you have the `strncasecmp' function. */
166
 
#undef HAVE_STRNCASECMP
167
 
 
168
253
/* Define to 1 if you have the `strpbrk' function. */
169
254
#undef HAVE_STRPBRK
170
255
 
171
256
/* Define to 1 if you have the `strrchr' function. */
172
257
#undef HAVE_STRRCHR
173
258
 
174
 
/* Define to 1 if you have the `strspn' function. */
175
 
#undef HAVE_STRSPN
176
 
 
177
259
/* Define to 1 if you have the `strstr' function. */
178
260
#undef HAVE_STRSTR
179
261
 
183
265
/* Define to 1 if you have the <sys/ioctl.h> header file. */
184
266
#undef HAVE_SYS_IOCTL_H
185
267
 
186
 
/* Define to 1 if you have the <sys/select.h> header file. */
187
 
#undef HAVE_SYS_SELECT_H
188
 
 
189
268
/* Define to 1 if you have the <sys/socket.h> header file. */
190
269
#undef HAVE_SYS_SOCKET_H
191
270
 
204
283
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
205
284
#undef HAVE_SYS_WAIT_H
206
285
 
 
286
/* Define to 1 if you have the <time.h> header file. */
 
287
#undef HAVE_TIME_H
 
288
 
207
289
/* Define to 1 if you have the `uname' function. */
208
290
#undef HAVE_UNAME
209
291
 
210
292
/* Define to 1 if you have the <unistd.h> header file. */
211
293
#undef HAVE_UNISTD_H
212
294
 
 
295
/* Define to 1 if you have the <utmpx.h> header file. */
 
296
#undef HAVE_UTMPX_H
 
297
 
213
298
/* Define to 1 if you have the `vfork' function. */
214
299
#undef HAVE_VFORK
215
300
 
219
304
/* Define to 1 if you have the `vprintf' function. */
220
305
#undef HAVE_VPRINTF
221
306
 
 
307
/* Define to 1 if you have the `waitpid' function. */
 
308
#undef HAVE_WAITPID
 
309
 
222
310
/* Define to 1 if `fork' works. */
223
311
#undef HAVE_WORKING_FORK
224
312
 
225
313
/* Define to 1 if `vfork' works. */
226
314
#undef HAVE_WORKING_VFORK
227
315
 
 
316
/* X11 build environment present */
 
317
#undef HAVE_X11
 
318
 
228
319
/* XKEYBOARD extension build environment present */
229
320
#undef HAVE_XKEYBOARD
230
321
 
 
322
/* MIT-SHM extension build environment present */
 
323
#undef HAVE_XSHM
 
324
 
 
325
/* XTEST extension build environment present */
 
326
#undef HAVE_XTEST
 
327
 
 
328
/* XTEST extension has XTestGrabControl */
 
329
#undef HAVE_XTESTGRABCONTROL
 
330
 
 
331
/* Define to 1 if you have zlib.h header file. */
 
332
#undef HAVE_ZLIB_H
 
333
 
 
334
/* Define to 1 if the system has the type `_Bool'. */
 
335
#undef HAVE__BOOL
 
336
 
231
337
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
232
338
   slash. */
233
339
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
234
340
 
 
341
/* Need a typedef for in_addr_t */
 
342
#undef NEED_INADDR_T
 
343
 
235
344
/* Name of package */
236
345
#undef PACKAGE
237
346
 
250
359
/* Define to the version of this package. */
251
360
#undef PACKAGE_VERSION
252
361
 
253
 
/* Define to 1 if your ping knows option -W */
254
 
#undef PING_KNOWS_OPTION_BIG_W
255
 
 
256
 
/* Define to 1 if your ping knows option -w */
257
 
#undef PING_KNOWS_OPTION_W
258
 
 
259
 
/* Define as the return type of signal handlers (`int' or `void'). */
260
 
#undef RETSIGTYPE
261
 
 
262
 
/* Define to the type of arg 1 for `select'. */
263
 
#undef SELECT_TYPE_ARG1
264
 
 
265
 
/* Define to the type of args 2, 3 and 4 for `select'. */
266
 
#undef SELECT_TYPE_ARG234
267
 
 
268
 
/* Define to the type of arg 5 for `select'. */
269
 
#undef SELECT_TYPE_ARG5
270
 
 
271
 
/* If using the C implementation of alloca, define if you know the
272
 
   direction of stack growth for your system; otherwise it will be
273
 
   automatically deduced at run-time.
274
 
        STACK_DIRECTION > 0 => grows toward higher addresses
275
 
        STACK_DIRECTION < 0 => grows toward lower addresses
276
 
        STACK_DIRECTION = 0 => direction of growth unknown */
277
 
#undef STACK_DIRECTION
 
362
/* The number of bytes in type char */
 
363
#undef SIZEOF_CHAR
 
364
 
 
365
/* The number of bytes in type int */
 
366
#undef SIZEOF_INT
 
367
 
 
368
/* The number of bytes in type long */
 
369
#undef SIZEOF_LONG
 
370
 
 
371
/* The size of `long long', as computed by sizeof. */
 
372
#undef SIZEOF_LONG_LONG
 
373
 
 
374
/* The size of `ptrdiff_t', as computed by sizeof. */
 
375
#undef SIZEOF_PTRDIFF_T
 
376
 
 
377
/* The number of bytes in type short */
 
378
#undef SIZEOF_SHORT
 
379
 
 
380
/* The size of `size_t', as computed by sizeof. */
 
381
#undef SIZEOF_SIZE_T
 
382
 
 
383
/* The number of bytes in type void* */
 
384
#undef SIZEOF_VOIDP
 
385
 
 
386
/* The size of `void *', as computed by sizeof. */
 
387
#undef SIZEOF_VOID_P
 
388
 
 
389
/* The size of `__int64', as computed by sizeof. */
 
390
#undef SIZEOF___INT64
278
391
 
279
392
/* Define to 1 if you have the ANSI C header files. */
280
393
#undef STDC_HEADERS
282
395
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
283
396
#undef TIME_WITH_SYS_TIME
284
397
 
285
 
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
286
 
#undef TM_IN_SYS_TIME
287
 
 
288
398
/* Version number of package */
289
399
#undef VERSION
290
400
 
291
 
/* Defined if on Win32 platform */
 
401
/* Build iTALC for Win32 */
292
402
#undef WIN32
293
403
 
 
404
/* Disable TightVNCFileTransfer protocol */
 
405
#undef WITH_TIGHTVNC_FILETRANSFER
 
406
 
294
407
/* Define to 1 if your processor stores words with the most significant byte
295
408
   first (like Motorola and SPARC, unlike Intel and VAX). */
296
409
#undef WORDS_BIGENDIAN
301
414
/* Define to empty if `const' does not conform to ANSI C. */
302
415
#undef const
303
416
 
304
 
/* Define to `int' if <sys/types.h> doesn't define. */
305
 
#undef gid_t
306
 
 
307
417
/* Define to `__inline__' or `__inline' if that's what the C compiler
308
418
   calls it, or to nothing if 'inline' is not supported under any name.  */
309
419
#ifndef __cplusplus
310
420
#undef inline
311
421
#endif
312
422
 
313
 
/* Define to rpl_malloc if the replacement function should be used. */
314
 
#undef malloc
315
 
 
316
 
/* Define to `long' if <sys/types.h> does not define. */
 
423
/* Define to `long int' if <sys/types.h> does not define. */
317
424
#undef off_t
318
425
 
319
426
/* Define to `int' if <sys/types.h> does not define. */
320
427
#undef pid_t
321
428
 
322
 
/* Define to rpl_realloc if the replacement function should be used. */
323
 
#undef realloc
 
429
/* Define to `long' if <sys/types.h> does not define. */
 
430
#undef ptrdiff_t
324
431
 
325
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
432
/* Define to `unsigned int' if <sys/types.h> does not define. */
326
433
#undef size_t
327
434
 
328
 
/* Define to `int' if <sys/types.h> doesn't define. */
329
 
#undef uid_t
 
435
/* The type for socklen */
 
436
#undef socklen_t
330
437
 
331
438
/* Define as `fork' if `vfork' does not work. */
332
439
#undef vfork
333
 
 
334
 
/* Define to empty if the keyword `volatile' does not work. Warning: valid
335
 
   code using `volatile' can become incorrect without. Disable with care. */
336
 
#undef volatile