File: config.h.in

package info (click to toggle)
objfw 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,648 kB
  • sloc: objc: 101,396; asm: 5,083; sh: 4,094; makefile: 1,576; ansic: 709; xml: 367; pascal: 215
file content (619 lines) | stat: -rw-r--r-- 15,457 bytes parent folder | download
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Define to 1 if you have the 'accept4' function. */
#undef HAVE_ACCEPT4

/* Define to 1 if you have the <afunix.h> header file. */
#undef HAVE_AFUNIX_H

/* Define to 1 if you have the 'arc4random' function. */
#undef HAVE_ARC4RANDOM

/* Define to 1 if you have the 'arc4random_buf' function. */
#undef HAVE_ARC4RANDOM_BUF

/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

/* Whether we have asprintf() */
#undef HAVE_ASPRINTF

/* Define to 1 if you have the 'asprintf_l' function. */
#undef HAVE_ASPRINTF_L

/* Whether we have blx */
#undef HAVE_BLX

/* Whether we have bti */
#undef HAVE_BTI

/* Define to 1 if you have the <cet.h> header file. */
#undef HAVE_CET_H

/* Define to 1 if you have the 'clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME

/* Whether we have support for Codepage 437 */
#undef HAVE_CODEPAGE_437

/* Whether we have support for Codepage 850 */
#undef HAVE_CODEPAGE_850

/* Whether we have support for Codepage 852 */
#undef HAVE_CODEPAGE_852

/* Whether we have support for Codepage 858 */
#undef HAVE_CODEPAGE_858

/* Define to 1 if you have the <complex.h> header file. */
#undef HAVE_COMPLEX_H

/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H

/* Define to 1 if you have the 'dladdr' function. */
#undef HAVE_DLADDR

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the 'dup2' function. */
#undef HAVE_DUP2

/* Whether we have epoll */
#undef HAVE_EPOLL

/* Define to 1 if you have the 'epoll_create' function. */
#undef HAVE_EPOLL_CREATE

/* Define to 1 if you have the 'epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1

/* Define to 1 if you have the 'execvp' function. */
#undef HAVE_EXECVP

/* Define to 1 if you have the 'fcntl' function. */
#undef HAVE_FCNTL

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the 'getpeereid' function. */
#undef HAVE_GETPEEREID

/* Define to 1 if you have the 'getrandom' function. */
#undef HAVE_GETRANDOM

/* Define to 1 if you have the 'gmtime_r' function. */
#undef HAVE_GMTIME_R

/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H

/* Define to 1 if you have the 'if_indextoname' function. */
#undef HAVE_IF_INDEXTONAME

/* Define to 1 if you have the 'if_nameindex' function. */
#undef HAVE_IF_NAMEINDEX

/* Define to 1 if you have the 'if_nametoindex' function. */
#undef HAVE_IF_NAMETOINDEX

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the 'ioctl' function. */
#undef HAVE_IOCTL

/* Define to 1 if you have the 'isatty' function. */
#undef HAVE_ISATTY

/* Whether we have support for ISO 8859-15 */
#undef HAVE_ISO_8859_15

/* Whether we have support for ISO 8859-2 */
#undef HAVE_ISO_8859_2

/* Whether we have support for ISO 8859-3 */
#undef HAVE_ISO_8859_3

/* Define to 1 if you have the 'kill' function. */
#undef HAVE_KILL

/* Whether we have support for KOI8-R */
#undef HAVE_KOI8_R

/* Whether we have support for KOI8-U */
#undef HAVE_KOI8_U

/* Whether we have kqueue */
#undef HAVE_KQUEUE

/* Define to 1 if you have the 'kqueue1' function. */
#undef HAVE_KQUEUE1

/* Define to 1 if you have the 'localtime_r' function. */
#undef HAVE_LOCALTIME_R

/* Define to 1 if you have the 'lseek64' function. */
#undef HAVE_LSEEK64

/* Define to 1 if you have the 'lstat' function. */
#undef HAVE_LSTAT

/* Define to 1 if you have the 'lstat64' function. */
#undef HAVE_LSTAT64

