-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.h.in
572 lines (407 loc) · 13.2 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* define if you have KTH Kerberos IV and AFS */
#undef AFS
/* Define to the type of elements in the array set by `getgroups'. Usually
this is either `int' or `gid_t'. */
#undef GETGROUPS_T
/* Use encrypted XDM authorization */
#undef HASXDMAUTH
/* Define if your Qt supports anti-aliasing */
#undef HAVE_AA
/* Define if you have the <Alib.h> header file. */
#undef HAVE_ALIB_H
/* You _must_ have bool */
#undef HAVE_BOOL
/* Define if you have cdparanoia */
#undef HAVE_CDPARANOIA
/* Defines if your system has the crypt function */
#undef HAVE_CRYPT
/* Define if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
/* Defines if you have CUPS (Common UNIX Printing System) */
#undef HAVE_CUPS
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
#undef HAVE_DIRENT_H
/* Define if you have DPMS support */
#undef HAVE_DPMS
/* Define if you have the <floatingpoint.h> header file. */
#undef HAVE_FLOATINGPOINT_H
/* Define if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
/* Define if you have the <fstab.h> header file. */
#undef HAVE_FSTAB_H
/* Define if you have getdomainname */
#undef HAVE_GETDOMAINNAME
/* Define if you have getdomainname prototype */
#undef HAVE_GETDOMAINNAME_PROTO
/* Define if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE
/* Define if you have the `getgroups' function. */
#undef HAVE_GETGROUPS
/* Define if you have gethostname */
#undef HAVE_GETHOSTNAME
/* Define if you have gethostname prototype */
#undef HAVE_GETHOSTNAME_PROTO
/* Define if you have the `getpt' function. */
#undef HAVE_GETPT
/* Define if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Defines if you have GL (Mesa, OpenGL, ...) */
#undef HAVE_GL
/* Define if you have the <GL/glut.h> header file. */
#undef HAVE_GL_GLUT_H
/* Define if you have the <GL/xmesa.h> header file. */
#undef HAVE_GL_XMESA_H
/* Define if you have the `grantpt' function. */
#undef HAVE_GRANTPT
/* Define if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
/* Define if you have the `initgroups' function. */
#undef HAVE_INITGROUPS
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if you have the <krb5/krb5.h> header file. */
#undef HAVE_KRB5_KRB5_H
/* define if libkrb has krb_life_to_time() */
#undef HAVE_KRB_LIFE_TO_TIME
/* Defines if you have Solaris' libkstat */
#undef HAVE_KSTAT
/* Define if you have lame */
#undef HAVE_LAME
/* Define if you have the <lastlog.h> header file. */
#undef HAVE_LASTLOG_H
/* Defines if you have libdevinfo of Solaris 7 or later */
#undef HAVE_LIBDEVINFO_H
/* Define if you have libjpeg */
#undef HAVE_LIBJPEG
/* Define if you have LDAP libraries */
#undef HAVE_LIBLDAP
/* Define if you have libpng */
#undef HAVE_LIBPNG
/* Define if you have the `smbclient' library (-lsmbclient). */
#undef HAVE_LIBSMBCLIENT
/* Define if you have libtiff */
#undef HAVE_LIBTIFF
/* Define if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H
/* Define if you have libz */
#undef HAVE_LIBZ
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <login_cap.h> header file. */
#undef HAVE_LOGIN_CAP_H
/* Define if the `long double' type works. */
#undef HAVE_LONG_DOUBLE
/* Define if you have long long as datatype */
#undef HAVE_LONG_LONG
/* Define if you have the <math.h> header file. */
#undef HAVE_MATH_H
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
/* Define if you have the <mntent.h> header file. */
#undef HAVE_MNTENT_H
/* Define if you have Motif installed */
#undef HAVE_MOTIF
/* Define if you have the <nan.h> header file. */
#undef HAVE_NAN_H
/* Define if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define if you have the `nice' function. */
#undef HAVE_NICE
/* Define if you have the `openpty' function. */
#undef HAVE_OPENPTY
/* Defines if you have PAM (Pluggable Authentication Modules) */
#undef HAVE_PAM
/* Define if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
/* Define if you have the `powl' function. */
#undef HAVE_POWL
/* Define if you have the `ptsname' function. */
#undef HAVE_PTSNAME
/* Define if you have the `pw_encrypt' function. */
#undef HAVE_PW_ENCRYPT
/* Define if you have random */
#undef HAVE_RANDOM
/* Define if you have the res_init function */
#undef HAVE_RES_INIT
/* Define if you have the <rpc/key_prot.h> header file. */
#undef HAVE_RPC_KEY_PROT_H
/* Define if you have the <rpc/rpc.h> header file. */
#undef HAVE_RPC_RPC_H
/* Define if you have the <sensors/sensors.h> header file. */
#undef HAVE_SENSORS_SENSORS_H
/* Define if you have the `setenv' function. */
#undef HAVE_SETENV
/* Define if you have the `seteuid' function. */
#undef HAVE_SETEUID
/* Define if you have the `setgroups' function. */
#undef HAVE_SETGROUPS
/* Define if you have the `setpgid' function. */
#undef HAVE_SETPGID
/* Define if you have the `setpriority' function. */
#undef HAVE_SETPRIORITY
/* Define if you have setupterm in -l(n)curses */
#undef HAVE_SETUPTERM
/* Define if you use shadow passwords */
#undef HAVE_SHADOW
/* Define if you have the `sigaction' function. */
#undef HAVE_SIGACTION
/* Define if you have the `sigset' function. */
#undef HAVE_SIGSET
/* Define if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
/* Define if you have the `socket' function. */
#undef HAVE_SOCKET
/* Define if you have the `sqrtl' function. */
#undef HAVE_SQRTL
/* If we are going to use OpenSSL */
#undef HAVE_SSL
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
/* Define if you have the struct ucred */
#undef HAVE_STRUCT_UCRED
/* Define if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <sys/mount.h> header file. */
#undef HAVE_SYS_MOUNT_H
/* Define if you have the <sys/m_wait.h> header file. */
#undef HAVE_SYS_M_WAIT_H
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_NDIR_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/stropts.h> header file. */
#undef HAVE_SYS_STROPTS_H
/* Define if you have the <sys/termios.h> header file. */
#undef HAVE_SYS_TERMIOS_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have the <sys/ucred.h> header file. */
#undef HAVE_SYS_UCRED_H
/* Define if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define if sys/stat.h declares S_ISSOCK. */
#undef HAVE_S_ISSOCK
/* C++ compiler supports template repository */
#undef HAVE_TEMPLATE_REPOSITORY
/* Define if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the `unlockpt' function. */
#undef HAVE_UNLOCKPT
/* Define if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
/* Define if you have the usleep function */
#undef HAVE_USLEEP
/* Define if you have the utempter helper for utmp managment */
#undef HAVE_UTEMPTER
/* Define if you have the <util.h> header file. */
#undef HAVE_UTIL_H
/* Define if you have the <vfork.h> header file. */
#undef HAVE_VFORK_H
/* Define if you have vorbis */
#undef HAVE_VORBIS
/* Define if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Define if you have the `vsyslog' function. */
#undef HAVE_VSYSLOG
/* Define if you have the `waitpid' function. */
#undef HAVE_WAITPID
/* Define if you want Xinerama support */
#undef HAVE_XINERAMA
/* Define if you have the XKB extension */
#undef HAVE_XKB
/* Define if you have XkbSetPerClientControls */
#undef HAVE_XKBSETPERCLIENTCONTROLS
/* Define if you have the XTest extension */
#undef HAVE_XTEST
/* Define if you have the `_IceTransNoListen' function. */
#undef HAVE__ICETRANSNOLISTEN
/* The PAM service to be used by kcheckpass */
#undef KCHECKPASS_PAM_SERVICE
/* Define a safe value for MAXPATHLEN */
#undef KDEMAXPATHLEN
/* KDE's binaries directory */
#undef KDE_BINDIR
/* KDE's configuration directory */
#undef KDE_CONFDIR
/* The PAM service to be used by kdm */
#undef KDM_PAM_SERVICE
/* define if you have Kerberos IV */
#undef KRB4
/* The PAM service to be used by kscreensaver */
#undef KSCREENSAVER_PAM_SERVICE
/* Name of package */
#undef PACKAGE
/* Define if your PAM support takes non-const arguments (Solaris) */
#undef PAM_MESSAGE_NONCONST
/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR
/* The size of a `char *', as computed by sizeof. */
#undef SIZEOF_CHAR_P
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define the file for utmp entries */
#undef UTMP
/* Define if you want to use utmp entries */
#undef UTMP_SUPPORT
/* Version number of package */
#undef VERSION
/* Define if your processor stores words with the most significant byte first
(like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Define where to find the X binaries */
#undef XBINDIR
/* Define where to find the X libraries */
#undef XLIBDIR
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Compatibility define */
#undef ksize_t
/* Define the real type of socklen_t */
#undef socklen_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* this is needed for Solaris and others */
#ifndef HAVE_GETDOMAINNAME_PROTO
#define HAVE_GETDOMAINNAME_PROTO
#ifdef __cplusplus
extern "C"
#endif
int getdomainname (char *Name, int Namelen);
#endif
#ifndef HAVE_GETHOSTNAME_PROTO
#define HAVE_GETHOSTNAME_PROTO
#ifdef __cplusplus
extern "C"
#endif
int gethostname (char *Name, int Namelen);
#endif
/*
* On HP-UX/Tru64, the declaration of vsnprintf() is needed every time !
*/
#if !defined(HAVE_VSNPRINTF) || defined(hpux) || defined(__osf__)
#define HAVE_VSNPRINTF
#if __STDC__
#include <stdarg.h>
#include <stdlib.h>
#else
#include <varargs.h>
#endif
#ifdef __cplusplus
extern "C"
#endif
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
#ifdef __cplusplus
extern "C"
#endif
int snprintf(char *str, size_t n, char const *fmt, ...);
#endif
#ifndef HAVE_SETENV
#define HAVE_SETENV
#ifdef __cplusplus
extern "C"
#endif
int setenv(const char *name, const char *value, int overwrite);
#endif
#ifndef HAVE_UNSETENV
#define HAVE_UNSETENV
#ifdef __cplusplus
extern "C"
#endif
int unsetenv(const char *name);
#endif
/*
* jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
* headers and I'm too lazy to write a configure test as long as only
* unixware is related
*/
#ifdef _UNIXWARE
#define HAVE_BOOLEAN
#endif
#if !defined(HAVE_SETEUID)
#define seteuid(_eu) setresuid(-1, _eu, -1)
#endif
#ifndef HAVE_S_ISSOCK
#define HAVE_S_ISSOCK
#define S_ISSOCK(mode) (1==0)
#endif
#ifdef __osf__
#ifndef OSF_INT32_DEFINED
#define OSF_INT32_DEFINED
typedef int int32_t;
#endif
#if __STDC__
#include <stdarg.h>
#include <stdlib.h>
#else
#include <varargs.h>
#endif
#ifdef __cplusplus
extern "C" char* getusershell(void);
extern "C" int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
extern "C" int snprintf(char *str, size_t n, char const *fmt, ...);
#else
extern char* getusershell(void);
int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
int snprintf(char *str, size_t n, char const *fmt, ...);
#endif
#ifndef HAVE_USLEEP /* usleep not defined in Tru64 */
#ifdef __cplusplus
extern "C" void usleep(unsigned int);
#else
void usleep(unsigned int);
#endif
#endif
#endif
/*
* AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
* that defines bzero.
*/
#if defined(_AIX)
#include <strings.h>
#endif
#if defined(__SVR4) && !defined(__svr4__)
#define __svr4__ 1
#endif