Coverage Report

Created: 2022-02-19 20:28

/src/php-src/main/php_config.h
Line
Count
Source (jump to first uncovered line)
1
/* main/php_config.h.  Generated from php_config.h.in by configure.  */
2
/* main/php_config.h.in.  Generated from configure.ac by autoheader.  */
3
4
5
#ifndef PHP_CONFIG_H
6
#define PHP_CONFIG_H
7
8
#if defined(__GNUC__) && __GNUC__ >= 4
9
# define ZEND_API __attribute__ ((visibility("default")))
10
# define ZEND_DLEXPORT __attribute__ ((visibility("default")))
11
#else
12
# define ZEND_API
13
# define ZEND_DLEXPORT
14
#endif
15
16
#define ZEND_DLIMPORT
17
18
19
/* build architecture */
20
/* #undef ARCHITECTURE */
21
22
/* */
23
/* #undef CDB_INCLUDE_FILE */
24
25
/* used compiler for build */
26
/* #undef COMPILER */
27
28
/* Whether to build bcmath as dynamic module */
29
/* #undef COMPILE_DL_BCMATH */
30
31
/* Whether to build bz2 as dynamic module */
32
/* #undef COMPILE_DL_BZ2 */
33
34
/* Whether to build calendar as dynamic module */
35
/* #undef COMPILE_DL_CALENDAR */
36
37
/* Whether to build ctype as dynamic module */
38
/* #undef COMPILE_DL_CTYPE */
39
40
/* Whether to build curl as dynamic module */
41
/* #undef COMPILE_DL_CURL */
42
43
/* Whether to build date as dynamic module */
44
/* #undef COMPILE_DL_DATE */
45
46
/* Whether to build dba as dynamic module */
47
/* #undef COMPILE_DL_DBA */
48
49
/* Whether to build dom as dynamic module */
50
/* #undef COMPILE_DL_DOM */
51
52
/* Whether to build enchant as dynamic module */
53
/* #undef COMPILE_DL_ENCHANT */
54
55
/* Whether to build exif as dynamic module */
56
/* #undef COMPILE_DL_EXIF */
57
58
/* Whether to build ffi as dynamic module */
59
/* #undef COMPILE_DL_FFI */
60
61
/* Whether to build fileinfo as dynamic module */
62
/* #undef COMPILE_DL_FILEINFO */
63
64
/* Whether to build filter as dynamic module */
65
/* #undef COMPILE_DL_FILTER */
66
67
/* Whether to build ftp as dynamic module */
68
/* #undef COMPILE_DL_FTP */
69
70
/* Whether to build gd as dynamic module */
71
/* #undef COMPILE_DL_GD */
72
73
/* Whether to build gettext as dynamic module */
74
/* #undef COMPILE_DL_GETTEXT */
75
76
/* Whether to build gmp as dynamic module */
77
/* #undef COMPILE_DL_GMP */
78
79
/* Whether to build hash as dynamic module */
80
/* #undef COMPILE_DL_HASH */
81
82
/* Whether to build iconv as dynamic module */
83
/* #undef COMPILE_DL_ICONV */
84
85
/* Whether to build imap as dynamic module */
86
/* #undef COMPILE_DL_IMAP */
87
88
/* Whether to build intl as dynamic module */
89
/* #undef COMPILE_DL_INTL */
90
91
/* Whether to build json as dynamic module */
92
/* #undef COMPILE_DL_JSON */
93
94
/* Whether to build ldap as dynamic module */
95
/* #undef COMPILE_DL_LDAP */
96
97
/* Whether to build libxml as dynamic module */
98
/* #undef COMPILE_DL_LIBXML */
99
100
/* Whether to build mbstring as dynamic module */
101
/* #undef COMPILE_DL_MBSTRING */
102
103
/* Whether to build mysqli as dynamic module */
104
/* #undef COMPILE_DL_MYSQLI */
105
106
/* Whether to build mysqlnd as dynamic module */
107
/* #undef COMPILE_DL_MYSQLND */
108
109
/* Whether to build oci8 as dynamic module */
110
/* #undef COMPILE_DL_OCI8 */
111
112
/* Whether to build odbc as dynamic module */
113
/* #undef COMPILE_DL_ODBC */
114
115
/* Whether to build opcache as dynamic module */
116
/* #undef COMPILE_DL_OPCACHE */
117
118
/* Whether to build openssl as dynamic module */
119
/* #undef COMPILE_DL_OPENSSL */
120
121
/* Whether to build pcntl as dynamic module */
122
/* #undef COMPILE_DL_PCNTL */
123
124
/* Whether to build pcre as dynamic module */
125
/* #undef COMPILE_DL_PCRE */
126
127
/* Whether to build pdo as dynamic module */
128
/* #undef COMPILE_DL_PDO */
129
130
/* Whether to build pdo_dblib as dynamic module */
131
/* #undef COMPILE_DL_PDO_DBLIB */
132
133
/* Whether to build pdo_firebird as dynamic module */
134
/* #undef COMPILE_DL_PDO_FIREBIRD */
135
136
/* Whether to build pdo_mysql as dynamic module */
137
/* #undef COMPILE_DL_PDO_MYSQL */
138
139
/* Whether to build pdo_oci as dynamic module */
140
/* #undef COMPILE_DL_PDO_OCI */
141
142
/* Whether to build pdo_odbc as dynamic module */
143
/* #undef COMPILE_DL_PDO_ODBC */
144
145
/* Whether to build pdo_pgsql as dynamic module */
146
/* #undef COMPILE_DL_PDO_PGSQL */
147
148
/* Whether to build pdo_sqlite as dynamic module */
149
/* #undef COMPILE_DL_PDO_SQLITE */
150
151
/* Whether to build pgsql as dynamic module */
152
/* #undef COMPILE_DL_PGSQL */
153
154
/* Whether to build phar as dynamic module */
155
/* #undef COMPILE_DL_PHAR */
156
157
/* Whether to build phpdbg_webhelper as dynamic module */
158
/* #undef COMPILE_DL_PHPDBG_WEBHELPER */
159
160
/* Whether to build posix as dynamic module */
161
/* #undef COMPILE_DL_POSIX */
162
163
/* Whether to build pspell as dynamic module */
164
/* #undef COMPILE_DL_PSPELL */
165
166
/* Whether to build readline as dynamic module */
167
/* #undef COMPILE_DL_READLINE */
168
169
/* Whether to build reflection as dynamic module */
170
/* #undef COMPILE_DL_REFLECTION */
171
172
/* Whether to build session as dynamic module */
173
/* #undef COMPILE_DL_SESSION */
174
175
/* Whether to build shmop as dynamic module */
176
/* #undef COMPILE_DL_SHMOP */
177
178
/* Whether to build simplexml as dynamic module */
179
/* #undef COMPILE_DL_SIMPLEXML */
180
181
/* Whether to build snmp as dynamic module */
182
/* #undef COMPILE_DL_SNMP */
183
184
/* Whether to build soap as dynamic module */
185
/* #undef COMPILE_DL_SOAP */
186
187
/* Whether to build sockets as dynamic module */
188
/* #undef COMPILE_DL_SOCKETS */
189
190
/* Whether to build sodium as dynamic module */
191
/* #undef COMPILE_DL_SODIUM */
192
193
/* Whether to build spl as dynamic module */
194
/* #undef COMPILE_DL_SPL */
195
196
/* Whether to build sqlite3 as dynamic module */
197
/* #undef COMPILE_DL_SQLITE3 */
198
199
/* Whether to build standard as dynamic module */
200
/* #undef COMPILE_DL_STANDARD */
201
202
/* Whether to build sysvmsg as dynamic module */
203
/* #undef COMPILE_DL_SYSVMSG */
204
205
/* Whether to build sysvsem as dynamic module */
206
/* #undef COMPILE_DL_SYSVSEM */
207
208
/* Whether to build sysvshm as dynamic module */
209
/* #undef COMPILE_DL_SYSVSHM */
210
211
/* Whether to build tidy as dynamic module */
212
/* #undef COMPILE_DL_TIDY */
213
214
/* Whether to build tokenizer as dynamic module */
215
/* #undef COMPILE_DL_TOKENIZER */
216
217
/* Whether to build xml as dynamic module */
218
/* #undef COMPILE_DL_XML */
219
220
/* Whether to build xmlreader as dynamic module */
221
/* #undef COMPILE_DL_XMLREADER */
222
223
/* Whether to build xmlwriter as dynamic module */
224
/* #undef COMPILE_DL_XMLWRITER */
225
226
/* Whether to build xsl as dynamic module */
227
/* #undef COMPILE_DL_XSL */
228
229
/* Whether to build zend_test as dynamic module */
230
/* #undef COMPILE_DL_ZEND_TEST */
231
232
/* Whether to build zip as dynamic module */
233
/* #undef COMPILE_DL_ZIP */
234
235
/* Whether to build zlib as dynamic module */
236
/* #undef COMPILE_DL_ZLIB */
237
238
/* */
239
#define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
240
241
/* */
242
#define COOKIE_SEEKER_USES_OFF64_T 1
243
244
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
245
   systems. This function is required for `alloca.c' support on those systems.
246
   */
247
/* #undef CRAY_STACKSEG_END */
248
249
/* Define if crypt_r has uses CRYPTD */
250
/* #undef CRYPT_R_CRYPTD */
251
252
/* Define if struct crypt_data requires _GNU_SOURCE */
253
/* #undef CRYPT_R_GNU_SOURCE */
254
255
/* Define if crypt_r uses struct crypt_data */
256
/* #undef CRYPT_R_STRUCT_CRYPT_DATA */
257
258
/* Define to 1 if using `alloca.c'. */
259
/* #undef C_ALLOCA */
260
261
/* Define if the target system is darwin */
262
/* #undef DARWIN */
263
264
/* */
265
/* #undef DB1_INCLUDE_FILE */
266
267
/* */
268
/* #undef DB1_VERSION */
269
270
/* */
271
/* #undef DB2_INCLUDE_FILE */
272
273
/* */
274
/* #undef DB3_INCLUDE_FILE */
275
276
/* */
277
/* #undef DB4_INCLUDE_FILE */
278
279
/* */
280
/* #undef DBA_CDB */
281
282
/* */
283
/* #undef DBA_CDB_BUILTIN */
284
285
/* */
286
/* #undef DBA_CDB_MAKE */
287
288
/* */
289
/* #undef DBA_DB1 */
290
291
/* */
292
/* #undef DBA_DB2 */
293
294
/* */
295
/* #undef DBA_DB3 */
296
297
/* */
298
/* #undef DBA_DB4 */
299
300
/* */
301
/* #undef DBA_DBM */
302
303
/* */
304
/* #undef DBA_FLATFILE */
305
306
/* */
307
/* #undef DBA_GDBM */
308
309
/* */
310
/* #undef DBA_INIFILE */
311
312
/* */
313
/* #undef DBA_LMDB */
314
315
/* */
316
/* #undef DBA_NDBM */
317
318
/* */
319
/* #undef DBA_QDBM */
320
321
/* */
322
/* #undef DBA_TCADB */
323
324
/* */
325
/* #undef DBM_INCLUDE_FILE */
326
327
/* */
328
/* #undef DBM_VERSION */
329
330
/* */
331
#define DEFAULT_SHORT_OPEN_TAG "1"
332
333
/* Define if dlsym() requires a leading underscore in symbol names. */
334
/* #undef DLSYM_NEEDS_UNDERSCORE */
335
336
/* Whether to enable chroot() function */
337
/* #undef ENABLE_CHROOT_FUNC */
338
339
/* */
340
/* #undef GDBM_INCLUDE_FILE */
341
342
/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
343
/* #undef GWINSZ_IN_SYS_IOCTL */
344
345
/* Whether 3 arg set_rebind_proc() */
346
/* #undef HAVE_3ARG_SETREBINDPROC */
347
348
/* Define when aarch64 CRC32 API is available. */
349
/* #undef HAVE_AARCH64_CRC32 */
350
351
/* */
352
/* #undef HAVE_ADABAS */
353
354
/* Whether you have AI_ALL */
355
/* #undef HAVE_AI_ALL */
356
357
/* Whether you have AI_IDN */
358
/* #undef HAVE_AI_IDN */
359
360
/* Whether you have AI_V4MAPPED */
361
/* #undef HAVE_AI_V4MAPPED */
362
363
/* whether the compiler supports __alignof__ */
364
#define HAVE_ALIGNOF 1
365
366
/* Define to 1 if you have `alloca', as a function or macro. */
367
#define HAVE_ALLOCA 1
368
369
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
370
   */