/* Define to 1 if you have the 'lutimes' function. */
#undef HAVE_LUTIMES

/* Whether we have support for Mac Roman encoding */
#undef HAVE_MAC_ROMAN

/* Define to 1 if you have the 'mlock' function. */
#undef HAVE_MLOCK

/* Define to 1 if you have the 'mmap' function. */
#undef HAVE_MMAP

/* Define to 1 if you have the 'nanosleep' function. */
#undef HAVE_NANOSLEEP

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* Define to 1 if you have the <net/if_arp.h> header file. */
#undef HAVE_NET_IF_ARP_H

/* Define to 1 if you have the <net/if_dl.h> header file. */
#undef HAVE_NET_IF_DL_H

/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H

/* Define to 1 if you have the <net/if_types.h> header file. */
#undef HAVE_NET_IF_TYPES_H

/* Define to 1 if you have the 'objc_retain' function. */
#undef HAVE_OBJC_RETAIN

/* Define to 1 if you have the 'objc_setAssociatedObject' function. */
#undef HAVE_OBJC_SETASSOCIATEDOBJECT

/* Define to 1 if you have the 'open64' function. */
#undef HAVE_OPEN64

/* Define to 1 if you have the 'paccept' function. */
#undef HAVE_PACCEPT

/* Whether we have poll() */
#undef HAVE_POLL

/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

/* Define to 1 if you have the 'posix_spawnp' function. */
#undef HAVE_POSIX_SPAWNP

/* Define to 1 if you have the 'pthread_attr_getschedpolicy' function. */
#undef HAVE_PTHREAD_ATTR_GETSCHEDPOLICY

/* Whether we have pthread_attr_setinheritsched */
#undef HAVE_PTHREAD_ATTR_SETINHERITSCHED

/* Define to 1 if you have the <pthread_np.h> header file. */
#undef HAVE_PTHREAD_NP_H

/* Define to 1 if you have the 'pthread_setname_np' function. */
#undef HAVE_PTHREAD_SETNAME_NP

/* Define to 1 if you have the 'pthread_set_name_np' function. */
#undef HAVE_PTHREAD_SET_NAME_NP

/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H

/* Define to 1 if you have the 'random' function. */
#undef HAVE_RANDOM

/* Define to 1 if you have the <Security/SecureTransport.h> header file. */
#undef HAVE_SECURITY_SECURETRANSPORT_H

/* Whether we have select() or similar */
#undef HAVE_SELECT

/* Define to 1 if you have the <spawn.h> header file. */
#undef HAVE_SPAWN_H

/* Define to 1 if you have the 'SSLCreateContext' function. */
#undef HAVE_SSLCREATECONTEXT

/* Define to 1 if you have the 'stat64' function. */
#undef HAVE_STAT64

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the 'strerror_r' function. */
#undef HAVE_STRERROR_R

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the 'strtod_l' function. */
#undef HAVE_STRTOD_L

/* Define to 1 if you have the 'strtof' function. */
#undef HAVE_STRTOF

/* Define to 1 if you have the 'strtof_l' function. */
#undef HAVE_STRTOF_L

/* Define to 1 if 'ifr_hwaddr' is a member of 'struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_HWADDR

/* Define to 1 if the system has the type 'struct lifconf'. */
#undef HAVE_STRUCT_LIFCONF

/* Define to 1 if the system has the type 'struct sockaddr_dl'. */
#undef HAVE_STRUCT_SOCKADDR_DL

/* Define to 1 if 'sa_len' is a member of 'struct sockaddr'. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN

/* Define to 1 if 'sun_len' is a member of 'struct sockaddr_un'. */
#undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN

/* Define to 1 if 'st_birthtime' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME

/* Define to 1 if you have the 'sysconf' function. */
#undef HAVE_SYSCONF

/* Define to 1 if you have the <sysdir.h> header file. */
#undef HAVE_SYSDIR_H

/* Define to 1 if you have the 'sysdir_start_search_path_enumeration'
   function. */
#undef HAVE_SYSDIR_START_SEARCH_PATH_ENUMERATION

