Lines Matching refs:h

19 AC_CONFIG_HEADER(main/php_config.h)
41 # include <stdlib.h>
45 # include <sys/types.h>
49 #include <sys/select.h>
53 # include <ieeefp.h>
57 # include <string.h>
59 # include <strings.h>
68 #include <math.h>
142 echo "/* automatically generated by configure */" > php_version.h.new
143 echo "/* edit configure.in to change version number */" >> php_version.h.new
144 echo "#define PHP_MAJOR_VERSION $PHP_MAJOR_VERSION" >> php_version.h.new
145 echo "#define PHP_MINOR_VERSION $PHP_MINOR_VERSION" >> php_version.h.new
146 echo "#define PHP_RELEASE_VERSION $PHP_RELEASE_VERSION" >> php_version.h.new
147 echo "#define PHP_EXTRA_VERSION \"$PHP_EXTRA_VERSION\"" >> php_version.h.new
148 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
149 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
150 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
152 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
153 echo 'Updated main/php_version.h'
155 rm -f php_version.h.new
235 …if ! test -f "$abs_srcdir/Zend/zend_language_parser.h" || ! test -f "$abs_srcdir/Zend/zend_languag…
473 dnl QNX requires unix.h to allow functions in libunix to work properly
475 inttypes.h \
476 stdint.h \
477 dirent.h \
478 ApplicationServices/ApplicationServices.h \
479 sys/param.h \
480 sys/types.h \
481 sys/time.h \
482 netinet/in.h \
483 alloca.h \
484 arpa/inet.h \
485 arpa/nameser.h \
486 assert.h \
487 crypt.h \
488 dns.h \
489 fcntl.h \
490 grp.h \
491 ieeefp.h \
492 langinfo.h \
493 limits.h \
494 locale.h \
495 monetary.h \
496 netdb.h \
497 pwd.h \
498 resolv.h \
499 signal.h \
500 stdarg.h \
501 stdlib.h \
502 string.h \
503 syslog.h \
504 sysexits.h \
505 sys/ioctl.h \
506 sys/file.h \
507 sys/mman.h \
508 sys/mount.h \
509 sys/poll.h \
510 sys/resource.h \
511 sys/select.h \
512 sys/socket.h \
513 sys/stat.h \
514 sys/statfs.h \
515 sys/statvfs.h \
516 sys/vfs.h \
517 sys/sysexits.h \
518 sys/varargs.h \
519 sys/wait.h \
520 sys/loadavg.h \
521 termios.h \
522 unistd.h \
523 unix.h \
524 utime.h \
525 sys/utsname.h \
526 sys/ipc.h \
527 dlfcn.h \
528 assert.h
531 #include <sys/param.h>
534 #include <sys/types.h>
537 #include <sys/time.h>
540 #include <netinet/in.h>
543 #include <arpa/nameser.h>
570 dnl These are defined elsewhere than stdio.h
596 [AC_TRY_LINK([ #include <sys/types.h>
597 #include <sys/socket.h>
598 #include <netinet/in.h>], [struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s;…
696 [AC_TRY_LINK([#include <netdb.h>],
697 [struct addrinfo *g,h;g=&h;getaddrinfo("","",g,&g);],
699 #include <netdb.h>
700 #include <sys/types.h>
702 # include <sys/socket.h>
975 AC_CHECK_HEADERS([sys/sdt.h], [
976 PHP_INIT_DTRACE([Zend/zend_dtrace.d],[Zend/zend_dtrace_gen.h],[main/main.c Zend/zend_API.c \
982 AC_MSG_ERROR([Cannot find sys/sdt.h which is required for DTrace support])
1192 ZEND_MODULE_API_NO=`$EGREP '#define ZEND_MODULE_API_NO ' $srcdir/Zend/zend_modules.h|$SED 's/#defin…
1522 ALL_OUTPUT_FILES="php5.spec main/build-defs.h \
1546 echo '#include <../main/php_config.h>' > TSRM/tsrm_config.h
1550 cat >Zend/zend_config.h <<FEO
1551 #include <../main/php_config.h>