371
#define HAVE_ALLOCA_H 1
372
373
/* Define to 1 if you have the `alphasort' function. */
374
#define HAVE_ALPHASORT 1
375
376
/* AppArmor confinement available */
377
/* #undef HAVE_APPARMOR */
378
379
/* Define to 1 if you have the <argon2.h> header file */
380
/* #undef HAVE_ARGON2LIB */
381
382
/* Define to 1 if you have the <arpa/inet.h> header file. */
383
#define HAVE_ARPA_INET_H 1
384
385
/* Define to 1 if you have the <arpa/nameser.h> header file. */
386
#define HAVE_ARPA_NAMESER_H 1
387
388
/* Define to 1 if you have the `asctime_r' function. */
389
#define HAVE_ASCTIME_R 1
390
391
/* Define if asm goto support */
392
#define HAVE_ASM_GOTO 1
393
394
/* Define to 1 if you have the `asprintf' function. */
395
#define HAVE_ASPRINTF 1
396
397
/* Define to 1 if you have the `atoll' function. */
398
#define HAVE_ATOLL 1
399
400
/* whether the compiler supports __attribute__ ((__aligned__)) */
401
#define HAVE_ATTRIBUTE_ALIGNED 1
402
403
/* Whether you have bcmath */
404
/* #undef HAVE_BCMATH */
405
406
/* */
407
/* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
408
409
/* Define if system has broken getcwd */
410
/* #undef HAVE_BROKEN_GETCWD */
411
412
/* Konstantin Chuguev's iconv implementation */
413
/* #undef HAVE_BSD_ICONV */
414
415
/* */
416
#define HAVE_BUILD_DEFS_H 1
417
418
/* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
419
/* #undef HAVE_BUILTIN_ATOMIC */
420
421
/* */
422
#define HAVE_BUNDLED_PCRE 1
423
424
/* */
425
/* #undef HAVE_BZ2 */
426
427
/* */
428
/* #undef HAVE_CALENDAR */
429
430
/* Libzip >= 1.6.0 with zip_register_cancel_callback_with_state function */
431
/* #undef HAVE_CANCEL_CALLBACK */
432
433
/* Define to 1 if you have the `chroot' function. */
434
#define HAVE_CHROOT 1
435
436
/* Define to 1 if you have the `clearenv' function. */
437
/* #undef HAVE_CLEARENV */
438
439
/* */
440
/* #undef HAVE_CLI0CLI_H */
441
442
/* */
443
/* #undef HAVE_CLI0CORE_H */
444
445
/* */
446
/* #undef HAVE_CLI0DEFS_H */
447
448
/* */
449
/* #undef HAVE_CLI0ENV_H */
450
451
/* */
452
/* #undef HAVE_CLI0EXT_H */
453
454
/* do we have clock_gettime? */
455
/* #undef HAVE_CLOCK_GETTIME */
456
457
/* do we have clock_get_time? */
458
/* #undef HAVE_CLOCK_GET_TIME */
459
460
/* */
461
/* #undef HAVE_CODBC */
462
463
/* whether __cpuid_count is available */
464
#define HAVE_CPUID_COUNT 1
465
466
/* Define to 1 if you have the <cpuid.h> header file. */
467
#define HAVE_CPUID_H 1
468
469
/* Define to 1 if you have the `CreateProcess' function. */
470
/* #undef HAVE_CREATEPROCESS */
471
472
/* */
473
#define HAVE_CRYPT 1
474
475
/* Define to 1 if you have the <crypt.h> header file. */
476
#define HAVE_CRYPT_H 1
477
478
/* */
479
#define HAVE_CRYPT_R 1
480
481
/* Define to 1 if you have the `ctermid' function. */
482
/* #undef HAVE_CTERMID */
483
484
/* Define to 1 if you have the `ctime_r' function. */
485
#define HAVE_CTIME_R 1
486
487
/* */
488
/* #undef HAVE_CTYPE */
489
490
/* */
491
/* #undef HAVE_CURL */
492
493
/* Have cURL with old OpenSSL */
494
/* #undef HAVE_CURL_OLD_OPENSSL */
495
496
/* */
497
/* #undef HAVE_DBA */
498
499
/* Whether you want DBMaker */
500
/* #undef HAVE_DBMAKER */
501
502
/* */
503
/* #undef HAVE_DCNGETTEXT */
504
505
/* Define to 1 if you have the declaration of `arc4random_buf', and to 0 if
506
   you don't. */
507
#define HAVE_DECL_ARC4RANDOM_BUF 0
508
509
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
510
   */