/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H

/* Define to 1 if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/ttycom.h> header file. */
#undef HAVE_SYS_TTYCOM_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H

/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H

/* Whether we have an implementation for TLS */
#undef HAVE_TLS_SUPPORT

/* Define to 1 if you have the 'truncf' function. */
#undef HAVE_TRUNCF

/* Define to 1 if you have the 'uname' function. */
#undef HAVE_UNAME

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the 'uselocale' function. */
#undef HAVE_USELOCALE

/* Define to 1 if you have the 'utimensat' function. */
#undef HAVE_UTIMENSAT

/* Define to 1 if you have the 'vfork' function. */
#undef HAVE_VFORK

/* Whether we have VFP2 or above */
#undef HAVE_VFP2

/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H

/* Define to 1 if the system has the type 'wchar_t'. */
#undef HAVE_WCHAR_T

/* Whether we have support for Windows-1250 */
#undef HAVE_WINDOWS_1250

/* Whether we have support for Windows-1251 */
#undef HAVE_WINDOWS_1251

/* Whether we have support for Windows-1252 */
#undef HAVE_WINDOWS_1252

/* Define to 1 if you have the <xlocale.h> header file. */
#undef HAVE_XLOCALE_H

/* Define to 1 if you have the '_exit' function. */
#undef HAVE__EXIT

/* Define to 1 if you have the '_Unwind_Backtrace' function. */
#undef HAVE__UNWIND_BACKTRACE

/* Define to 1 if you have the '_Unwind_GetDataRelBase' function. */
#undef HAVE__UNWIND_GETDATARELBASE

/* Define to 1 if you have the '_Unwind_GetTextRelBase' function. */
#undef HAVE__UNWIND_GETTEXTRELBASE

/* The major version of ObjFW */
#undef OBJFW_VERSION_MAJOR

/* The minor version of ObjFW */
#undef OBJFW_VERSION_MINOR

/* Whether we use the Apple ObjC runtime */
#undef OF_APPLE_RUNTIME

/* Whether we are big endian */
#undef OF_BIG_ENDIAN

/* Whether we are compiling for classic macOS */
#undef OF_CLASSIC_MACOS

/* Whether to declare objc_constructInstance etc. */
#undef OF_DECLARE_CONSTRUCT_INSTANCE

/* Whether to declare objc_setAssociatedObject etc. */
#undef OF_DECLARE_SET_ASSOCIATED_OBJECT

/* Whether floats are big endian */
#undef OF_FLOAT_BIG_ENDIAN

/* Whether we have afunix.h */
#undef OF_HAVE_AFUNIX_H

/* Whether we have AppleTalk */
#undef OF_HAVE_APPLETALK

/* Whether __atomic_* builtins are available */
#undef OF_HAVE_ATOMIC_BUILTINS

/* Whether we have atomic operations */
#undef OF_HAVE_ATOMIC_OPS

/* Whether we have __builtin_bswap16 */
#undef OF_HAVE_BUILTIN_BSWAP16

/* Whether we have __builtin_bswap32 */
#undef OF_HAVE_BUILTIN_BSWAP32

/* Whether we have __builtin_bswap64 */
#undef OF_HAVE_BUILTIN_BSWAP64

/* Whether we have chmod() */
#undef OF_HAVE_CHMOD

/* Whether we have chown() */
#undef OF_HAVE_CHOWN

/* Whether we have files */
#undef OF_HAVE_FILES

/* Whether we have GameController.framework */
#undef OF_HAVE_GCF

/* Whether we have inttypes.h */
#undef OF_HAVE_INTTYPES_H

/* Whether we have IPv6 */
#undef OF_HAVE_IPV6

/* Whether we have IPX/SPX */
#undef OF_HAVE_IPX

/* Whether we have link() */
#undef OF_HAVE_LINK

/* Whether we have support for modules */
#undef OF_HAVE_MODULES

/* Whether we have netatalk/at.h */
#undef OF_HAVE_NETATALK_AT_H

