|
58 | 58 | and to string "0" if they are not. */ |
59 | 59 | #define DEFAULT_SHORT_OPEN_TAG "@DEFAULT_SHORT_OPEN_TAG@" |
60 | 60 |
|
61 | | -/* Define to 1 if 'TIOCGWINSZ' requires <sys/ioctl.h>. */ |
62 | | -#cmakedefine GWINSZ_IN_SYS_IOCTL 1 |
63 | | - |
64 | 61 | /* Define to 1 when aarch64 CRC32 API is available. */ |
65 | 62 | #cmakedefine HAVE_AARCH64_CRC32 1 |
66 | 63 |
|
|
76 | 73 | /* Define to 1 if you have the 'alphasort' function. */ |
77 | 74 | #cmakedefine HAVE_ALPHASORT 1 |
78 | 75 |
|
79 | | -/* Define to 1 if AppArmor confinement is available for PHP-FPM. */ |
80 | | -#cmakedefine HAVE_APPARMOR 1 |
81 | | - |
82 | 76 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
83 | 77 | #cmakedefine HAVE_ARPA_INET_H 1 |
84 | 78 |
|
|
103 | 97 | /* Define to 1 if PHP has the <main/build-defs.h> header file. */ |
104 | 98 | #cmakedefine HAVE_BUILD_DEFS_H 1 |
105 | 99 |
|
106 | | -/* Define to 1 if compiler supports __sync_bool_compare_and_swap() a.o. */ |
107 | | -#cmakedefine HAVE_BUILTIN_ATOMIC 1 |
108 | | - |
109 | 100 | /* Define to 1 if you have the 'chroot' function. */ |
110 | 101 | #cmakedefine HAVE_CHROOT 1 |
111 | 102 |
|
112 | | -/* Define to 1 if you have the 'clearenv' function. */ |
113 | | -#cmakedefine HAVE_CLEARENV 1 |
114 | | - |
115 | | -/* Define to 1 if you have the 'clock_gettime' function. */ |
116 | | -#cmakedefine HAVE_CLOCK_GETTIME 1 |
117 | | - |
118 | | -/* Define to 1 if you have the 'clock_get_time' function. */ |
119 | | -#cmakedefine HAVE_CLOCK_GET_TIME 1 |
120 | | - |
121 | 103 | /* Define to 1 if you have the 'copy_file_range' function. */ |
122 | 104 | #cmakedefine HAVE_COPY_FILE_RANGE 1 |
123 | 105 |
|
124 | 106 | /* Define to 1 if you have the 'ctime_r' function. */ |
125 | 107 | #cmakedefine HAVE_CTIME_R 1 |
126 | 108 |
|
127 | | -/* Define to 1 if system has a working '/dev/poll'. */ |
128 | | -#cmakedefine HAVE_DEVPOLL 1 |
129 | | - |
130 | 109 | /* Define to 1 if you have the <dirent.h> header file. */ |
131 | 110 | #cmakedefine HAVE_DIRENT_H 1 |
132 | 111 |
|
|
142 | 121 | /* Define to 1 if DTrace support is enabled. */ |
143 | 122 | #cmakedefine HAVE_DTRACE 1 |
144 | 123 |
|
145 | | -/* Define to 1 if system has a working epoll. */ |
146 | | -#cmakedefine HAVE_EPOLL 1 |
147 | | - |
148 | 124 | /* Define to 1 if you have the 'explicit_bzero' function. */ |
149 | 125 | #cmakedefine HAVE_EXPLICIT_BZERO 1 |
150 | 126 |
|
|
163 | 139 | /* Define to 1 if you have the 'fopencookie' function. */ |
164 | 140 | #cmakedefine HAVE_FOPENCOOKIE 1 |
165 | 141 |
|
166 | | -/* Define to 1 if PHP-FPM has ACL support. */ |
167 | | -#cmakedefine HAVE_FPM_ACL 1 |
168 | | - |
169 | 142 | /* Define to 1 if you have the 'ftok' function. */ |
170 | 143 | #cmakedefine HAVE_FTOK 1 |
171 | 144 |
|
|
277 | 250 | /* Define to 1 if IPv6 is enabled and supported. */ |
278 | 251 | #cmakedefine HAVE_IPV6 1 |
279 | 252 |
|
280 | | -/* Define to 1 if system has a working 'kqueue' function. */ |
281 | | -#cmakedefine HAVE_KQUEUE 1 |
282 | | - |
283 | 253 | /* Define to 1 if you have the <langinfo.h> header file. */ |
284 | 254 | #cmakedefine HAVE_LANGINFO_H 1 |
285 | 255 |
|
|
301 | 271 | /* Define to 1 if you have the 'localtime_r' function. */ |
302 | 272 | #cmakedefine HAVE_LOCALTIME_R 1 |
303 | 273 |
|
304 | | -/* Define to 1 if you have 'SO_LISTENQ*'. */ |
305 | | -#cmakedefine HAVE_LQ_SO_LISTENQ 1 |
306 | | - |
307 | | -/* Define to 1 if you have 'TCP_CONNECTION_INFO'. */ |
308 | | -#cmakedefine HAVE_LQ_TCP_CONNECTION_INFO 1 |
309 | | - |
310 | | -/* Define to 1 if you have 'TCP_INFO'. */ |
311 | | -#cmakedefine HAVE_LQ_TCP_INFO 1 |
312 | | - |
313 | | -/* Define to 1 if you have the 'mach_vm_read' function. */ |
314 | | -#cmakedefine HAVE_MACH_VM_READ 1 |
315 | | - |
316 | 274 | /* Define to 1 if you have the 'memcntl' function. */ |
317 | 275 | #cmakedefine HAVE_MEMCNTL 1 |
318 | 276 |
|
|
355 | 313 | /* Define to 1 if you have the <os/signpost.h> header file. */ |
356 | 314 | #cmakedefine HAVE_OS_SIGNPOST_H 1 |
357 | 315 |
|
358 | | -/* Define to 1 if the phpdbg SAPI has libedit/readline integration. */ |
359 | | -#cmakedefine HAVE_PHPDBG_READLINE 1 |
360 | | - |
361 | 316 | /* Define to 1 if you have the 'poll' function. */ |
362 | 317 | #cmakedefine HAVE_POLL 1 |
363 | 318 |
|
364 | 319 | /* Define to 1 if you have the <poll.h> header file. */ |
365 | 320 | #cmakedefine HAVE_POLL_H 1 |
366 | 321 |
|
367 | | -/* Define to 1 if you have the 'port_create' function. */ |
368 | | -#cmakedefine HAVE_PORT 1 |
369 | | - |
370 | 322 | /* Define to 1 if you have the 'prctl' function. */ |
371 | 323 | #cmakedefine HAVE_PRCTL 1 |
372 | 324 |
|
373 | 325 | /* Define to 1 if you have the 'procctl' function. */ |
374 | 326 | #cmakedefine HAVE_PROCCTL 1 |
375 | 327 |
|
376 | | -/* Define if the PS_STRINGS exists. */ |
377 | | -#cmakedefine HAVE_PS_STRINGS |
378 | | - |
379 | 328 | /* Define to 1 if you have the 'pthread_jit_write_protect_np' function. */ |
380 | 329 | #cmakedefine HAVE_PTHREAD_JIT_WRITE_PROTECT_NP 1 |
381 | 330 |
|
382 | | -/* Define to 1 if you have the 'ptrace' function. */ |
383 | | -#cmakedefine HAVE_PTRACE 1 |
384 | | - |
385 | 331 | /* Define to 1 if the system has the type 'ptrdiff_t'. */ |
386 | 332 | #cmakedefine HAVE_PTRDIFF_T 1 |
387 | 333 |
|
|
400 | 346 | /* Define to 1 if you have the 'scandir' function. */ |
401 | 347 | #cmakedefine HAVE_SCANDIR 1 |
402 | 348 |
|
403 | | -/* Define to 1 if system has a working 'select' function. */ |
404 | | -#cmakedefine HAVE_SELECT 1 |
405 | | - |
406 | | -/* Define to 1 if SELinux is available in PHP-FPM. */ |
407 | | -#cmakedefine HAVE_SELINUX 1 |
408 | | - |
409 | 349 | /* Define to 1 if you have the 'setenv' function. */ |
410 | 350 | #cmakedefine HAVE_SETENV 1 |
411 | 351 |
|
412 | 352 | /* Define to 1 if you have the 'setitimer' function. */ |
413 | 353 | #cmakedefine HAVE_SETITIMER 1 |
414 | 354 |
|
415 | | -/* Define to 1 if you have the 'setpflags' function. */ |
416 | | -#cmakedefine HAVE_SETPFLAGS 1 |
417 | | - |
418 | | -/* Define to 1 if you have the 'setproctitle' function. */ |
419 | | -#cmakedefine HAVE_SETPROCTITLE 1 |
420 | | - |
421 | | -/* Define to 1 if you have the 'setproctitle_fast' function. */ |
422 | | -#cmakedefine HAVE_SETPROCTITLE_FAST 1 |
423 | | - |
424 | 355 | /* Define to 1 if you have the 'shutdown' function. */ |
425 | 356 | #cmakedefine HAVE_SHUTDOWN 1 |
426 | 357 |
|
|
433 | 364 | /* Define to 1 if the system has the type 'struct sockaddr_storage'. */ |
434 | 365 | #cmakedefine HAVE_SOCKADDR_STORAGE 1 |
435 | 366 |
|
436 | | -/* Define to 1 if 'sun_len' is a member of 'struct sockaddr_un'. */ |
437 | | -#cmakedefine HAVE_SOCKADDR_UN_SUN_LEN 1 |
438 | | - |
439 | 367 | /* Define to 1 if you have the 'socketpair' function. */ |
440 | 368 | #cmakedefine HAVE_SOCKETPAIR 1 |
441 | 369 |
|
|
499 | 427 | /* Define to 1 if you have the 'symlink' function. */ |
500 | 428 | #cmakedefine HAVE_SYMLINK 1 |
501 | 429 |
|
502 | | -/* Define to 1 if you have the 'sysconf' function. */ |
503 | | -#cmakedefine HAVE_SYSCONF 1 |
504 | | - |
505 | 430 | /* Define to 1 if you have the <sysexits.h> header file. */ |
506 | 431 | #cmakedefine HAVE_SYSEXITS_H 1 |
507 | 432 |
|
508 | 433 | /* Define to 1 if you have the <syslog.h> header file. */ |
509 | 434 | #cmakedefine HAVE_SYSLOG_H 1 |
510 | 435 |
|
511 | | -/* Define to 1 if FPM has systemd integration. */ |
512 | | -#cmakedefine HAVE_SYSTEMD 1 |
513 | | - |
514 | | -/* Define to 1 if you have the <sys/acl.h> header file. */ |
515 | | -#cmakedefine HAVE_SYS_ACL_H 1 |
516 | | - |
517 | 436 | /* Define to 1 if you have the <sys/file.h> header file. */ |
518 | 437 | #cmakedefine HAVE_SYS_FILE_H 1 |
519 | 438 |
|
|
541 | 460 | /* Define to 1 if you have the <sys/procctl.h> header file. */ |
542 | 461 | #cmakedefine HAVE_SYS_PROCCTL_H 1 |
543 | 462 |
|
544 | | -/* Define to 1 if you have the <sys/pstat.h> header file. */ |
545 | | -#cmakedefine HAVE_SYS_PSTAT_H 1 |
546 | | - |
547 | 463 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
548 | 464 | #cmakedefine HAVE_SYS_RESOURCE_H 1 |
549 | 465 |
|
|
583 | 499 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
584 | 500 | #cmakedefine HAVE_SYS_WAIT_H 1 |
585 | 501 |
|
586 | | -/* Define to 1 if you have the 'times' function. */ |
587 | | -#cmakedefine HAVE_TIMES 1 |
588 | | - |
589 | 502 | /* Define to 1 if you have the <tmmintrin.h> header file. */ |
590 | 503 | #cmakedefine HAVE_TMMINTRIN_H 1 |
591 | 504 |
|
|
601 | 514 | /* Define to 1 if you have the 'unsetenv' function. */ |
602 | 515 | #cmakedefine HAVE_UNSETENV 1 |
603 | 516 |
|
604 | | -/* Define to 1 if faulting on write-protected memory support can be compiled |
605 | | - for userfaultfd. */ |
606 | | -#cmakedefine HAVE_USERFAULTFD_WRITEFAULT 1 |
607 | | - |
608 | 517 | /* Define to 1 if you have the 'usleep' function. */ |
609 | 518 | #cmakedefine HAVE_USLEEP 1 |
610 | 519 |
|
|
753 | 662 | /* Define to 1 if 'write(2)' works. */ |
754 | 663 | #cmakedefine PHP_WRITE_STDOUT 1 |
755 | 664 |
|
756 | | -/* Define to the /proc/pid/mem interface filename value. */ |
757 | | -#cmakedefine PROC_MEM_FILE "@PROC_MEM_FILE@" |
758 | | - |
759 | 665 | /* The size of 'int', as computed by sizeof. */ |
760 | 666 | @SIZEOF_INT_CODE@ |
761 | 667 |
|
|
783 | 689 | /* Define to 1 if strerror_r returns char *. */ |
784 | 690 | #cmakedefine STRERROR_R_CHAR_P 1 |
785 | 691 |
|
786 | | -/* Define to 1 if cross-process locking is required by 'accept()'. */ |
787 | | -#cmakedefine USE_LOCKING 1 |
788 | | - |
789 | 692 | @PHP_SYSTEM_EXTENSIONS@ |
790 | 693 |
|
791 | 694 | /* Define if processor uses big-endian word. */ |
|
810 | 713 |
|
811 | 714 | @ZEND_CONFIGURATION@ |
812 | 715 |
|
| 716 | +/***************************************************************************** |
| 717 | + PHP SAPIs configuration |
| 718 | + ****************************************************************************/ |
| 719 | + |
| 720 | +@PHP_SAPIS_CONFIGURATION@ |
| 721 | + |
813 | 722 | /***************************************************************************** |
814 | 723 | PHP extensions configuration |
815 | 724 | ****************************************************************************/ |
|
0 commit comments