511
/* #undef HAVE_DECL_TZNAME */
512
513
/* do we have /dev/poll? */
514
/* #undef HAVE_DEVPOLL */
515
516
/* Define if the target system has /dev/urandom device */
517
#define HAVE_DEV_URANDOM 1
518
519
/* Define to 1 if you have the <dirent.h> header file. */
520
#define HAVE_DIRENT_H 1
521
522
/* Define to 1 if you have the <dlfcn.h> header file. */
523
#define HAVE_DLFCN_H 1
524
525
/* */
526
#define HAVE_DLOPEN 1
527
528
/* */
529
#define HAVE_DLSYM 1
530
531
/* Whether you have dmalloc */
532
/* #undef HAVE_DMALLOC */
533
534
/* */
535
/* #undef HAVE_DNGETTEXT */
536
537
/* Define to 1 if you have the <dns.h> header file. */
538
/* #undef HAVE_DNS_H */
539
540
/* */
541
/* #undef HAVE_DNS_SEARCH */
542
543
/* */
544
#define HAVE_DN_EXPAND 1
545
546
/* */
547
#define HAVE_DN_SKIPNAME 1
548
549
/* */
550
/* #undef HAVE_DOM */
551
552
/* Whether to enable DTrace support */
553
/* #undef HAVE_DTRACE */
554
555
/* */
556
/* #undef HAVE_EMPRESS */
557
558
/* */
559
/* #undef HAVE_ENCHANT */
560
561
/* enchant_broker_set_param since 1.5.0 and removed in 2.x */
562
/* #undef HAVE_ENCHANT_BROKER_SET_PARAM */
563
564
/* enchant_get_version since 1.6.0 */
565
/* #undef HAVE_ENCHANT_GET_VERSION */
566
567
/* Libzip >= 1.2.0 with encryption support */
568
/* #undef HAVE_ENCRYPTION */
569
570
/* do we have epoll? */
571
/* #undef HAVE_EPOLL */
572
573
/* */
574
/* #undef HAVE_ESOOB */
575
576
/* Whether you want EXIF (metadata from images) support */
577
#define HAVE_EXIF 1
578
579
/* Define to 1 if you have the `explicit_bzero' function. */
580
/* #undef HAVE_EXPLICIT_BZERO */
581
582
/* Define to 1 if you have the `explicit_memset' function. */
583
/* #undef HAVE_EXPLICIT_MEMSET */
584
585
/* Define to 1 if you have the `fabsf' function. */
586
/* #undef HAVE_FABSF */
587
588
/* Define to 1 if you have the <fcntl.h> header file. */
589
#define HAVE_FCNTL_H 1
590
591
/* Have ffi support */
592
/* #undef HAVE_FFI */
593
594
/* Whether libffi supports fastcall calling convention */
595
/* #undef HAVE_FFI_FASTCALL */
596
597
/* Whether libffi supports ms_cdecl calling convention */
598
/* #undef HAVE_FFI_MS_CDECL */
599
600
/* Whether libffi supports pascal calling convention */
601
/* #undef HAVE_FFI_PASCAL */
602
603
/* Whether libffi supports register calling convention */
604
/* #undef HAVE_FFI_REGISTER */
605
606
/* Whether libffi supports stdcall calling convention */
607
/* #undef HAVE_FFI_STDCALL */
608
609
/* Whether libffi supports sysv calling convention */
610
/* #undef HAVE_FFI_SYSV */
611
612
/* Whether libffi supports thiscall calling convention */
613
/* #undef HAVE_FFI_THISCALL */
614
615
/* Define to 1 if you have the `flock' function. */
616
#define HAVE_FLOCK 1
617
618
/* Define to 1 if you have the `floorf' function. */
619
/* #undef HAVE_FLOORF */
620
621
/* Define if flush should be called explicitly after a buffered io. */
622
/* #undef HAVE_FLUSHIO */
623
624
/* Define to 1 if your system has a working POSIX `fnmatch' function. */
625
#define HAVE_FNMATCH 1
626
627
/* */
628
#define HAVE_FOPENCOOKIE 1
629
630
/* Define to 1 if you have the `fork' function. */
631
#define HAVE_FORK 1
632
633
/* POSIX Access Control List */
634
/* #undef HAVE_FPM_ACL */
635
636
/* whether fpsetprec is present and usable */
637
/* #undef HAVE_FPSETPREC */
638
639
/* whether FPU control word can be manipulated by inline assembler */
640
#define HAVE_FPU_INLINE_ASM_X86 1
641
642
/* Define to 1 if you have the `ftok' function. */
643
#define HAVE_FTOK 1
644
645
/* Whether you want FTP support */
646
/* #undef HAVE_FTP */
647
648
/* Whether FTP over SSL is supported */
649
/* #undef HAVE_FTP_SSL */
650
651
/* Define to 1 if the system has the `ifunc' function attribute */
652
#define HAVE_FUNC_ATTRIBUTE_IFUNC 1
653
654
/* Define to 1 if the system has the `target' function attribute */
655
#define HAVE_FUNC_ATTRIBUTE_TARGET 1
656
657
/* Define to 1 if you have the three-argument form of gethostbyname_r(). */
658
/* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
659
660
/* Define to 1 if you have the five-argument form of gethostbyname_r(). */
661
/* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
662
663
/* Define to 1 if you have the six-argument form of gethostbyname_r(). */
664
#define HAVE_FUNC_GETHOSTBYNAME_R_6 1
665
666
/* Define to 1 if you have the `funopen' function. */
667
/* #undef HAVE_FUNOPEN */
668
669
/* Define to 1 if you have the `gai_strerror' function. */
670
#define HAVE_GAI_STRERROR 1
671
672
/* Define if the target system has support for global register variables */
673
/* #undef HAVE_GCC_GLOBAL_REGS */
674
675
/* Whether you have gcov */
676
/* #undef HAVE_GCOV */
677
678
/* */
679
/* #undef HAVE_GD_BMP */
680
681
/* */
682
/* #undef HAVE_GD_BUNDLED */
683
684
/* */
685
/* #undef HAVE_GD_FREETYPE */
686
687
/* */
688
/* #undef HAVE_GD_GET_INTERPOLATION */
689
690
/* */
691
/* #undef HAVE_GD_JPG */
692
693
/* */
694
/* #undef HAVE_GD_LIBVERSION */
695
696
/* */
697
/* #undef HAVE_GD_PNG */
698
699
/* */
700
/* #undef HAVE_GD_TGA */
701
702
/* */
703
/* #undef HAVE_GD_WEBP */
704
705
/* */
706
/* #undef HAVE_GD_XPM */
707
708
/* Define if you have the getaddrinfo function */
709
#define HAVE_GETADDRINFO 1
710
711
/* Define to 1 if you have the `getcwd' function. */
712
#define HAVE_GETCWD 1
713
714
/* Define to 1 if you have the `getgrgid_r' function. */
715
/* #undef HAVE_GETGRGID_R */
716
717
/* Define to 1 if you have the `getgrnam_r' function. */
718
#define HAVE_GETGRNAM_R 1
719
720
/* Define to 1 if you have the `getgroups' function. */
721
/* #undef HAVE_GETGROUPS */
722
723
/* */
724
#define HAVE_GETHOSTBYADDR 1
725
726
/* Define to 1 if you have some form of gethostbyname_r(). */
727
#define HAVE_GETHOSTBYNAME_R 1
728
729
/* */
730
#define HAVE_GETHOSTNAME 1
731
732
/* whether getifaddrs is present and usable */
733
#define HAVE_GETIFADDRS 1
734
735
/* Define to 1 if you have the `getloadavg' function. */
736
#define HAVE_GETLOADAVG 1
737
738
/* Define to 1 if you have the `getlogin' function. */
739
#define HAVE_GETLOGIN 1
740
741
/* Define to 1 if you have the `getopt' function. */
742
#define HAVE_GETOPT 1
743
744
/* Define to 1 if you have the `getpgid' function. */
745
/* #undef HAVE_GETPGID */
746
747
/* Define to 1 if you have the `getpid' function. */
748
#define HAVE_GETPID 1
749
750
/* Define to 1 if you have the `getpriority' function. */
751
/* #undef HAVE_GETPRIORITY */
752
753
/* Define to 1 if you have the `getprotobyname' function. */
754
#define HAVE_GETPROTOBYNAME 1
755
756
/* Define to 1 if you have the `getprotobynumber' function. */
757
#define HAVE_GETPROTOBYNUMBER 1
758
759
/* Define to 1 if you have the `getpwnam_r' function. */
760
#define HAVE_GETPWNAM_R 1
761
762
/* Define to 1 if you have the `getpwuid_r' function. */
763
#define HAVE_GETPWUID_R 1
764
765
/* Define to 1 if you have the `getrlimit' function. */
766
/* #undef HAVE_GETRLIMIT */
767
768
/* Define to 1 if you have the `getrusage' function. */
769
#define HAVE_GETRUSAGE 1
770
771
/* Define to 1 if you have the `getservbyname' function. */
772
#define HAVE_GETSERVBYNAME 1
773
774
/* Define to 1 if you have the `getservbyport' function. */
775
#define HAVE_GETSERVBYPORT 1
776
777
/* Define to 1 if you have the `getsid' function. */
778
/* #undef HAVE_GETSID */
779
780
/* Define to 1 if you have the `gettimeofday' function. */
781
#define HAVE_GETTIMEOFDAY 1
782
783
/* Define to 1 if you have the `getwd' function. */
784
#define HAVE_GETWD 1
785
786
/* glibc's iconv implementation */
787
/* #undef HAVE_GLIBC_ICONV */
788
789
/* Define to 1 if you have the `glob' function. */
790
#define HAVE_GLOB 1
791
792
/* */
793
/* #undef HAVE_GMP */
794
795
/* Define to 1 if you have the `gmtime_r' function. */
796
#define HAVE_GMTIME_R 1
797
798
/* Define to 1 if you have the <grp.h> header file. */
799
#define HAVE_GRP_H 1
800
801
/* */
802
/* #undef HAVE_HISTORY_LIST */
803
804
/* Define to 1 if you have the `hstrerror' function. */
805
/* #undef HAVE_HSTRERROR */
806
807
/* */
808
#define HAVE_HTONL 1
809
810
/* Define to enable copying PHP CODE pages into HUGE PAGES (experimental) */
811
/* #undef HAVE_HUGE_CODE_PAGES */
812
813
/* */
814
/* #undef HAVE_IBMDB2 */
815
816
/* IBM iconv implementation */
817
/* #undef HAVE_IBM_ICONV */
818
819
/* */
820
/* #undef HAVE_ICONV */
821
822
/* Define to 1 if you have the <ieeefp.h> header file. */
823
/* #undef HAVE_IEEEFP_H */
824
825
/* Define to 1 if you have the `if_indextoname' function. */
826
/* #undef HAVE_IF_INDEXTONAME */
827
828
/* Define to 1 if you have the `if_nametoindex' function. */
829
/* #undef HAVE_IF_NAMETOINDEX */
830
831
/* */
832
/* #undef HAVE_IMAP */
833
834
/* */
835
/* #undef HAVE_IMAP2000 */
836
837
/* */
838
/* #undef HAVE_IMAP2001 */
839
840
/* */
841
/* #undef HAVE_IMAP2004 */
842
843
/* */
844
/* #undef HAVE_IMAP_AUTH_GSS */
845
846
/* Whether IMAP extension has Kerberos support */
847
/* #undef HAVE_IMAP_KRB */
848
849
/* */
850
/* #undef HAVE_IMAP_MUTF7 */
851
852
/* */
853
/* #undef HAVE_IMAP_SSL */
854
855
/* Define to 1 if you have the <immintrin.h> header file. */
856
#define HAVE_IMMINTRIN_H 1
857
858
/* */
859
#define HAVE_INET_ATON 1
860
861
/* Define to 1 if you have the `inet_ntoa' function. */
862
#define HAVE_INET_NTOA 1
863
864
/* Define to 1 if you have the `inet_ntop' function. */
865
#define HAVE_INET_NTOP 1
866
867
/* Define to 1 if you have the `inet_pton' function. */
868
#define HAVE_INET_PTON 1
869
870
/* Define to 1 if you have the `initgroups' function. */
871
/* #undef HAVE_INITGROUPS */
872
873
/* Define to 1 if the system has the type `int16_t'. */
874
#define HAVE_INT16_T 1
875
876
/* Define to 1 if the system has the type `int32_t'. */
877
#define HAVE_INT32_T 1
878
879
/* Define to 1 if the system has the type `int64_t'. */
880
#define HAVE_INT64_T 1
881
882
/* Define to 1 if the system has the type `int8_t'. */
883
#define HAVE_INT8_T 1
884
885
/* Whether intmax_t is available */
886
#define HAVE_INTMAX_T 1
887
888
/* Define to 1 if you have the <inttypes.h> header file. */
889
#define HAVE_INTTYPES_H 1
890
891
/* */
892
/* #undef HAVE_IODBC */
893
894
/* */
895
/* #undef HAVE_IODBC_H */
896
897
/* Define to 1 if you have the <io.h> header file. */
898
/* #undef HAVE_IO_H */
899
900
/* Whether to enable IPv6 support */
901
#define HAVE_IPV6 1
902
903
/* */
904
/* #undef HAVE_ISQLEXT_H */
905
906
/* */
907
/* #undef HAVE_ISQL_H */
908
909
/* Define to enable JIT */
910
/* #undef HAVE_JIT */
911
912
/* whether to enable JavaScript Object Serialization support */
913
#define HAVE_JSON 1 
914
915
/* Define to 1 if you have the `kill' function. */
916
#define HAVE_KILL 1
917
918
/* do we have kqueue? */
919
/* #undef HAVE_KQUEUE */
920
921
/* Define to 1 if you have the <langinfo.h> header file. */
922
#define HAVE_LANGINFO_H 1
923
924
/* Define to 1 if you have the `lchown' function. */
925
#define HAVE_LCHOWN 1
926
927
/* */
928
/* #undef HAVE_LDAP */
929
930
/* Define to 1 if you have the `ldap_control_find' function. */
931
/* #undef HAVE_LDAP_CONTROL_FIND */
932
933
/* Define to 1 if you have the `ldap_extended_operation' function. */
934
/* #undef HAVE_LDAP_EXTENDED_OPERATION */
935
936
/* Define to 1 if you have the `ldap_extended_operation_s' function. */
937
/* #undef HAVE_LDAP_EXTENDED_OPERATION_S */
938
939
/* Define to 1 if you have the `ldap_parse_extended_result' function. */
940
/* #undef HAVE_LDAP_PARSE_EXTENDED_RESULT */
941
942
/* Define to 1 if you have the `ldap_parse_reference' function. */
943
/* #undef HAVE_LDAP_PARSE_REFERENCE */
944
945
/* Define to 1 if you have the `ldap_parse_result' function. */
946
/* #undef HAVE_LDAP_PARSE_RESULT */
947
948
/* Define to 1 if you have the `ldap_passwd' function. */
949
/* #undef HAVE_LDAP_PASSWD */
950
951
/* Define to 1 if you have the `ldap_refresh_s' function. */
952
/* #undef HAVE_LDAP_REFRESH_S */
953
954
/* LDAP SASL support */
955
/* #undef HAVE_LDAP_SASL */
956
957
/* Define to 1 if you have the `ldap_start_tls_s' function. */
958
/* #undef HAVE_LDAP_START_TLS_S */
959
960
/* Define to 1 if you have the `ldap_whoami_s' function. */
961
/* #undef HAVE_LDAP_WHOAMI_S */
962
963
/* */
964
/* #undef HAVE_LIBBIND */
965
966
/* */
967
/* #undef HAVE_LIBBSD */
968
969
/* */
970
/* #undef HAVE_LIBCRYPT */
971
972
/* */
973
#define HAVE_LIBDL 1
974
975
/* */
976
/* #undef HAVE_LIBEDIT */
977
978
/* */
979
/* #undef HAVE_LIBEXPAT */
980
981
/* */
982
/* #undef HAVE_LIBFREETYPE */
983
984
/* */
985
/* #undef HAVE_LIBGD */
986
987
/* Whether libiconv is used */
988
/* #undef HAVE_LIBICONV */
989
990
/* */
991
/* #undef HAVE_LIBINTL */
992
993
/* */
994
/* #undef HAVE_LIBJPEG */
995
996
/* Define to 1 if you have the `m' library (-lm). */
997
#define HAVE_LIBM 1
998
999
/* Whether you have libmm */
1000
/* #undef HAVE_LIBMM */
1001
1002
/* */
1003
/* #undef HAVE_LIBNETWORK */
1004
1005
/* */
1006
/* #undef HAVE_LIBNSL */
1007
1008
/* */
1009
/* #undef HAVE_LIBPAM */
1010
1011
/* */
1012
/* #undef HAVE_LIBPNG */
1013
1014
/* Define to 1 if you have the `pq' library (-lpq). */
1015
/* #undef HAVE_LIBPQ */
1016
1017
/* */
1018
/* #undef HAVE_LIBRARYMANAGER_H */
1019
1020
/* */
1021
/* #undef HAVE_LIBREADLINE */
1022
1023
/* */
1024
#define HAVE_LIBRESOLV 1
1025
1026
/* */
1027
/* #undef HAVE_LIBROOT */
1028
1029
/* */
1030
#define HAVE_LIBRT 1
1031
1032
/* */
1033
/* #undef HAVE_LIBSOCKET */
1034
1035
/* */
1036
/* #undef HAVE_LIBSODIUMLIB */
1037
1038
/* */
1039
#define HAVE_LIBUTIL 1
1040
1041
/* */
1042
/* #undef HAVE_LIBWEBP */
1043
1044
/* */
1045
/* #undef HAVE_LIBXML */
1046
1047
/* Libzip >= 1.3.1 with zip_libzip_version function */
1048
/* #undef HAVE_LIBZIP_VERSION */
1049
1050
/* Define to 1 if you have the `localtime_r' function. */
1051
#define HAVE_LOCALTIME_R 1
1052
1053
/* Define to 1 if the system has the type `long double'. */
1054
/* #undef HAVE_LONG_DOUBLE */
1055
1056
/* do we have SO_LISTENQxxx? */
1057
/* #undef HAVE_LQ_SO_LISTENQ */
1058
1059
/* do we have TCP_INFO? */
1060
/* #undef HAVE_LQ_TCP_INFO */
1061
1062
/* do we have mach_vm_read? */
1063
/* #undef HAVE_MACH_VM_READ */
1064
1065
/* Define to 1 if you have the `makedev' function. */
1066
/* #undef HAVE_MAKEDEV */
1067
1068
/* Define to 1 if you have the <malloc.h> header file. */
1069
#define HAVE_MALLOC_H 1
1070
1071
/* whether to have multibyte regex support */
1072
#define HAVE_MBREGEX 1
1073
1074
/* whether to have multibyte string support */
1075
#define HAVE_MBSTRING 1
1076
1077
/* Define to 1 if you have the `memmem' function. */
1078
#define HAVE_MEMMEM 1
1079
1080
/* Define to 1 if you have the `memmove' function. */
1081
#define HAVE_MEMMOVE 1
1082
1083
/* Define to 1 if you have the <memory.h> header file. */
1084
#define HAVE_MEMORY_H 1
1085
1086
/* Libzip >= 1.7.0 with zip_*_method_supported functions */
1087
/* #undef HAVE_METHOD_SUPPORTED */
1088
1089
/* Define to 1 if you have the `mkfifo' function. */
1090
/* #undef HAVE_MKFIFO */
1091
1092
/* Define to 1 if you have the `mknod' function. */
1093
/* #undef HAVE_MKNOD */
1094
1095
/* Define to 1 if you have the `mkstemp' function. */
1096
#define HAVE_MKSTEMP 1
1097
1098
/* Define to 1 if you have the `mmap' function. */
1099
#define HAVE_MMAP 1
1100
1101
/* Define to 1 if you have the `mprotect' function. */
1102
/* #undef HAVE_MPROTECT */
1103
1104
/* Define to 1 if you have the `mremap' function. */
1105
#define HAVE_MREMAP 1
1106
1107
/* Whether you have MySQL */
1108
/* #undef HAVE_MYSQL */
1109
1110
/* */
1111
/* #undef HAVE_MYSQLILIB */
1112
1113
/* */
1114
#define HAVE_NANOSLEEP 1
1115
1116
/* Define to 1 if you have the <netinet/in.h> header file. */
1117
#define HAVE_NETINET_IN_H 1
1118
1119
/* Define to 1 if you have the <netinet/tcp.h> header file. */
1120
/* #undef HAVE_NETINET_TCP_H */
1121
1122
/* Define to 1 if you have the <net/if.h> header file. */
1123
#define HAVE_NET_IF_H 1
1124
1125
/* Whether utf8_mime2text() has new signature */
1126
/* #undef HAVE_NEW_MIME2TEXT */
1127
1128
/* */
1129
/* #undef HAVE_NGETTEXT */
1130
1131
/* Define to 1 if you have the `nice' function. */
1132
#define HAVE_NICE 1
1133
1134
/* Define to 1 if you have the `nl_langinfo' function. */
1135
#define HAVE_NL_LANGINFO 1
1136
1137
/* Define to 1 if you have the <nmmintrin.h> header file. */
1138
#define HAVE_NMMINTRIN_H 1
1139
1140
/* Defined to 1 if the PHP OCI8 extension for Oracle Database is configured */
1141
/* #undef HAVE_OCI8 */
1142
1143
/* Defined to 1 if PHP OCI8 DTrace support was enabled during configuration */
1144
/* #undef HAVE_OCI8_DTRACE */
1145
1146
/* */
1147
/* #undef HAVE_OCIENVCREATE */
1148
1149
/* */
1150
/* #undef HAVE_OCIENVNLSCREATE */
1151
1152
/* */
1153
/* #undef HAVE_OCISTMTFETCH2 */
1154
1155
/* Defined to 1 if OCI8 configuration located Oracle's Instant Client
1156
   libraries */
1157
/* #undef HAVE_OCI_INSTANT_CLIENT */
1158
1159
/* */
1160
/* #undef HAVE_ODBC2 */
1161
1162
/* */
1163
/* #undef HAVE_ODBCSDK_H */
1164
1165
/* */
1166
/* #undef HAVE_ODBC_H */
1167
1168
/* */
1169
#define HAVE_OPENPTY 1
1170
1171
/* Define to 1 if you have the <openssl/crypto.h> header file. */
1172
/* #undef HAVE_OPENSSL_CRYPTO_H */
1173
1174
/* */
1175
/* #undef HAVE_OPENSSL_EXT */
1176
1177
/* */
1178
/* #undef HAVE_OPROFILE */
1179
1180
/* */
1181
/* #undef HAVE_ORALDAP */
1182
1183
/* */
1184
/* #undef HAVE_PCRE_JIT_SUPPORT */
1185
1186
/* */
1187
/* #undef HAVE_PCRE_VALGRIND_SUPPORT */
1188
1189
/* */
1190
/* #undef HAVE_PDO_DBLIB */
1191
1192
/* */
1193
/* #undef HAVE_PDO_FIREBIRD */
1194
1195
/* Whether to build PostgreSQL for PDO support or not */
1196
/* #undef HAVE_PDO_PGSQL */
1197
1198
/* Define to 1 if you have the pdo_sqlite extension enabled. */
1199
/* #undef HAVE_PDO_SQLITELIB */
1200
1201
/* Whether to build PostgreSQL support or not */
1202
/* #undef HAVE_PGSQL */
1203
1204
/* Whether libpq is compiled with --enable-multibyte */
1205
/* #undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT */
1206
1207
/* PostgreSQL 9.3 or later */
1208
/* #undef HAVE_PG_LO64 */
1209
1210
/* */
1211
/* #undef HAVE_PHPDBG */
1212
1213
/* */
1214
/* #undef HAVE_PHPDBG_READLINE */
1215
1216
/* */
1217
/* #undef HAVE_PHP_SESSION */
1218
1219
/* Define to 1 if you have the `poll' function. */
1220
#define HAVE_POLL 1
1221
1222
/* Define to 1 if you have the <poll.h> header file. */
1223
#define HAVE_POLL_H 1
1224
1225
/* do we have port framework? */
1226
/* #undef HAVE_PORT */
1227
1228
/* whether to include POSIX-like functions */
1229
/* #undef HAVE_POSIX */
1230
1231
/* do we have prctl? */
1232
/* #undef HAVE_PRCTL */
1233
1234
/* */
1235
/* #undef HAVE_PREAD */
1236
1237
/* Libzip >= 1.3.0 with zip_register_progress_callback_with_state function */
1238
/* #undef HAVE_PROGRESS_CALLBACK */
1239
1240
/* */
1241
/* #undef HAVE_PSPELL */
1242
1243
/* Define to 1 if the PS_STRINGS thing exists. */
1244
/* #undef HAVE_PS_STRINGS */
1245
1246
/* do we have ptrace? */
1247
/* #undef HAVE_PTRACE */
1248
1249
/* Whether ptrdiff_t is available */
1250
#define HAVE_PTRDIFF_T 1
1251
1252
/* Define to 1 if you have the <pty.h> header file. */
1253
#define HAVE_PTY_H 1
1254
1255
/* Define to 1 if you have the `putenv' function. */
1256
#define HAVE_PUTENV 1
1257
1258
/* Define to 1 if you have the <pwd.h> header file. */
1259
#define HAVE_PWD_H 1
1260
1261
/* */
1262
/* #undef HAVE_PWRITE */
1263
1264
/* Define to 1 if you have the `RAND_egd' function. */
1265
/* #undef HAVE_RAND_EGD */
1266
1267
/* Define to 1 if you have the <resolv.h> header file. */
1268
#define HAVE_RESOLV_H 1
1269
1270
/* */
1271
/* #undef HAVE_RES_NDESTROY */
1272
1273
/* */
1274
#define HAVE_RES_NSEARCH 1
1275
1276
/* */
1277
#define HAVE_RES_SEARCH 1
1278
1279
/* */
1280
/* #undef HAVE_RFC822_OUTPUT_ADDRESS_LIST */
1281
1282
/* */
1283
/* #undef HAVE_RL_CALLBACK_READ_CHAR */
1284
1285
/* */
1286
/* #undef HAVE_RL_COMPLETION_MATCHES */
1287
1288
/* */
1289
/* #undef HAVE_RL_ON_NEW_LINE */
1290
1291
/* */
1292
/* #undef HAVE_SAPDB */
1293
1294
/* Whether you have sockaddr_storage.ss_family */
1295
/* #undef HAVE_SA_SS_FAMILY */
1296
1297
/* Define to 1 if you have the `scandir' function. */
1298
#define HAVE_SCANDIR 1
1299
1300
/* do we have select? */
1301
/* #undef HAVE_SELECT */
1302
1303
/* */
1304
/* #undef HAVE_SEMUN */
1305
1306
/* Define to 1 if you have the `setegid' function. */
1307
/* #undef HAVE_SETEGID */
1308
1309
/* Define to 1 if you have the `setenv' function. */
1310
#define HAVE_SETENV 1
1311
1312
/* Define to 1 if you have the `seteuid' function. */
1313
/* #undef HAVE_SETEUID */
1314
1315
/* Define to 1 if you have the `setitimer' function. */
1316
#define HAVE_SETITIMER 1
1317
1318
/* Define to 1 if you have the `setpriority' function. */
1319
/* #undef HAVE_SETPRIORITY */
1320
1321
/* Define to 1 if you have the `setproctitle' function. */
1322
/* #undef HAVE_SETPROCTITLE */
1323
1324
/* Define to 1 if you have the `setproctitle_fast' function. */
1325
/* #undef HAVE_SETPROCTITLE_FAST */
1326
1327
/* Define to 1 if you have the `setrlimit' function. */
1328
/* #undef HAVE_SETRLIMIT */
1329
1330
/* Define to 1 if you have the `setsid' function. */
1331
/* #undef HAVE_SETSID */
1332
1333
/* */
1334
/* #undef HAVE_SETSOCKOPT */
1335
1336
/* Libzip >= 1.0.0 with zip_file_set_mtime */
1337
/* #undef HAVE_SET_MTIME */
1338
1339
/* */
1340
/* #undef HAVE_SHMOP */
1341
1342
/* Define if you have SysV IPC SHM support */
1343
/* #undef HAVE_SHM_IPC */
1344
1345
/* Define if you have mmap(MAP_ANON) SHM support */
1346
/* #undef HAVE_SHM_MMAP_ANON */
1347
1348
/* Define if you have POSIX mmap() SHM support */
1349
/* #undef HAVE_SHM_MMAP_POSIX */
1350
1351
/* */
1352
/* #undef HAVE_SHM_OPEN */
1353
1354
/* Define to 1 if you have the `shutdown' function. */
1355
#define HAVE_SHUTDOWN 1
1356
1357
/* */
1358
/* #undef HAVE_SHUTDOWN_SNMP_LOGGING */
1359
1360
/* Define to 1 if you have the `sigaction' function. */
1361
#define HAVE_SIGACTION 1
1362
1363
/* Define to 1 if you have the `sigprocmask' function. */
1364
#define HAVE_SIGPROCMASK 1
1365
1366
/* Define to 1 if you have the `sigsetjmp' function. */
1367
/* #undef HAVE_SIGSETJMP */
1368
1369
/* Define to 1 if you have the `sigtimedwait' function. */
1370
/* #undef HAVE_SIGTIMEDWAIT */
1371
1372
/* Define to 1 if you have the `sigwaitinfo' function. */
1373
/* #undef HAVE_SIGWAITINFO */
1374
1375
/* */
1376
/* #undef HAVE_SIMPLEXML */
1377
1378
/* Define is hash3 algo is available */
1379
/* #undef HAVE_SLOW_HASH3 */
1380
1381
/* */
1382
/* #undef HAVE_SNMP */
1383
1384
/* */
1385
/* #undef HAVE_SOAP */
1386
1387
/* Whether struct sockaddr has field sa_len */
1388
/* #undef HAVE_SOCKADDR_SA_LEN */
1389
1390
/* Whether you have struct sockaddr_storage */
1391
#define HAVE_SOCKADDR_STORAGE 1
1392
1393
/* Define if sockaddr_un in sys/un.h contains a sun_len component */
1394
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
1395
1396
/* */
1397
#define HAVE_SOCKET 1
1398
1399
/* */
1400
#define HAVE_SOCKETPAIR 1
1401
1402
/* */
1403
/* #undef HAVE_SOCKETS */
1404
1405
/* Define to 1 if the system has the type `socklen_t'. */
1406
#define HAVE_SOCKLEN_T 1
1407
1408
/* */
1409
/* #undef HAVE_SOLID */
1410
1411
/* */
1412
/* #undef HAVE_SOLID_30 */
1413
1414
/* */
1415
/* #undef HAVE_SOLID_35 */
1416
1417
/* */
1418
/* #undef HAVE_SQLCLI1_H */
1419
1420
/* */
1421
/* #undef HAVE_SQLDATASOURCES */
1422
1423
/* */
1424
/* #undef HAVE_SQLEXT_H */
1425
1426
/* Define to 1 if you have the sqlite3 extension enabled. */
1427
/* #undef HAVE_SQLITE3 */
1428
1429
/* have sqlite3_close_v2 */
1430
/* #undef HAVE_SQLITE3_CLOSE_V2 */
1431
1432
/* have sqlite3_column_table_name */
1433
/* #undef HAVE_SQLITE3_COLUMN_TABLE_NAME */
1434
1435
/* have sqlite3_errstr function */
1436
/* #undef HAVE_SQLITE3_ERRSTR */
1437
1438
/* have sqlite3_expanded_sql function */
1439
/* #undef HAVE_SQLITE3_EXPANDED_SQL */
1440
1441
/* */
1442
/* #undef HAVE_SQLTYPES_H */
1443
1444
/* */
1445
/* #undef HAVE_SQLUCODE_H */
1446
1447
/* */
1448
/* #undef HAVE_SQLUNIX_H */
1449
1450
/* */
1451
/* #undef HAVE_SQL_H */
1452
1453
/* Whether ssize_t is available */
1454
#define HAVE_SSIZE_T 1
1455
1456
/* Define to 1 if you have the `statfs' function. */
1457
#define HAVE_STATFS 1
1458
1459
/* Define to 1 if you have the `statvfs' function. */
1460
#define HAVE_STATVFS 1
1461
1462
/* Define to 1 if you have the <stdint.h> header file. */
1463
#define HAVE_STDINT_H 1
1464
1465
/* Define to 1 if you have the <stdlib.h> header file. */
1466
#define HAVE_STDLIB_H 1
1467
1468
/* Define to 1 if you have the `std_syslog' function. */
1469
/* #undef HAVE_STD_SYSLOG */
1470
1471
/* */
1472
/* #undef HAVE_STMT_NEXT_RESULT */
1473
1474
/* Define to 1 if you have the `strcasecmp' function. */
1475
#define HAVE_STRCASECMP 1
1476
1477
/* Define to 1 if you have the <strings.h> header file. */
1478
#define HAVE_STRINGS_H 1
1479
1480
/* Define to 1 if you have the <string.h> header file. */
1481
#define HAVE_STRING_H 1
1482
1483
/* Define to 1 if you have the `strlcat' function. */
1484
/* #undef HAVE_STRLCAT */
1485
1486
/* Define to 1 if you have the `strlcpy' function. */
1487
/* #undef HAVE_STRLCPY */
1488
1489
/* Define to 1 if you have the `strndup' function. */
1490
/* #undef HAVE_STRNDUP */
1491
1492
/* Define to 1 if you have the `strnlen' function. */
1493
#define HAVE_STRNLEN 1
1494
1495
/* Define to 1 if you have the `strptime' function. */
1496
#define HAVE_STRPTIME 1
1497
1498
/* whether strptime() declaration fails */
1499
#define HAVE_STRPTIME_DECL_FAILS 1
1500
1501
/* Define to 1 if you have the `strtok_r' function. */
1502
#define HAVE_STRTOK_R 1
1503
1504
/* Define to 1 if you have the `strtoll' function. */
1505
#define HAVE_STRTOLL 1
1506
1507
/* whether you have struct flock */
1508
#define HAVE_STRUCT_FLOCK 1
1509
1510
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1511
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1512
1513
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
1514
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
1515
1516
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
1517
#define HAVE_STRUCT_STAT_ST_RDEV 1
1518
1519
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1520
#define HAVE_STRUCT_TM_TM_GMTOFF 1
1521
1522
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1523
#define HAVE_STRUCT_TM_TM_ZONE 1
1524
1525
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1526
   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1527
#define HAVE_ST_BLOCKS 1
1528
1529
/* Define to 1 if you have the `symlink' function. */
1530
#define HAVE_SYMLINK 1
1531
1532
/* do we have sysconf? */
1533
/* #undef HAVE_SYSCONF */
1534
1535
/* Define to 1 if you have the <sysexits.h> header file. */
1536
#define HAVE_SYSEXITS_H 1
1537
1538
/* Define to 1 if you have the <syslog.h> header file. */
1539
#define HAVE_SYSLOG_H 1
1540
1541
/* FPM use systemd integration */
1542
/* #undef HAVE_SYSTEMD */
1543
1544
/* Define to 1 if you have the <systemd/sd-daemon.h> header file. */
1545
/* #undef HAVE_SYSTEMD_SD_DAEMON_H */
1546
1547
/* */
1548
/* #undef HAVE_SYSVMSG */
1549
1550
/* */
1551
/* #undef HAVE_SYSVSEM */
1552
1553
/* */
1554
/* #undef HAVE_SYSVSHM */
1555
1556
/* Define to 1 if you have the <sys/acl.h> header file. */
1557
/* #undef HAVE_SYS_ACL_H */
1558
1559
/* Define to 1 if you have the <sys/apparmor.h> header file. */
1560
/* #undef HAVE_SYS_APPARMOR_H */
1561
1562
/* Define to 1 if you have the <sys/file.h> header file. */
1563
#define HAVE_SYS_FILE_H 1
1564
1565
/* Define to 1 if you have the <sys/ioctl.h> header file. */
1566
#define HAVE_SYS_IOCTL_H 1
1567
1568
/* Define to 1 if you have the <sys/ipc.h> header file. */
1569
#define HAVE_SYS_IPC_H 1
1570
1571
/* Define to 1 if you have the <sys/loadavg.h> header file. */
1572
/* #undef HAVE_SYS_LOADAVG_H */
1573
1574
/* Define to 1 if you have the <sys/mkdev.h> header file. */
1575
/* #undef HAVE_SYS_MKDEV_H */
1576
1577
/* Define to 1 if you have the <sys/mman.h> header file. */
1578
#define HAVE_SYS_MMAN_H 1
1579
1580
/* Define to 1 if you have the <sys/mount.h> header file. */
1581
#define HAVE_SYS_MOUNT_H 1
1582
1583
/* Define to 1 if you have the <sys/param.h> header file. */
1584
#define HAVE_SYS_PARAM_H 1
1585
1586
/* Define to 1 if you have the <sys/poll.h> header file. */
1587
#define HAVE_SYS_POLL_H 1
1588
1589
/* Define to 1 if you have the <sys/pstat.h> header file. */
1590
/* #undef HAVE_SYS_PSTAT_H */
1591
1592
/* Define to 1 if you have the <sys/resource.h> header file. */
1593
#define HAVE_SYS_RESOURCE_H 1
1594
1595
/* Define to 1 if you have the <sys/sdt.h> header file. */
1596
/* #undef HAVE_SYS_SDT_H */
1597
1598
/* Define to 1 if you have the <sys/select.h> header file. */
1599
#define HAVE_SYS_SELECT_H 1
1600
1601
/* Define to 1 if you have the <sys/socket.h> header file. */
1602
#define HAVE_SYS_SOCKET_H 1
1603
1604
/* Define to 1 if you have the <sys/sockio.h> header file. */
1605
/* #undef HAVE_SYS_SOCKIO_H */
1606
1607
/* Define to 1 if you have the <sys/statfs.h> header file. */
1608
#define HAVE_SYS_STATFS_H 1
1609
1610
/* Define to 1 if you have the <sys/statvfs.h> header file. */
1611
#define HAVE_SYS_STATVFS_H 1
1612
1613
/* Define to 1 if you have the <sys/stat.h> header file. */
1614
#define HAVE_SYS_STAT_H 1
1615
1616
/* Define to 1 if you have the <sys/sysexits.h> header file. */
1617
/* #undef HAVE_SYS_SYSEXITS_H */
1618
1619
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1620
/* #undef HAVE_SYS_SYSMACROS_H */
1621
1622
/* Define to 1 if you have the <sys/time.h> header file. */
1623
#define HAVE_SYS_TIME_H 1
1624
1625
/* Define to 1 if you have the <sys/types.h> header file. */
1626
#define HAVE_SYS_TYPES_H 1
1627
1628
/* Define to 1 if you have the <sys/uio.h> header file. */
1629
#define HAVE_SYS_UIO_H 1
1630
1631
/* Define to 1 if you have the <sys/un.h> header file. */
1632
/* #undef HAVE_SYS_UN_H */
1633
1634
/* Define to 1 if you have the <sys/utsname.h> header file. */
1635
#define HAVE_SYS_UTSNAME_H 1
1636
1637
/* Define to 1 if you have the <sys/vfs.h> header file. */
1638
#define HAVE_SYS_VFS_H 1
1639
1640
/* Define to 1 if you have the <sys/wait.h> header file. */
1641
#define HAVE_SYS_WAIT_H 1
1642
1643
/* */
1644
/* #undef HAVE_TIDY */
1645
1646
/* defined if tidybuffio.h exists */
1647
/* #undef HAVE_TIDYBUFFIO_H */
1648
1649
/* */
1650
/* #undef HAVE_TIDYOPTGETDOC */
1651
1652
/* defined if tidyp.h exists */
1653
/* #undef HAVE_TIDYP_H */
1654
1655
/* */
1656
/* #undef HAVE_TIDYRELEASEDATE */
1657
1658
/* defined if tidy.h exists */
1659
/* #undef HAVE_TIDY_H */
1660
1661
/* Have timelib_config.h */
1662
#define HAVE_TIMELIB_CONFIG_H 1
1663
1664
/* do we have times? */
1665
/* #undef HAVE_TIMES */
1666
1667
/* Define to 1 if you have the <tmmintrin.h> header file. */
1668
#define HAVE_TMMINTRIN_H 1
1669
1670
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1671
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
1672
#define HAVE_TM_ZONE 1
1673
1674
/* Whether you have a working ttyname_r */
1675
/* #undef HAVE_TTYNAME_R */
1676
1677
/* Define to 1 if you don't have `tm_zone' but do have the external array
1678
   `tzname'. */