/* Whether we have netat/appletalk.h */
#undef OF_HAVE_NETAT_APPLETALK_H

/* Whether we have netinet/in.h */
#undef OF_HAVE_NETINET_IN_H

/* Whether we have netinet/sctp.h */
#undef OF_HAVE_NETINET_SCTP_H

/* Whether we have netinet/tcp.h */
#undef OF_HAVE_NETINET_TCP_H

/* Whether we have netipx/ipx.h */
#undef OF_HAVE_NETIPX_IPX_H

/* Whether we have off64_t */
#undef OF_HAVE_OFF64_T

/* Whether we have libkern/OSAtomic.h */
#undef OF_HAVE_OSATOMIC

/* Whether we have pipe() */
#undef OF_HAVE_PIPE

/* Whether we have pledge() */
#undef OF_HAVE_PLEDGE

/* Whether we have plugin support */
#undef OF_HAVE_PLUGINS

/* Whether we have pthreads */
#undef OF_HAVE_PTHREADS

/* Whether we have pthread spinlocks */
#undef OF_HAVE_PTHREAD_SPINLOCKS

/* If pthread mutexes can be recursive */
#undef OF_HAVE_RECURSIVE_PTHREAD_MUTEXES

/* Whether we have sched_yield() */
#undef OF_HAVE_SCHED_YIELD

/* Whether we have SCTP */
#undef OF_HAVE_SCTP

/* Whether we have struct sockaddr_storage */
#undef OF_HAVE_SOCKADDR_STORAGE

/* Whether we have sockets */
#undef OF_HAVE_SOCKETS

/* Whether we have stdnoreturn.h */
#undef OF_HAVE_STDNORETURN_H

/* Whether we have subprocesses */
#undef OF_HAVE_SUBPROCESSES

/* Whether we have symlink() */
#undef OF_HAVE_SYMLINK

/* Whether __sync_* builtins are available */
#undef OF_HAVE_SYNC_BUILTINS

/* Whether we have sys/socket.h */
#undef OF_HAVE_SYS_SOCKET_H

/* Whether we have sys/types.h */
#undef OF_HAVE_SYS_TYPES_H

/* Whether we have sys/un.h */
#undef OF_HAVE_SYS_UN_H

/* Whether we have threads */
#undef OF_HAVE_THREADS

/* Whether we have threads.h */
#undef OF_HAVE_THREADS_H

/* Whether to build with Unicode tables */
#undef OF_HAVE_UNICODE_TABLES

/* Whether we have UNIX sockets */
#undef OF_HAVE_UNIX_SOCKETS

/* Whether _Thread_local works */
#undef OF_HAVE__THREAD_LOCAL

/* Whether __thread works */
#undef OF_HAVE___THREAD

/* Whether we are compiling for Nintendo 3DS */
#undef OF_NINTENDO_3DS

/* Whether we are compiling for Nintendo DS */
#undef OF_NINTENDO_DS

/* Whether we are compiling for Nintendo Switch */
#undef OF_NINTENDO_SWITCH

/* Whether no shared library was built */
#undef OF_NO_SHARED

/* Whether we use the ObjFW runtime */
#undef OF_OBJFW_RUNTIME

/* Whether to use 24 bit selector UIDs */
#undef OF_SELUID24

/* Whether we are building a universal binary */
#undef OF_UNIVERSAL

/* Whether we are compiling for Wii */
#undef OF_WII

/* Whether we are compiling for Wii U */
#undef OF_WII_U

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Suffix for plugins */
#undef PLUGIN_SUFFIX

/* The size of 'double', as computed by sizeof. */
#undef SIZEOF_DOUBLE

/* The size of 'float', as computed by sizeof. */
#undef SIZEOF_FLOAT

/* The size of 'uintptr_t', as computed by sizeof. */
#undef SIZEOF_UINTPTR_T

/* Maximum value for ssize_t */
#undef SSIZE_MAX

/* Define to 1 if all of the C89 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Whether strerror_r returns char * */
#undef STRERROR_R_RETURNS_CHARP

/* Maximum value for uintptr_t */
#undef UINTPTR_MAX

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif