Lines Matching refs:h

21 AC_CONFIG_SRCDIR([main/php_version.h])
29 AC_CONFIG_HEADERS([main/php_config.h])
48 #include <stdlib.h>
51 # include <sys/types.h>
55 #include <sys/select.h>
59 # include <ieeefp.h>
62 #include <string.h>
72 #include <math.h>
136 echo "/* automatically generated by configure */" > php_version.h.new
137 echo "/* edit configure.ac to change version number */" >> php_version.h.new
138 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new
139 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new
140 echo "#define PHP_RELEASE_VERSION $PHP_RELEASE_VERSION" >> php_version.h.new
141 echo "#define PHP_EXTRA_VERSION \"$PHP_EXTRA_VERSION\"" >> php_version.h.new
142 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
143 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
144 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
146 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
147 echo 'Updated main/php_version.h'
149 rm -f php_version.h.new
414 dnl QNX requires unix.h to allow functions in libunix to work properly.
415 dnl locale.h is checked for supporting old code in extensions such as imagick.
417 inttypes.h \
418 stdint.h \
419 dirent.h \
420 sys/param.h \
421 sys/types.h \
422 sys/time.h \
423 netinet/in.h \
424 alloca.h \
425 arpa/inet.h \
426 arpa/nameser.h \
427 crypt.h \
428 dns.h \
429 fcntl.h \
430 grp.h \
431 ieeefp.h \
432 langinfo.h \
433 locale.h \
434 malloc.h \
435 monetary.h \
436 netdb.h \
437 poll.h \
438 pwd.h \
439 resolv.h \
440 strings.h \
441 syslog.h \
442 sysexits.h \
443 sys/auxv.h \
444 sys/ioctl.h \
445 sys/file.h \
446 sys/mman.h \
447 sys/mount.h \
448 sys/poll.h \
449 sys/resource.h \
450 sys/select.h \
451 sys/socket.h \
452 sys/stat.h \
453 sys/statfs.h \
454 sys/statvfs.h \
455 sys/vfs.h \
456 sys/sysexits.h \
457 sys/uio.h \
458 sys/wait.h \
459 sys/loadavg.h \
460 termios.h \
461 unistd.h \
462 unix.h \
463 utime.h \
464 sys/utsname.h \
465 sys/ipc.h \
466 dlfcn.h \
467 tmmintrin.h \
468 nmmintrin.h \
469 immintrin.h
472 #include <sys/param.h>
475 #include <sys/types.h>
478 #include <sys/time.h>
481 #include <netinet/in.h>
484 #include <arpa/nameser.h>
505 # include <sys/types.h>
508 # include <sys/socket.h>
512 dnl These are defined elsewhere than stdio.h.
552 AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
578 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
579 #include <sys/socket.h>
580 #include <netinet/in.h>]], [[struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; …
663 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]],
664 [[struct addrinfo *g,h;g=&h;getaddrinfo("","",g,&g);]])],[AC_RUN_IFELSE([AC_LANG_SOURCE([[
665 #include <string.h>
666 #include <netdb.h>
667 #include <sys/types.h>
669 # include <sys/socket.h>
725 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <arm_acle.h>]],[[__crc32d(0, 0);]])],[ac_cv_func___crc3…
983 AC_CHECK_HEADERS([sys/sdt.h], [
984 PHP_INIT_DTRACE([Zend/zend_dtrace.d],[Zend/zend_dtrace_gen.h],[main/main.c Zend/zend_API.c \
990 AC_MSG_ERROR([Cannot find sys/sdt.h which is required for DTrace support])
1236 ZEND_MODULE_API_NO=`$EGREP '#define ZEND_MODULE_API_NO ' $srcdir/Zend/zend_modules.h|"${SED}" 's/#d…
1534 ALL_OUTPUT_FILES="main/build-defs.h \
1542 AC_CONFIG_COMMANDS_PRE([PHP_PATCH_CONFIG_HEADERS([main/php_config.h.in])])
1569 cat >Zend/zend_config.h <<FEO
1570 #include <../main/php_config.h>