1679
/* #undef HAVE_TZNAME */
1680
1681
/* Define to 1 if you have the `tzset' function. */
1682
#define HAVE_TZSET 1
1683
1684
/* */
1685
/* #undef HAVE_UDBCEXT_H */
1686
1687
/* Define to 1 if the system has the type `uint16_t'. */
1688
#define HAVE_UINT16_T 1
1689
1690
/* Define to 1 if the system has the type `uint32_t'. */
1691
#define HAVE_UINT32_T 1
1692
1693
/* Define to 1 if the system has the type `uint64_t'. */
1694
#define HAVE_UINT64_T 1
1695
1696
/* Define to 1 if the system has the type `uint8_t'. */
1697
#define HAVE_UINT8_T 1
1698
1699
/* Define to 1 if you have the <unistd.h> header file. */
1700
#define HAVE_UNISTD_H 1
1701
1702
/* */
1703
/* #undef HAVE_UNIXODBC */
1704
1705
/* Define to 1 if you have the <unix.h> header file. */
1706
/* #undef HAVE_UNIX_H */
1707
1708
/* Define to 1 if you have the `unsetenv' function. */
1709
#define HAVE_UNSETENV 1
1710
1711
/* Define to 1 if you have the `unshare' function. */
1712
/* #undef HAVE_UNSHARE */
1713
1714
/* */
1715
/* #undef HAVE_UODBC */
1716
1717
/* Define to 1 if you have the `usleep' function. */
1718
#define HAVE_USLEEP 1
1719
1720
/* Define to 1 if you have the `utime' function. */
1721
#define HAVE_UTIME 1
1722
1723
/* Define to 1 if you have the `utimes' function. */
1724
/* #undef HAVE_UTIMES */
1725
1726
/* Define to 1 if you have the <utime.h> header file. */
1727
#define HAVE_UTIME_H 1
1728
1729
/* Whether struct utsname has domainname */
1730
/* #undef HAVE_UTSNAME_DOMAINNAME */
1731
1732
/* */
1733
/* #undef HAVE_VALGRIND */
1734
1735
/* Define to 1 if you have the `vasprintf' function. */
1736
#define HAVE_VASPRINTF 1
1737
1738
/* Define to 1 if you have the `wait3' function. */
1739
/* #undef HAVE_WAIT3 */
1740
1741
/* Define to 1 if you have the `wait4' function. */
1742
/* #undef HAVE_WAIT4 */
1743
1744
/* Define to 1 if you have the `waitpid' function. */
1745
/* #undef HAVE_WAITPID */
1746
1747
/* */
1748
/* #undef HAVE_XML */
1749
1750
/* */
1751
/* #undef HAVE_XMLREADER */
1752
1753
/* */
1754
/* #undef HAVE_XMLWRITER */
1755
1756
/* */
1757
/* #undef HAVE_XPM */
1758
1759
/* */
1760
/* #undef HAVE_XSL */
1761
1762
/* */
1763
/* #undef HAVE_XSL_EXSLT */
1764
1765
/* */
1766
/* #undef HAVE_ZIP */
1767
1768
/* */
1769
/* #undef HAVE_ZLIB */
1770
1771
/* whether _controlfp is present usable */
1772
/* #undef HAVE__CONTROLFP */
1773
1774
/* whether _controlfp_s is present and usable */
1775
/* #undef HAVE__CONTROLFP_S */
1776
1777
/* whether _FPU_SETCW is present and usable */
1778
#define HAVE__FPU_SETCW 1
1779
1780
/* iconv() is aliased to libiconv() in -liconv */
1781
/* #undef ICONV_ALIASED_LIBICONV */
1782
1783
/* Whether iconv supports IGNORE */
1784
/* #undef ICONV_BROKEN_IGNORE */
1785
1786
/* */
1787
/* #undef JISX0208 */
1788
1789
/* */
1790
/* #undef LMDB_INCLUDE_FILE */
1791
1792
/* Whether asctime_r is declared */
1793
/* #undef MISSING_ASCTIME_R_DECL */
1794
1795
/* Whether ctime_r is declared */
1796
/* #undef MISSING_CTIME_R_DECL */
1797
1798
/* */
1799
#define MISSING_FCLOSE_DECL 0
1800
1801
/* Whether gmtime_r is declared */
1802
/* #undef MISSING_GMTIME_R_DECL */
1803
1804
/* Whether localtime_r is declared */
1805
/* #undef MISSING_LOCALTIME_R_DECL */
1806
1807
/* Whether strtok_r is declared */
1808
/* #undef MISSING_STRTOK_R_DECL */
1809
1810
/* Whether mysqlnd is enabled */
1811
/* #undef MYSQLI_USE_MYSQLND */
1812
1813
/* Enable compressed protocol support */
1814
/* #undef MYSQLND_COMPRESSION_ENABLED */
1815
1816
/* Enable mysqlnd code that uses OpenSSL directly */
1817
/* #undef MYSQLND_HAVE_SSL */
1818
1819
/* Enable core mysqlnd SSL code */
1820
/* #undef MYSQLND_SSL_SUPPORTED */
1821
1822
/* */
1823
/* #undef NDBM_INCLUDE_FILE */
1824
1825
/* The highest supported ODBC version */
1826
#define ODBCVER 0x0300
1827
1828
/* Define to the address where bug reports for this package should be sent. */
1829
/* #undef PACKAGE_BUGREPORT */
1830
1831
/* Define to the full name of this package. */
1832
/* #undef PACKAGE_NAME */
1833
1834
/* Define to the full name and version of this package. */
1835
/* #undef PACKAGE_STRING */
1836
1837
/* Define to the one symbol short name of this package. */
1838
/* #undef PACKAGE_TARNAME */
1839
1840
/* Define to the home page for this package. */
1841
/* #undef PACKAGE_URL */
1842
1843
/* Define to the version of this package. */
1844
/* #undef PACKAGE_VERSION */
1845
1846
/* */
1847
1.66M
#define PCRE2_CODE_UNIT_WIDTH 8
1848
1849
/* */
1850
/* #undef PDO_MYSQL_UNIX_ADDR */
1851
1852
/* Whether pdo_mysql uses mysqlnd */
1853
/* #undef PDO_USE_MYSQLND */
1854
1855
/* */
1856
/* #undef PHAR_HAVE_OPENSSL */
1857
1858
/* */
1859
/* #undef PHPDBG_DEBUG */
1860
1861
/* build provider */
1862
/* #undef PHP_BUILD_PROVIDER */
1863
1864
/* builder uname output */
1865
51
#define PHP_BUILD_SYSTEM "Linux buildkitsandbox 5.4.0-1058-gcp #62~18.04.1-Ubuntu SMP Mon Nov 15 07:49:04 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux"
1866
1867
/* Define if your system has fork/vfork/CreateProcess */
1868
#define PHP_CAN_SUPPORT_PROC_OPEN 1
1869
1870
/* fpm group name */
1871
/* #undef PHP_FPM_GROUP */
1872
1873
/* fpm systemd service type */
1874
/* #undef PHP_FPM_SYSTEMD */
1875
1876
/* fpm user name */
1877
/* #undef PHP_FPM_USER */
1878
1879
/* Whether the compiler supports __builtin_clz */
1880
#define PHP_HAVE_BUILTIN_CLZ 1
1881
1882
/* Whether the compiler supports __builtin_cpu_init */
1883
#define PHP_HAVE_BUILTIN_CPU_INIT 0
1884
1885
/* Whether the compiler supports __builtin_cpu_supports */
1886
#define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
1887
1888
/* Whether the compiler supports __builtin_ctzl */
1889
#define PHP_HAVE_BUILTIN_CTZL 1
1890
1891
/* Whether the compiler supports __builtin_ctzll */
1892
#define PHP_HAVE_BUILTIN_CTZLL 1
1893
1894
/* Whether the compiler supports __builtin_expect */
1895
#define PHP_HAVE_BUILTIN_EXPECT 1
1896
1897
/* Whether the compiler supports __builtin_saddll_overflow */
1898
#define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
1899
1900
/* Whether the compiler supports __builtin_saddl_overflow */
1901
#define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
1902
1903
/* Whether the compiler supports __builtin_smulll_overflow */
1904
#define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
1905
1906
/* Whether the compiler supports __builtin_smull_overflow */
1907
#define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 1
1908
1909
/* Whether the compiler supports __builtin_ssubll_overflow */
1910
#define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
1911
1912
/* Whether the compiler supports __builtin_ssubl_overflow */
1913
#define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
1914
1915
/* Whether you have HP-UX 10.x */
1916
/* #undef PHP_HPUX_TIME_R */
1917
1918
/* Which iconv implementation to use */
1919
/* #undef PHP_ICONV_IMPL */
1920
1921
/* Whether you have IRIX-style functions */
1922
/* #undef PHP_IRIX_TIME_R */
1923
1924
/* */
1925
/* #undef PHP_MHASH_BC */
1926
1927
/* */
1928
/* #undef PHP_MYSQL_UNIX_SOCK_ADDR */
1929
1930
/* */
1931
/* #undef PHP_OCI8_DEF_DIR */
1932
1933
/* */
1934
/* #undef PHP_OCI8_DEF_SHARED_LIBADD */
1935
1936
/* define to 1 if oniguruma has an invalid entry for KOI8 encoding */
1937
#define PHP_ONIG_BAD_KOI8_ENTRY 1
1938
1939
/* uname output */
1940
3.00k
#define PHP_OS "Linux"
1941
1942
/* */
1943
/* #undef PHP_PDO_OCI_CLIENT_VERSION */
1944
1945
/* whether pread64 is default */
1946
/* #undef PHP_PREAD_64 */
1947
1948
/* whether pwrite64 is default */
1949
/* #undef PHP_PWRITE_64 */
1950
1951
/* */
1952
#define PHP_SIGCHILD 0
1953
1954
/* uname -a output */
1955
0
#define PHP_UNAME "Linux buildkitsandbox 5.4.0-1058-gcp #62~18.04.1-Ubuntu SMP Mon Nov 15 07:49:04 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux"
1956
1957
/* Whether PHP has to use its own crypt_r for blowfish, des and ext des */
1958
#define PHP_USE_PHP_CRYPT_R 1
1959
1960
/* Use dlopen with RTLD_NOW instead of RTLD_LAZY */
1961
/* #undef PHP_USE_RTLD_NOW */
1962
1963
/* whether write(2) works */
1964
#define PHP_WRITE_STDOUT 1
1965
1966
/* /proc/pid/mem interface */
1967
/* #undef PROC_MEM_FILE */
1968
1969
/* Whether to use Pthreads */
1970
/* #undef PTHREADS */
1971
1972
/* */
1973
/* #undef QDBM_INCLUDE_FILE */
1974
1975
/* The size of `int', as computed by sizeof. */
1976
#define SIZEOF_INT 4
1977
1978
/* Size of intmax_t */
1979
#define SIZEOF_INTMAX_T 8
1980
1981
/* The size of `long', as computed by sizeof. */
1982
#define SIZEOF_LONG 8
1983
1984
/* The size of `long long', as computed by sizeof. */
1985
#define SIZEOF_LONG_LONG 8
1986
1987
/* The size of `off_t', as computed by sizeof. */
1988
#define SIZEOF_OFF_T 8
1989
1990
/* Size of ptrdiff_t */
1991
#define SIZEOF_PTRDIFF_T 8
1992
1993
/* The size of `short', as computed by sizeof. */
1994
#define SIZEOF_SHORT 2
1995
1996
/* The size of `size_t', as computed by sizeof. */
1997
#define SIZEOF_SIZE_T 8
1998
1999
/* Size of ssize_t */
2000
#define SIZEOF_SSIZE_T 8
2001
2002
/* have sqlite3 with extension support */
2003
/* #undef SQLITE_OMIT_LOAD_EXTENSION */
2004
2005
/* Needed in sqlunix.h for wchar defs */
2006
/* #undef SS_FBX */
2007
2008
/* Needed in sqlunix.h */
2009
/* #undef SS_LINUX */
2010
2011
/* If using the C implementation of alloca, define if you know the
2012
   direction of stack growth for your system; otherwise it will be
2013
   automatically deduced at runtime.
2014
  STACK_DIRECTION > 0 => grows toward higher addresses
2015
  STACK_DIRECTION < 0 => grows toward lower addresses
2016
  STACK_DIRECTION = 0 => direction of growth unknown */
2017
/* #undef STACK_DIRECTION */
2018
2019
/* Define to 1 if you have the ANSI C header files. */
2020
#define STDC_HEADERS 1
2021
2022
/* */
2023
/* #undef TCADB_INCLUDE_FILE */
2024
2025
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2026
/* #undef TM_IN_SYS_TIME */
2027
2028
/* */
2029
/* #undef USE_GD_JISX0208 */
2030
2031
/* Define if cross-process locking is required by accept() */
2032
/* #undef USE_LOCKING */
2033
2034
/* Use system default cipher list instead of hardcoded value */
2035
/* #undef USE_OPENSSL_SYSTEM_CIPHERS */
2036
2037
/* Enable extensions on AIX 3, Interix.  */
2038
#ifndef _ALL_SOURCE
2039
# define _ALL_SOURCE 1
2040
#endif
2041
/* Enable GNU extensions on systems that have them.  */
2042
#ifndef _GNU_SOURCE
2043
# define _GNU_SOURCE 1
2044
#endif
2045
/* Enable threading extensions on Solaris.  */
2046
#ifndef _POSIX_PTHREAD_SEMANTICS
2047
# define _POSIX_PTHREAD_SEMANTICS 1
2048
#endif
2049
/* Enable extensions on HP NonStop.  */
2050
#ifndef _TANDEM_SOURCE
2051
# define _TANDEM_SOURCE 1
2052
#endif
2053
/* Enable general extensions on Solaris.  */
2054
#ifndef __EXTENSIONS__
2055
# define __EXTENSIONS__ 1
2056
#endif
2057
2058
2059
/* Define if processor uses big-endian word */
2060
/* #undef WORDS_BIGENDIAN */
2061
2062
/* */
2063
492M
#define ZEND_DEBUG 1
2064
2065
/* Define if double cast to long preserves least significant bits */
2066
/* #undef ZEND_DVAL_TO_LVAL_CAST_OK */
2067
2068
/* */
2069
380M
#define ZEND_MM_ALIGNMENT 8
2070
2071
/* */
2072
210M
#define ZEND_MM_ALIGNMENT_LOG2 3
2073
2074
/* Use zend signal handling */
2075
#define ZEND_SIGNALS 1
2076
2077
/* */
2078
/* #undef ZTS */
2079
2080
/* Define to 1 if on MINIX. */
2081
/* #undef _MINIX */
2082
2083
/* Define to 2 if the system does not provide POSIX.1 features except with
2084
   this defined. */
2085
/* #undef _POSIX_1_SOURCE */
2086
2087
/* Define to 1 if you need to in order for `stat' and other things to work. */
2088
/* #undef _POSIX_SOURCE */
2089
2090
/* Define to `int' if <sys/types.h> doesn't define. */
2091
/* #undef gid_t */
2092
2093
/* */
2094
/* #undef in_addr_t */
2095
2096
/* Define to `__inline__' or `__inline' if that's what the C compiler
2097
   calls it, or to nothing if 'inline' is not supported under any name.  */
2098
#ifndef __cplusplus
2099
/* #undef inline */
2100
#endif
2101
2102
/* Define to `unsigned int' if <sys/types.h> does not define. */
2103
/* #undef size_t */
2104
2105
/* Define to `int' if <sys/types.h> doesn't define. */
2106
/* #undef uid_t */
2107
2108
2109
#include <stdlib.h>
2110
2111
#ifdef HAVE_SYS_TYPES_H
2112
# include <sys/types.h>
2113
#endif
2114
2115
#ifdef HAVE_SYS_SELECT_H
2116
#include <sys/select.h>
2117
#endif
2118
2119
#include <string.h>
2120
2121
#endif /* PHP_CONFIG_H */
2122