Advertisement
Guest User

Untitled

a guest
Mar 29th, 2010
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.47 KB | None | 0 0
  1.  
  2. /* main/php_config.h. Generated automatically by configure. */
  3. /* main/php_config.h.in. Generated automatically from configure.in by autoheader. */
  4. /* Leave this file alone */
  5. /*
  6. +----------------------------------------------------------------------+
  7. | Zend Engine |
  8. +----------------------------------------------------------------------+
  9. | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) |
  10. +----------------------------------------------------------------------+
  11. | This source file is subject to version 2.00 of the Zend license, |
  12. | that is bundled with this package in the file LICENSE, and is |
  13. | available through the world-wide-web at the following url: |
  14. | http://www.zend.com/license/2_00.txt. |
  15. | If you did not receive a copy of the Zend license and are unable to |
  16. | obtain it through the world-wide-web, please send a note to |
  17. | license@zend.com so we can mail you a copy immediately. |
  18. +----------------------------------------------------------------------+
  19. | Authors: Andi Gutmans <andi@zend.com> |
  20. | Zeev Suraski <zeev@zend.com> |
  21. +----------------------------------------------------------------------+
  22. */
  23.  
  24. /* $Id: acconfig.h 293155 2010-01-05 20:46:53Z sebastian $ */
  25.  
  26. #if defined(__GNUC__) && __GNUC__ >= 4
  27. # define ZEND_API __attribute__ ((visibility("default")))
  28. # define ZEND_DLEXPORT __attribute__ ((visibility("default")))
  29. #else
  30. # define ZEND_API
  31. # define ZEND_DLEXPORT
  32. #endif
  33.  
  34. #define ZEND_DLIMPORT
  35.  
  36.  
  37. /* Define if on AIX 3.
  38. System headers sometimes define this.
  39. We just want to avoid a redefinition error message. */
  40. #ifndef _ALL_SOURCE
  41. /* #undef _ALL_SOURCE */
  42. #endif
  43.  
  44. /* Define if using alloca.c. */
  45. /* #undef C_ALLOCA */
  46.  
  47. /* Define to empty if the keyword does not work. */
  48. /* #undef const */
  49.  
  50. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  51. This function is required for alloca.c support on those systems. */
  52. /* #undef CRAY_STACKSEG_END */
  53.  
  54. /* Define to `int' if <sys/types.h> doesn't define. */
  55. /* #undef gid_t */
  56.  
  57. /* Define if you have alloca, as a function or macro. */
  58. #define HAVE_ALLOCA 1
  59.  
  60. /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
  61. #define HAVE_ALLOCA_H 1
  62.  
  63. /* Define if you don't have vprintf but do have _doprnt. */
  64. /* #undef HAVE_DOPRNT */
  65.  
  66. /* Define if your system has a working fnmatch function. */
  67. #define HAVE_FNMATCH 1
  68.  
  69. /* Define if your struct stat has st_blksize. */
  70. #define HAVE_ST_BLKSIZE 1
  71.  
  72. /* Define if your struct stat has st_blocks. */
  73. #define HAVE_ST_BLOCKS 1
  74.  
  75. /* Define if your struct stat has st_rdev. */
  76. #define HAVE_ST_RDEV 1
  77.  
  78. /* Define if your struct tm has tm_zone. */
  79. #define HAVE_TM_ZONE 1
  80.  
  81. /* Define if you don't have tm_zone but do have the external array
  82. tzname. */
  83. /* #undef HAVE_TZNAME */
  84.  
  85. /* Define if utime(file, NULL) sets file's timestamp to the present. */
  86. #define HAVE_UTIME_NULL 1
  87.  
  88. /* Define if you have the vprintf function. */
  89. #define HAVE_VPRINTF 1
  90.  
  91. /* Define as __inline if that's what the C compiler calls it. */
  92. /* #undef inline */
  93.  
  94. /* Define if your C compiler doesn't accept -c and -o together. */
  95. /* #undef NO_MINUS_C_MINUS_O */
  96.  
  97. /* Define as the return type of signal handlers (int or void). */
  98. #define RETSIGTYPE void
  99.  
  100. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  101. /* #undef size_t */
  102.  
  103. /* If using the C implementation of alloca, define if you know the
  104. direction of stack growth for your system; otherwise it will be
  105. automatically deduced at run-time.
  106. STACK_DIRECTION > 0 => grows toward higher addresses
  107. STACK_DIRECTION < 0 => grows toward lower addresses
  108. STACK_DIRECTION = 0 => direction of growth unknown
  109. */
  110. /* #undef STACK_DIRECTION */
  111.  
  112. /* Define if you have the ANSI C header files. */
  113. #define STDC_HEADERS 1
  114.  
  115. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  116. #define TIME_WITH_SYS_TIME 1
  117.  
  118. /* Define if your <sys/time.h> declares struct tm. */
  119. /* #undef TM_IN_SYS_TIME */
  120.  
  121. /* Define to `int' if <sys/types.h> doesn't define. */
  122. /* #undef uid_t */
  123.  
  124. /* #undef uint */
  125. /* #undef ulong */
  126.  
  127. /* The number of bytes in a char. */
  128. #define SIZEOF_CHAR 1
  129.  
  130. /* The number of bytes in a char *. */
  131. #define SIZEOF_CHAR_P 8
  132.  
  133. /* The number of bytes in a int. */
  134. #define SIZEOF_INT 4
  135.  
  136. /* The number of bytes in a long. */
  137. #define SIZEOF_LONG 8
  138.  
  139. /* The number of bytes in a long int. */
  140. /* #undef SIZEOF_LONG_INT */
  141.  
  142. /* The number of bytes in a long long. */
  143. #define SIZEOF_LONG_LONG 8
  144.  
  145. /* The number of bytes in a long long int. */
  146. #define SIZEOF_LONG_LONG_INT 8
  147.  
  148. /* The number of bytes in a short. */
  149. #define SIZEOF_SHORT 2
  150.  
  151. /* The number of bytes in a size_t. */
  152. #define SIZEOF_SIZE_T 8
  153.  
  154. /* Define if you have the CreateProcess function. */
  155. /* #undef HAVE_CREATEPROCESS */
  156.  
  157. /* Define if you have the acosh function. */
  158. #define HAVE_ACOSH 1
  159.  
  160. /* Define if you have the alphasort function. */
  161. #define HAVE_ALPHASORT 1
  162.  
  163. /* Define if you have the asctime_r function. */
  164. #define HAVE_ASCTIME_R 1
  165.  
  166. /* Define if you have the asinh function. */
  167. #define HAVE_ASINH 1
  168.  
  169. /* Define if you have the asprintf function. */
  170. #define HAVE_ASPRINTF 1
  171.  
  172. /* Define if you have the atanh function. */
  173. #define HAVE_ATANH 1
  174.  
  175. /* Define if you have the atoll function. */
  176. #define HAVE_ATOLL 1
  177.  
  178. /* Define if you have the chroot function. */
  179. #define HAVE_CHROOT 1
  180.  
  181. /* Define if you have the crypt function. */
  182. #define HAVE_CRYPT 1
  183.  
  184. /* Define if you have the crypt_r function. */
  185. /* #undef HAVE_CRYPT_R */
  186.  
  187. /* Define if you have the ctermid function. */
  188. #define HAVE_CTERMID 1
  189.  
  190. /* Define if you have the ctime_r function. */
  191. #define HAVE_CTIME_R 1
  192.  
  193. /* Define if you have the cuserid function. */
  194. #define HAVE_CUSERID 1
  195.  
  196. /* Define if you have the fabsf function. */
  197. #define HAVE_FABSF 1
  198.  
  199. /* Define if you have the finite function. */
  200. #define HAVE_FINITE 1
  201.  
  202. /* Define if you have the flock function. */
  203. #define HAVE_FLOCK 1
  204.  
  205. /* Define if you have the floorf function. */
  206. #define HAVE_FLOORF 1
  207.  
  208. /* Define if you have the fork function. */
  209. #define HAVE_FORK 1
  210.  
  211. /* Define if you have the fpclass function. */
  212. /* #undef HAVE_FPCLASS */
  213.  
  214. /* Define if you have the ftok function. */
  215. #define HAVE_FTOK 1
  216.  
  217. /* Define if you have the funopen function. */
  218. /* #undef HAVE_FUNOPEN */
  219.  
  220. /* Define if you have the gai_strerror function. */
  221. #define HAVE_GAI_STRERROR 1
  222.  
  223. /* Define if you have the gcvt function. */
  224. #define HAVE_GCVT 1
  225.  
  226. /* Define if you have the getcwd function. */
  227. #define HAVE_GETCWD 1
  228.  
  229. /* Define if you have the getgrgid_r function. */
  230. #define HAVE_GETGRGID_R 1
  231.  
  232. /* Define if you have the getgrnam_r function. */
  233. #define HAVE_GETGRNAM_R 1
  234.  
  235. /* Define if you have the getgroups function. */
  236. #define HAVE_GETGROUPS 1
  237.  
  238. /* Define if you have the gethostname function. */
  239. #define HAVE_GETHOSTNAME 1
  240.  
  241. /* Define if you have the getloadavg function. */
  242. #define HAVE_GETLOADAVG 1
  243.  
  244. /* Define if you have the getlogin function. */
  245. #define HAVE_GETLOGIN 1
  246.  
  247. /* Define if you have the getopt function. */
  248. #define HAVE_GETOPT 1
  249.  
  250. /* Define if you have the getpgid function. */
  251. #define HAVE_GETPGID 1
  252.  
  253. /* Define if you have the getpid function. */
  254. #define HAVE_GETPID 1
  255.  
  256. /* Define if you have the getpriority function. */
  257. #define HAVE_GETPRIORITY 1
  258.  
  259. /* Define if you have the getprotobyname function. */
  260. #define HAVE_GETPROTOBYNAME 1
  261.  
  262. /* Define if you have the getprotobynumber function. */
  263. #define HAVE_GETPROTOBYNUMBER 1
  264.  
  265. /* Define if you have the getpwnam_r function. */
  266. #define HAVE_GETPWNAM_R 1
  267.  
  268. /* Define if you have the getpwuid_r function. */
  269. #define HAVE_GETPWUID_R 1
  270.  
  271. /* Define if you have the getrlimit function. */
  272. #define HAVE_GETRLIMIT 1
  273.  
  274. /* Define if you have the getrusage function. */
  275. #define HAVE_GETRUSAGE 1
  276.  
  277. /* Define if you have the getservbyname function. */
  278. #define HAVE_GETSERVBYNAME 1
  279.  
  280. /* Define if you have the getservbyport function. */
  281. #define HAVE_GETSERVBYPORT 1
  282.  
  283. /* Define if you have the getsid function. */
  284. #define HAVE_GETSID 1
  285.  
  286. /* Define if you have the gettimeofday function. */
  287. #define HAVE_GETTIMEOFDAY 1
  288.  
  289. /* Define if you have the getwd function. */
  290. #define HAVE_GETWD 1
  291.  
  292. /* Define if you have the glob function. */
  293. #define HAVE_GLOB 1
  294.  
  295. /* Define if you have the gmtime_r function. */
  296. #define HAVE_GMTIME_R 1
  297.  
  298. /* Define if you have the grantpt function. */
  299. #define HAVE_GRANTPT 1
  300.  
  301. /* Define if you have the hstrerror function. */
  302. #define HAVE_HSTRERROR 1
  303.  
  304. /* Define if you have the hypot function. */
  305. #define HAVE_HYPOT 1
  306.  
  307. /* Define if you have the inet_ntoa function. */
  308. #define HAVE_INET_NTOA 1
  309.  
  310. /* Define if you have the inet_ntop function. */
  311. #define HAVE_INET_NTOP 1
  312.  
  313. /* Define if you have the inet_pton function. */
  314. #define HAVE_INET_PTON 1
  315.  
  316. /* Define if you have the initgroups function. */
  317. #define HAVE_INITGROUPS 1
  318.  
  319. /* Define if you have the isascii function. */
  320. #define HAVE_ISASCII 1
  321.  
  322. /* Define if you have the isfinite function. */
  323. /* #undef HAVE_ISFINITE */
  324.  
  325. /* Define if you have the isinf function. */
  326. #define HAVE_ISINF 1
  327.  
  328. /* Define if you have the isnan function. */
  329. #define HAVE_ISNAN 1
  330.  
  331. /* Define if you have the kill function. */
  332. #define HAVE_KILL 1
  333.  
  334. /* Define if you have the lchown function. */
  335. #define HAVE_LCHOWN 1
  336.  
  337. /* Define if you have the ldap_parse_reference function. */
  338. #define HAVE_LDAP_PARSE_REFERENCE 1
  339.  
  340. /* Define if you have the ldap_parse_result function. */
  341. #define HAVE_LDAP_PARSE_RESULT 1
  342.  
  343. /* Define if you have the ldap_start_tls_s function. */
  344. #define HAVE_LDAP_START_TLS_S 1
  345.  
  346. /* Define if you have the link function. */
  347. #define HAVE_LINK 1
  348.  
  349. /* Define if you have the localeconv function. */
  350. #define HAVE_LOCALECONV 1
  351.  
  352. /* Define if you have the localtime_r function. */
  353. #define HAVE_LOCALTIME_R 1
  354.  
  355. /* Define if you have the lockf function. */
  356. #define HAVE_LOCKF 1
  357.  
  358. /* Define if you have the log1p function. */
  359. #define HAVE_LOG1P 1
  360.  
  361. /* Define if you have the lrand48 function. */
  362. #define HAVE_LRAND48 1
  363.  
  364. /* Define if you have the makedev function. */
  365. /* #undef HAVE_MAKEDEV */
  366.  
  367. /* Define if you have the mblen function. */
  368. #define HAVE_MBLEN 1
  369.  
  370. /* Define if you have the mbrlen function. */
  371. #define HAVE_MBRLEN 1
  372.  
  373. /* Define if you have the mbsinit function. */
  374. #define HAVE_MBSINIT 1
  375.  
  376. /* Define if you have the memcpy function. */
  377. #define HAVE_MEMCPY 1
  378.  
  379. /* Define if you have the memmove function. */
  380. #define HAVE_MEMMOVE 1
  381.  
  382. /* Define if you have the mempcpy function. */
  383. #define HAVE_MEMPCPY 1
  384.  
  385. /* Define if you have the mkfifo function. */
  386. #define HAVE_MKFIFO 1
  387.  
  388. /* Define if you have the mknod function. */
  389. #define HAVE_MKNOD 1
  390.  
  391. /* Define if you have the mkstemp function. */
  392. #define HAVE_MKSTEMP 1
  393.  
  394. /* Define if you have the mmap function. */
  395. #define HAVE_MMAP 1
  396.  
  397. /* Define if you have the mremap function. */
  398. #define HAVE_MREMAP 1
  399.  
  400. /* Define if you have the mysql_commit function. */
  401. /* #undef HAVE_MYSQL_COMMIT */
  402.  
  403. /* Define if you have the mysql_next_result function. */
  404. /* #undef HAVE_MYSQL_NEXT_RESULT */
  405.  
  406. /* Define if you have the mysql_sqlstate function. */
  407. /* #undef HAVE_MYSQL_SQLSTATE */
  408.  
  409. /* Define if you have the mysql_stmt_prepare function. */
  410. /* #undef HAVE_MYSQL_STMT_PREPARE */
  411.  
  412. /* Define if you have the nanosleep function. */
  413. #define HAVE_NANOSLEEP 1
  414.  
  415. /* Define if you have the nice function. */
  416. #define HAVE_NICE 1
  417.  
  418. /* Define if you have the nl_langinfo function. */
  419. #define HAVE_NL_LANGINFO 1
  420.  
  421. /* Define if you have the perror function. */
  422. #define HAVE_PERROR 1
  423.  
  424. /* Define if you have the poll function. */
  425. #define HAVE_POLL 1
  426.  
  427. /* Define if you have the ptsname function. */
  428. #define HAVE_PTSNAME 1
  429.  
  430. /* Define if you have the putenv function. */
  431. #define HAVE_PUTENV 1
  432.  
  433. /* Define if you have the rand_r function. */
  434. #define HAVE_RAND_R 1
  435.  
  436. /* Define if you have the random function. */
  437. #define HAVE_RANDOM 1
  438.  
  439. /* Define if you have the realpath function. */
  440. #define HAVE_REALPATH 1
  441.  
  442. /* Define if you have the rl_completion_matches function. */
  443. /* #undef HAVE_RL_COMPLETION_MATCHES */
  444.  
  445. /* Define if you have the scandir function. */
  446. #define HAVE_SCANDIR 1
  447.  
  448. /* Define if you have the setegid function. */
  449. #define HAVE_SETEGID 1
  450.  
  451. /* Define if you have the setenv function. */
  452. #define HAVE_SETENV 1
  453.  
  454. /* Define if you have the seteuid function. */
  455. #define HAVE_SETEUID 1
  456.  
  457. /* Define if you have the setitimer function. */
  458. #define HAVE_SETITIMER 1
  459.  
  460. /* Define if you have the setlocale function. */
  461. #define HAVE_SETLOCALE 1
  462.  
  463. /* Define if you have the setpgid function. */
  464. #define HAVE_SETPGID 1
  465.  
  466. /* Define if you have the setpriority function. */
  467. #define HAVE_SETPRIORITY 1
  468.  
  469. /* Define if you have the setsid function. */
  470. #define HAVE_SETSID 1
  471.  
  472. /* Define if you have the setsockopt function. */
  473. #define HAVE_SETSOCKOPT 1
  474.  
  475. /* Define if you have the setvbuf function. */
  476. #define HAVE_SETVBUF 1
  477.  
  478. /* Define if you have the shutdown function. */
  479. #define HAVE_SHUTDOWN 1
  480.  
  481. /* Define if you have the sigaction function. */
  482. #define HAVE_SIGACTION 1
  483.  
  484. /* Define if you have the sigprocmask function. */
  485. #define HAVE_SIGPROCMASK 1
  486.  
  487. /* Define if you have the sigsetjmp function. */
  488. /* #undef HAVE_SIGSETJMP */
  489.  
  490. /* Define if you have the sigtimedwait function. */
  491. #define HAVE_SIGTIMEDWAIT 1
  492.  
  493. /* Define if you have the sigwaitinfo function. */
  494. #define HAVE_SIGWAITINFO 1
  495.  
  496. /* Define if you have the sin function. */
  497. #define HAVE_SIN 1
  498.  
  499. /* Define if you have the snprintf function. */
  500. #define HAVE_SNPRINTF 1
  501.  
  502. /* Define if you have the socketpair function. */
  503. #define HAVE_SOCKETPAIR 1
  504.  
  505. /* Define if you have the srand48 function. */
  506. #define HAVE_SRAND48 1
  507.  
  508. /* Define if you have the srandom function. */
  509. #define HAVE_SRANDOM 1
  510.  
  511. /* Define if you have the statfs function. */
  512. #define HAVE_STATFS 1
  513.  
  514. /* Define if you have the statvfs function. */
  515. #define HAVE_STATVFS 1
  516.  
  517. /* Define if you have the std_syslog function. */
  518. /* #undef HAVE_STD_SYSLOG */
  519.  
  520. /* Define if you have the strcasecmp function. */
  521. #define HAVE_STRCASECMP 1
  522.  
  523. /* Define if you have the strcoll function. */
  524. #define HAVE_STRCOLL 1
  525.  
  526. /* Define if you have the strdup function. */
  527. #define HAVE_STRDUP 1
  528.  
  529. /* Define if you have the strerror function. */
  530. #define HAVE_STRERROR 1
  531.  
  532. /* Define if you have the strfmon function. */
  533. #define HAVE_STRFMON 1
  534.  
  535. /* Define if you have the strftime function. */
  536. #define HAVE_STRFTIME 1
  537.  
  538. /* Define if you have the strlcat function. */
  539. /* #undef HAVE_STRLCAT */
  540.  
  541. /* Define if you have the strlcpy function. */
  542. /* #undef HAVE_STRLCPY */
  543.  
  544. /* Define if you have the strndup function. */
  545. #define HAVE_STRNDUP 1
  546.  
  547. /* Define if you have the strnlen function. */
  548. #define HAVE_STRNLEN 1
  549.  
  550. /* Define if you have the strpbrk function. */
  551. #define HAVE_STRPBRK 1
  552.  
  553. /* Define if you have the strpncpy function. */
  554. /* #undef HAVE_STRPNCPY */
  555.  
  556. /* Define if you have the strptime function. */
  557. #define HAVE_STRPTIME 1
  558.  
  559. /* Define if you have the strstr function. */
  560. #define HAVE_STRSTR 1
  561.  
  562. /* Define if you have the strtod function. */
  563. #define HAVE_STRTOD 1
  564.  
  565. /* Define if you have the strtok_r function. */
  566. #define HAVE_STRTOK_R 1
  567.  
  568. /* Define if you have the strtol function. */
  569. #define HAVE_STRTOL 1
  570.  
  571. /* Define if you have the strtoll function. */
  572. #define HAVE_STRTOLL 1
  573.  
  574. /* Define if you have the strtoul function. */
  575. #define HAVE_STRTOUL 1
  576.  
  577. /* Define if you have the strtoull function. */
  578. #define HAVE_STRTOULL 1
  579.  
  580. /* Define if you have the symlink function. */
  581. #define HAVE_SYMLINK 1
  582.  
  583. /* Define if you have the tempnam function. */
  584. #define HAVE_TEMPNAM 1
  585.  
  586. /* Define if you have the tzset function. */
  587. #define HAVE_TZSET 1
  588.  
  589. /* Define if you have the unlockpt function. */
  590. #define HAVE_UNLOCKPT 1
  591.  
  592. /* Define if you have the unsetenv function. */
  593. #define HAVE_UNSETENV 1
  594.  
  595. /* Define if you have the usleep function. */
  596. #define HAVE_USLEEP 1
  597.  
  598. /* Define if you have the utime function. */
  599. #define HAVE_UTIME 1
  600.  
  601. /* Define if you have the utimes function. */
  602. #define HAVE_UTIMES 1
  603.  
  604. /* Define if you have the vasprintf function. */
  605. #define HAVE_VASPRINTF 1
  606.  
  607. /* Define if you have the vsnprintf function. */
  608. #define HAVE_VSNPRINTF 1
  609.  
  610. /* Define if you have the wait3 function. */
  611. #define HAVE_WAIT3 1
  612.  
  613. /* Define if you have the waitpid function. */
  614. #define HAVE_WAITPID 1
  615.  
  616. /* Define if you have the </nsapi.h> header file. */
  617. /* #undef HAVE__NSAPI_H */
  618.  
  619. /* Define if you have the <ApplicationServices/ApplicationServices.h> header file. */
  620. /* #undef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H */
  621.  
  622. /* Define if you have the <alloca.h> header file. */
  623. #define HAVE_ALLOCA_H 1
  624.  
  625. /* Define if you have the <arpa/inet.h> header file. */
  626. #define HAVE_ARPA_INET_H 1
  627.  
  628. /* Define if you have the <arpa/nameser.h> header file. */
  629. #define HAVE_ARPA_NAMESER_H 1
  630.  
  631. /* Define if you have the <assert.h> header file. */
  632. #define HAVE_ASSERT_H 1
  633.  
  634. /* Define if you have the <crypt.h> header file. */
  635. #define HAVE_CRYPT_H 1
  636.  
  637. /* Define if you have the <default_store.h> header file. */
  638. /* #undef HAVE_DEFAULT_STORE_H */
  639.  
  640. /* Define if you have the <dirent.h> header file. */
  641. #define HAVE_DIRENT_H 1
  642.  
  643. /* Define if you have the <dlfcn.h> header file. */
  644. #define HAVE_DLFCN_H 1
  645.  
  646. /* Define if you have the <dns.h> header file. */
  647. /* #undef HAVE_DNS_H */
  648.  
  649. /* Define if you have the <errno.h> header file. */
  650. #define HAVE_ERRNO_H 1
  651.  
  652. /* Define if you have the <fcntl.h> header file. */
  653. #define HAVE_FCNTL_H 1
  654.  
  655. /* Define if you have the <grp.h> header file. */
  656. #define HAVE_GRP_H 1
  657.  
  658. /* Define if you have the <ieeefp.h> header file. */
  659. /* #undef HAVE_IEEEFP_H */
  660.  
  661. /* Define if you have the <inttypes.h> header file. */
  662. #define HAVE_INTTYPES_H 1
  663.  
  664. /* Define if you have the <langinfo.h> header file. */
  665. #define HAVE_LANGINFO_H 1
  666.  
  667. /* Define if you have the <limits.h> header file. */
  668. #define HAVE_LIMITS_H 1
  669.  
  670. /* Define if you have the <locale.h> header file. */
  671. #define HAVE_LOCALE_H 1
  672.  
  673. /* Define if you have the <malloc.h> header file. */
  674. #define HAVE_MALLOC_H 1
  675.  
  676. /* Define if you have the <monetary.h> header file. */
  677. #define HAVE_MONETARY_H 1
  678.  
  679. /* Define if you have the <ndir.h> header file. */
  680. /* #undef HAVE_NDIR_H */
  681.  
  682. /* Define if you have the <netdb.h> header file. */
  683. #define HAVE_NETDB_H 1
  684.  
  685. /* Define if you have the <netinet/in.h> header file. */
  686. #define HAVE_NETINET_IN_H 1
  687.  
  688. /* Define if you have the <netinet/tcp.h> header file. */
  689. #define HAVE_NETINET_TCP_H 1
  690.  
  691. /* Define if you have the <openssl/crypto.h> header file. */
  692. #define HAVE_OPENSSL_CRYPTO_H 1
  693.  
  694. /* Define if you have the <pwd.h> header file. */
  695. #define HAVE_PWD_H 1
  696.  
  697. /* Define if you have the <resolv.h> header file. */
  698. #define HAVE_RESOLV_H 1
  699.  
  700. /* Define if you have the <signal.h> header file. */
  701. #define HAVE_SIGNAL_H 1
  702.  
  703. /* Define if you have the <st.h> header file. */
  704. /* #undef HAVE_ST_H */
  705.  
  706. /* Define if you have the <stdarg.h> header file. */
  707. #define HAVE_STDARG_H 1
  708.  
  709. /* Define if you have the <stdbool.h> header file. */
  710. /* #undef HAVE_STDBOOL_H */
  711.  
  712. /* Define if you have the <stdint.h> header file. */
  713. #define HAVE_STDINT_H 1
  714.  
  715. /* Define if you have the <stdlib.h> header file. */
  716. #define HAVE_STDLIB_H 1
  717.  
  718. /* Define if you have the <string.h> header file. */
  719. #define HAVE_STRING_H 1
  720.  
  721. /* Define if you have the <strings.h> header file. */
  722. #define HAVE_STRINGS_H 1
  723.  
  724. /* Define if you have the <sys/dir.h> header file. */
  725. /* #undef HAVE_SYS_DIR_H */
  726.  
  727. /* Define if you have the <sys/file.h> header file. */
  728. #define HAVE_SYS_FILE_H 1
  729.  
  730. /* Define if you have the <sys/ioctl.h> header file. */
  731. #define HAVE_SYS_IOCTL_H 1
  732.  
  733. /* Define if you have the <sys/ipc.h> header file. */
  734. #define HAVE_SYS_IPC_H 1
  735.  
  736. /* Define if you have the <sys/loadavg.h> header file. */
  737. /* #undef HAVE_SYS_LOADAVG_H */
  738.  
  739. /* Define if you have the <sys/mkdev.h> header file. */
  740. /* #undef HAVE_SYS_MKDEV_H */
  741.  
  742. /* Define if you have the <sys/mman.h> header file. */
  743. #define HAVE_SYS_MMAN_H 1
  744.  
  745. /* Define if you have the <sys/mount.h> header file. */
  746. #define HAVE_SYS_MOUNT_H 1
  747.  
  748. /* Define if you have the <sys/ndir.h> header file. */
  749. /* #undef HAVE_SYS_NDIR_H */
  750.  
  751. /* Define if you have the <sys/param.h> header file. */
  752. #define HAVE_SYS_PARAM_H 1
  753.  
  754. /* Define if you have the <sys/poll.h> header file. */
  755. #define HAVE_SYS_POLL_H 1
  756.  
  757. /* Define if you have the <sys/resource.h> header file. */
  758. #define HAVE_SYS_RESOURCE_H 1
  759.  
  760. /* Define if you have the <sys/select.h> header file. */
  761. #define HAVE_SYS_SELECT_H 1
  762.  
  763. /* Define if you have the <sys/socket.h> header file. */
  764. #define HAVE_SYS_SOCKET_H 1
  765.  
  766. /* Define if you have the <sys/stat.h> header file. */
  767. #define HAVE_SYS_STAT_H 1
  768.  
  769. /* Define if you have the <sys/statfs.h> header file. */
  770. #define HAVE_SYS_STATFS_H 1
  771.  
  772. /* Define if you have the <sys/statvfs.h> header file. */
  773. #define HAVE_SYS_STATVFS_H 1
  774.  
  775. /* Define if you have the <sys/sysexits.h> header file. */
  776. /* #undef HAVE_SYS_SYSEXITS_H */
  777.  
  778. /* Define if you have the <sys/time.h> header file. */
  779. #define HAVE_SYS_TIME_H 1
  780.  
  781. /* Define if you have the <sys/times.h> header file. */
  782. #define HAVE_SYS_TIMES_H 1
  783.  
  784. /* Define if you have the <sys/types.h> header file. */
  785. #define HAVE_SYS_TYPES_H 1
  786.  
  787. /* Define if you have the <sys/un.h> header file. */
  788. #define HAVE_SYS_UN_H 1
  789.  
  790. /* Define if you have the <sys/utsname.h> header file. */
  791. #define HAVE_SYS_UTSNAME_H 1
  792.  
  793. /* Define if you have the <sys/varargs.h> header file. */
  794. /* #undef HAVE_SYS_VARARGS_H */
  795.  
  796. /* Define if you have the <sys/vfs.h> header file. */
  797. #define HAVE_SYS_VFS_H 1
  798.  
  799. /* Define if you have the <sys/wait.h> header file. */
  800. #define HAVE_SYS_WAIT_H 1
  801.  
  802. /* Define if you have the <sysexits.h> header file. */
  803. #define HAVE_SYSEXITS_H 1
  804.  
  805. /* Define if you have the <syslog.h> header file. */
  806. #define HAVE_SYSLOG_H 1
  807.  
  808. /* Define if you have the <termios.h> header file. */
  809. #define HAVE_TERMIOS_H 1
  810.  
  811. /* Define if you have the <time.h> header file. */
  812. #define HAVE_TIME_H 1
  813.  
  814. /* Define if you have the <tuxmodule.h> header file. */
  815. /* #undef HAVE_TUXMODULE_H */
  816.  
  817. /* Define if you have the <unistd.h> header file. */
  818. #define HAVE_UNISTD_H 1
  819.  
  820. /* Define if you have the <unix.h> header file. */
  821. /* #undef HAVE_UNIX_H */
  822.  
  823. /* Define if you have the <utime.h> header file. */
  824. #define HAVE_UTIME_H 1
  825.  
  826. /* Define if you have the <wchar.h> header file. */
  827. #define HAVE_WCHAR_H 1
  828.  
  829. /* Define if you have the <xmlparse.h> header file. */
  830. /* #undef HAVE_XMLPARSE_H */
  831.  
  832. /* Define if you have the <xmltok.h> header file. */
  833. /* #undef HAVE_XMLTOK_H */
  834.  
  835. /* Define if you have the m library (-lm). */
  836. #define HAVE_LIBM 1
  837.  
  838. /* Define if the target system has /dev/urandom device */
  839. #define HAVE_DEV_URANDOM 1
  840.  
  841. /* Whether you have AOLserver */
  842. /* #undef HAVE_AOLSERVER */
  843.  
  844. /* */
  845. /* #undef HAVE_AP_CONFIG_H */
  846.  
  847. /* */
  848. /* #undef HAVE_AP_COMPAT_H */
  849.  
  850. /* */
  851. /* #undef HAVE_APACHE */
  852.  
  853. /* */
  854. /* #undef HAVE_APACHE */
  855.  
  856. /* */
  857. /* #undef HAVE_AP_CONFIG_H */
  858.  
  859. /* */
  860. /* #undef HAVE_AP_CONFIG_H */
  861.  
  862. /* */
  863. /* #undef HAVE_AP_COMPAT_H */
  864.  
  865. /* */
  866. /* #undef HAVE_OLD_COMPAT_H */
  867.  
  868. /* */
  869. /* #undef HAVE_AP_CONFIG_H */
  870.  
  871. /* */
  872. /* #undef HAVE_AP_COMPAT_H */
  873.  
  874. /* */
  875. /* #undef HAVE_OLD_COMPAT_H */
  876.  
  877. /* */
  878. /* #undef HAVE_AP_CONFIG_H */
  879.  
  880. /* */
  881. /* #undef HAVE_AP_COMPAT_H */
  882.  
  883. /* */
  884. /* #undef HAVE_OLD_COMPAT_H */
  885.  
  886. /* */
  887. /* #undef USE_TRANSFER_TABLES */
  888.  
  889. /* */
  890. /* #undef PHP_APACHE_HAVE_CLIENT_FD */
  891.  
  892. /* */
  893. /* #undef HAVE_AP_CONFIG_H */
  894.  
  895. /* */
  896. /* #undef HAVE_AP_COMPAT_H */
  897.  
  898. /* */
  899. /* #undef HAVE_APACHE_HOOKS */
  900.  
  901. /* */
  902. /* #undef HAVE_APACHE */
  903.  
  904. /* */
  905. /* #undef HAVE_AP_CONFIG_H */
  906.  
  907. /* */
  908. /* #undef HAVE_AP_CONFIG_H */
  909.  
  910. /* */
  911. /* #undef HAVE_AP_COMPAT_H */
  912.  
  913. /* */
  914. /* #undef HAVE_OLD_COMPAT_H */
  915.  
  916. /* */
  917. /* #undef HAVE_AP_CONFIG_H */
  918.  
  919. /* */
  920. /* #undef HAVE_AP_COMPAT_H */
  921.  
  922. /* */
  923. /* #undef HAVE_OLD_COMPAT_H */
  924.  
  925. /* */
  926. /* #undef HAVE_AP_CONFIG_H */
  927.  
  928. /* */
  929. /* #undef HAVE_AP_COMPAT_H */
  930.  
  931. /* */
  932. /* #undef HAVE_OLD_COMPAT_H */
  933.  
  934. /* */
  935. /* #undef USE_TRANSFER_TABLES */
  936.  
  937. /* */
  938. /* #undef PHP_APACHE_HAVE_CLIENT_FD */
  939.  
  940. /* Whether to compile with Caudium support */
  941. /* #undef HAVE_CAUDIUM */
  942.  
  943. /* Whether you have a Continuity Server */
  944. /* #undef HAVE_CONTINUITY */
  945.  
  946. /* */
  947. /* #undef WITH_ZEUS */
  948.  
  949. /* Whether you have a Netscape/iPlanet/Sun Webserver */
  950. /* #undef HAVE_NSAPI */
  951.  
  952. /* Whether you have phttpd */
  953. /* #undef HAVE_PHTTPD */
  954.  
  955. /* whether you want Pi3Web support */
  956. /* #undef WITH_PI3WEB */
  957.  
  958. /* Whether you use Roxen */
  959. /* #undef HAVE_ROXEN */
  960.  
  961. /* Whether to use Roxen in ZTS mode */
  962. /* #undef ROXEN_USE_ZTS */
  963.  
  964. /* Define if the socklen_t typedef is in sys/socket.h */
  965. #define HAVE_SOCKLEN_T 1
  966.  
  967. /* Define if sockaddr_un in sys/un.h contains a sun_len component */
  968. /* #undef HAVE_SOCKADDR_UN_SUN_LEN */
  969.  
  970. /* Define if cross-process locking is required by accept() */
  971. /* #undef USE_LOCKING */
  972.  
  973. /* Define if system uses EBCDIC */
  974. /* #undef CHARSET_EBCDIC */
  975.  
  976. /* Define if processor uses big-endian word */
  977. /* #undef WORDS_BIGENDIAN */
  978.  
  979. /* whether write(2) works */
  980. #define PHP_WRITE_STDOUT 1
  981.  
  982. /* */
  983. #define HAVE_SOCKET 1
  984.  
  985. /* */
  986. #define HAVE_SOCKET 1
  987.  
  988. /* */
  989. /* #undef HAVE_LIBSOCKET */
  990.  
  991. /* */
  992. #define HAVE_SOCKETPAIR 1
  993.  
  994. /* */
  995. #define HAVE_SOCKETPAIR 1
  996.  
  997. /* */
  998. /* #undef HAVE_LIBSOCKET */
  999.  
  1000. /* */
  1001. #define HAVE_HTONL 1
  1002.  
  1003. /* */
  1004. #define HAVE_HTONL 1
  1005.  
  1006. /* */
  1007. /* #undef HAVE_LIBSOCKET */
  1008.  
  1009. /* */
  1010. #define HAVE_GETHOSTNAME 1
  1011.  
  1012. /* */
  1013. #define HAVE_GETHOSTNAME 1
  1014.  
  1015. /* */
  1016. #define HAVE_LIBNSL 1
  1017.  
  1018. /* */
  1019. #define HAVE_GETHOSTBYADDR 1
  1020.  
  1021. /* */
  1022. #define HAVE_GETHOSTBYADDR 1
  1023.  
  1024. /* */
  1025. #define HAVE_LIBNSL 1
  1026.  
  1027. /* */
  1028. #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1029.  
  1030. /* */
  1031. #define HAVE_YP_GET_DEFAULT_DOMAIN 1
  1032.  
  1033. /* */
  1034. #define HAVE_LIBNSL 1
  1035.  
  1036. /* */
  1037. #define HAVE_DLOPEN 1
  1038.  
  1039. /* */
  1040. #define HAVE_DLOPEN 1
  1041.  
  1042. /* */
  1043. #define HAVE_LIBDL 1
  1044.  
  1045. /* */
  1046. #define HAVE_LIBDL 1
  1047.  
  1048. /* */
  1049. #define HAVE_INET_ATON 1
  1050.  
  1051. /* */
  1052. #define HAVE_INET_ATON 1
  1053.  
  1054. /* */
  1055. /* #undef HAVE_LIBRESOLV */
  1056.  
  1057. /* */
  1058. #define HAVE_INET_ATON 1
  1059.  
  1060. /* */
  1061. /* #undef HAVE_LIBBIND */
  1062.  
  1063. /* */
  1064. #define HAVE_FOPENCOOKIE 1
  1065.  
  1066. /* */
  1067. #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
  1068.  
  1069. /* */
  1070. #define COOKIE_SEEKER_USES_OFF64_T 1
  1071.  
  1072. /* Define if system has broken getcwd */
  1073. /* #undef HAVE_BROKEN_GETCWD */
  1074.  
  1075. /* Define if your glibc borks on fopen with mode a+ */
  1076. #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
  1077.  
  1078. /* Whether localtime_r is declared */
  1079. /* #undef MISSING_LOCALTIME_R_DECL */
  1080.  
  1081. /* Whether gmtime_r is declared */
  1082. /* #undef MISSING_GMTIME_R_DECL */
  1083.  
  1084. /* Whether asctime_r is declared */
  1085. /* #undef MISSING_ASCTIME_R_DECL */
  1086.  
  1087. /* Whether ctime_r is declared */
  1088. /* #undef MISSING_CTIME_R_DECL */
  1089.  
  1090. /* Whether strtok_r is declared */
  1091. /* #undef MISSING_STRTOK_R_DECL */
  1092.  
  1093. /* */
  1094. #define MISSING_FCLOSE_DECL 0
  1095.  
  1096. /* */
  1097. #define MISSING_FCLOSE_DECL 0
  1098.  
  1099. /* whether you have tm_gmtoff in struct tm */
  1100. #define HAVE_TM_GMTOFF 1
  1101.  
  1102. /* whether you have struct flock */
  1103. #define HAVE_STRUCT_FLOCK 1
  1104.  
  1105. /* Whether you have socklen_t */
  1106. #define HAVE_SOCKLEN_T 1
  1107.  
  1108. /* Size of intmax_t */
  1109. #define SIZEOF_INTMAX_T 8
  1110.  
  1111. /* Whether intmax_t is available */
  1112. #define HAVE_INTMAX_T 1
  1113.  
  1114. /* Size of ssize_t */
  1115. #define SIZEOF_SSIZE_T 8
  1116.  
  1117. /* Whether ssize_t is available */
  1118. #define HAVE_SSIZE_T 1
  1119.  
  1120. /* Size of ptrdiff_t */
  1121. #define SIZEOF_PTRDIFF_T 8
  1122.  
  1123. /* Whether ptrdiff_t is available */
  1124. #define HAVE_PTRDIFF_T 1
  1125.  
  1126. /* Whether you have struct sockaddr_storage */
  1127. #define HAVE_SOCKADDR_STORAGE 1
  1128.  
  1129. /* Whether struct sockaddr has field sa_len */
  1130. /* #undef HAVE_SOCKADDR_SA_LEN */
  1131.  
  1132. /* */
  1133. #define HAVE_NANOSLEEP 1
  1134.  
  1135. /* */
  1136. /* #undef HAVE_LIBRT */
  1137.  
  1138. /* Define if you have the getaddrinfo function */
  1139. #define HAVE_GETADDRINFO 1
  1140.  
  1141. /* Whether system headers declare timezone */
  1142. #define HAVE_DECLARED_TIMEZONE 1
  1143.  
  1144. /* Whether you have HP-UX 10.x */
  1145. /* #undef PHP_HPUX_TIME_R */
  1146.  
  1147. /* Whether you have IRIX-style functions */
  1148. /* #undef PHP_IRIX_TIME_R */
  1149.  
  1150. /* whether you have POSIX readdir_r */
  1151. #define HAVE_POSIX_READDIR_R 1
  1152.  
  1153. /* whether you have old-style readdir_r */
  1154. /* #undef HAVE_OLD_READDIR_R */
  1155.  
  1156. /* */
  1157. /* #undef in_addr_t */
  1158.  
  1159. /* Define if crypt_r has uses CRYPTD */
  1160. /* #undef CRYPT_R_CRYPTD */
  1161.  
  1162. /* Define if crypt_r uses struct crypt_data */
  1163. /* #undef CRYPT_R_STRUCT_CRYPT_DATA */
  1164.  
  1165. /* Define if struct crypt_data requires _GNU_SOURCE */
  1166. /* #undef CRYPT_R_GNU_SOURCE */
  1167.  
  1168. /* Whether you have gcov */
  1169. /* #undef HAVE_GCOV */
  1170.  
  1171. /* */
  1172. #define PHP_SAFE_MODE 0
  1173.  
  1174. /* */
  1175. #define PHP_SAFE_MODE 0
  1176.  
  1177. /* */
  1178. #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
  1179.  
  1180. /* */
  1181. #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
  1182.  
  1183. /* */
  1184. #define PHP_SIGCHILD 0
  1185.  
  1186. /* */
  1187. #define PHP_SIGCHILD 0
  1188.  
  1189. /* */
  1190. #define MAGIC_QUOTES 0
  1191.  
  1192. /* */
  1193. #define MAGIC_QUOTES 0
  1194.  
  1195. /* */
  1196. #define DEFAULT_SHORT_OPEN_TAG "1"
  1197.  
  1198. /* */
  1199. #define DEFAULT_SHORT_OPEN_TAG "1"
  1200.  
  1201. /* Whether you have dmalloc */
  1202. /* #undef HAVE_DMALLOC */
  1203.  
  1204. /* Whether to enable IPv6 support */
  1205. #define HAVE_IPV6 1
  1206.  
  1207. /* Define if int32_t type is present. */
  1208. #define HAVE_INT32_T 1
  1209.  
  1210. /* Define if uint32_t type is present. */
  1211. #define HAVE_UINT32_T 1
  1212.  
  1213. /* Whether to build date as dynamic module */
  1214. /* #undef COMPILE_DL_DATE */
  1215.  
  1216. /* Whether to build ereg as dynamic module */
  1217. /* #undef COMPILE_DL_EREG */
  1218.  
  1219. /* */
  1220. #define HAVE_REGEX_T_RE_MAGIC 1
  1221.  
  1222. /* */
  1223. #define HSREGEX 1
  1224.  
  1225. /* */
  1226. #define REGEX 1
  1227.  
  1228. /* */
  1229. #define REGEX 1
  1230.  
  1231. /* 1 */
  1232. #define HAVE_REGEX_T_RE_MAGIC 1
  1233.  
  1234. /* */
  1235. #define HAVE_LIBXML 1
  1236.  
  1237. /* */
  1238. #define HAVE_LIBXML 1
  1239.  
  1240. /* Whether to build libxml as dynamic module */
  1241. /* #undef COMPILE_DL_LIBXML */
  1242.  
  1243. /* Whether to build openssl as dynamic module */
  1244. /* #undef COMPILE_DL_OPENSSL */
  1245.  
  1246. /* OpenSSL 0.9.7 or later */
  1247. #define HAVE_DSA_DEFAULT_METHOD 1
  1248.  
  1249. /* */
  1250. #define HAVE_OPENSSL_EXT 1
  1251.  
  1252. /* */
  1253. /* #undef HAVE_PCRE */
  1254.  
  1255. /* Whether to build pcre as dynamic module */
  1256. /* #undef COMPILE_DL_PCRE */
  1257.  
  1258. /* Whether to build pcre as dynamic module */
  1259. /* #undef COMPILE_DL_PCRE */
  1260.  
  1261. /* */
  1262. #define HAVE_BUNDLED_PCRE 1
  1263.  
  1264. /* have commercial sqlite3 with crypto support */
  1265. /* #undef HAVE_SQLITE3_KEY */
  1266.  
  1267. /* have sqlite3 with extension support */
  1268. /* #undef SQLITE_OMIT_LOAD_EXTENSION */
  1269.  
  1270. /* */
  1271. #define HAVE_SQLITE3 1
  1272.  
  1273. /* Whether to build sqlite3 as dynamic module */
  1274. /* #undef COMPILE_DL_SQLITE3 */
  1275.  
  1276. /* Whether to build zlib as dynamic module */
  1277. /* #undef COMPILE_DL_ZLIB */
  1278.  
  1279. /* */
  1280. #define HAVE_ZLIB 1
  1281.  
  1282. /* Whether to build bcmath as dynamic module */
  1283. /* #undef COMPILE_DL_BCMATH */
  1284.  
  1285. /* Whether you have bcmath */
  1286. #define HAVE_BCMATH 1
  1287.  
  1288. /* */
  1289. /* #undef HAVE_BZ2 */
  1290.  
  1291. /* Whether to build bz2 as dynamic module */
  1292. /* #undef COMPILE_DL_BZ2 */
  1293.  
  1294. /* */
  1295. /* #undef HAVE_CALENDAR */
  1296.  
  1297. /* Whether to build calendar as dynamic module */
  1298. /* #undef COMPILE_DL_CALENDAR */
  1299.  
  1300. /* */
  1301. #define HAVE_CTYPE 1
  1302.  
  1303. /* Whether to build ctype as dynamic module */
  1304. /* #undef COMPILE_DL_CTYPE */
  1305.  
  1306. /* Have cURL with SSL support */
  1307. #define HAVE_CURL_SSL 1
  1308.  
  1309. /* Have cURL with OpenSSL support */
  1310. #define HAVE_CURL_OPENSSL 1
  1311.  
  1312. /* Have cURL with GnuTLS support */
  1313. /* #undef HAVE_CURL_GNUTLS */
  1314.  
  1315. /* */
  1316. #define HAVE_CURL 1
  1317.  
  1318. /* */
  1319. #define HAVE_CURL_VERSION_INFO 1
  1320.  
  1321. /* */
  1322. #define HAVE_CURL_EASY_STRERROR 1
  1323.  
  1324. /* */
  1325. #define HAVE_CURL_MULTI_STRERROR 1
  1326.  
  1327. /* */
  1328. /* #undef PHP_CURL_URL_WRAPPERS */
  1329.  
  1330. /* Whether to build curl as dynamic module */
  1331. /* #undef COMPILE_DL_CURL */
  1332.  
  1333. /* */
  1334. /* #undef QDBM_INCLUDE_FILE */
  1335.  
  1336. /* */
  1337. /* #undef DBA_QDBM */
  1338.  
  1339. /* */
  1340. /* #undef GDBM_INCLUDE_FILE */
  1341.  
  1342. /* */
  1343. /* #undef DBA_GDBM */
  1344.  
  1345. /* */
  1346. /* #undef NDBM_INCLUDE_FILE */
  1347.  
  1348. /* */
  1349. /* #undef DBA_NDBM */
  1350.  
  1351. /* */
  1352. /* #undef DBA_DB4 */
  1353.  
  1354. /* */
  1355. /* #undef DB4_INCLUDE_FILE */
  1356.  
  1357. /* */
  1358. /* #undef DBA_DB3 */
  1359.  
  1360. /* */
  1361. /* #undef DB3_INCLUDE_FILE */
  1362.  
  1363. /* */
  1364. /* #undef DBA_DB2 */
  1365.  
  1366. /* */
  1367. /* #undef DB2_INCLUDE_FILE */
  1368.  
  1369. /* */
  1370. /* #undef DB1_VERSION */
  1371.  
  1372. /* */
  1373. /* #undef DB1_VERSION */
  1374.  
  1375. /* */
  1376. /* #undef DB1_INCLUDE_FILE */
  1377.  
  1378. /* */
  1379. /* #undef DBA_DB1 */
  1380.  
  1381. /* */
  1382. /* #undef DBM_INCLUDE_FILE */
  1383.  
  1384. /* */
  1385. /* #undef DBM_VERSION */
  1386.  
  1387. /* */
  1388. /* #undef DBM_VERSION */
  1389.  
  1390. /* */
  1391. /* #undef DBA_DBM */
  1392.  
  1393. /* */
  1394. /* #undef DBA_CDB_BUILTIN */
  1395.  
  1396. /* */
  1397. /* #undef DBA_CDB_MAKE */
  1398.  
  1399. /* */
  1400. /* #undef DBA_CDB */
  1401.  
  1402. /* */
  1403. /* #undef CDB_INCLUDE_FILE */
  1404.  
  1405. /* */
  1406. /* #undef DBA_CDB */
  1407.  
  1408. /* */
  1409. /* #undef DBA_INIFILE */
  1410.  
  1411. /* */
  1412. /* #undef DBA_FLATFILE */
  1413.  
  1414. /* */
  1415. /* #undef HAVE_DBA */
  1416.  
  1417. /* Whether to build dba as dynamic module */
  1418. /* #undef COMPILE_DL_DBA */
  1419.  
  1420. /* */
  1421. #define HAVE_LIBXML 1
  1422.  
  1423. /* */
  1424. #define HAVE_DOM 1
  1425.  
  1426. /* Whether to build dom as dynamic module */
  1427. /* #undef COMPILE_DL_DOM */
  1428.  
  1429. /* Whether to build enchant as dynamic module */
  1430. /* #undef COMPILE_DL_ENCHANT */
  1431.  
  1432. /* */
  1433. /* #undef HAVE_ENCHANT */
  1434.  
  1435. /* */
  1436. /* #undef HAVE_ENCHANT_BROKER_SET_PARAM */
  1437.  
  1438. /* */
  1439. /* #undef ENCHANT_VERSION_STRING */
  1440.  
  1441. /* Whether you want EXIF (metadata from images) support */
  1442. /* #undef HAVE_EXIF */
  1443.  
  1444. /* Whether to build exif as dynamic module */
  1445. /* #undef COMPILE_DL_EXIF */
  1446.  
  1447. /* Whether to build fileinfo as dynamic module */
  1448. /* #undef COMPILE_DL_FILEINFO */
  1449.  
  1450. /* Whether to build filter as dynamic module */
  1451. /* #undef COMPILE_DL_FILTER */
  1452.  
  1453. /* Whether you want FTP support */
  1454. #define HAVE_FTP 1
  1455.  
  1456. /* Whether to build ftp as dynamic module */
  1457. /* #undef COMPILE_DL_FTP */
  1458.  
  1459. /* */
  1460. #define USE_GD_IMGSTRTTF 1
  1461.  
  1462. /* */
  1463. #define USE_GD_IMGSTRTTF 1
  1464.  
  1465. /* */
  1466. #define HAVE_LIBFREETYPE 1
  1467.  
  1468. /* */
  1469. #define ENABLE_GD_TTF 1
  1470.  
  1471. /* */
  1472. /* #undef HAVE_LIBT1 */
  1473.  
  1474. /* */
  1475. #define HAVE_LIBGD 1
  1476.  
  1477. /* */
  1478. #define HAVE_LIBGD13 1
  1479.  
  1480. /* */
  1481. #define HAVE_LIBGD15 1
  1482.  
  1483. /* */
  1484. #define HAVE_LIBGD20 1
  1485.  
  1486. /* */
  1487. #define HAVE_LIBGD204 1
  1488.  
  1489. /* */
  1490. #define HAVE_GD_IMAGESETTILE 1
  1491.  
  1492. /* */
  1493. #define HAVE_GD_IMAGESETBRUSH 1
  1494.  
  1495. /* */
  1496. #define HAVE_GDIMAGECOLORRESOLVE 1
  1497.  
  1498. /* */
  1499. #define HAVE_COLORCLOSESTHWB 1
  1500.  
  1501. /* */
  1502. #define HAVE_GD_WBMP 1
  1503.  
  1504. /* */
  1505. #define HAVE_GD_GD2 1
  1506.  
  1507. /* */
  1508. #define HAVE_GD_PNG 1
  1509.  
  1510. /* */
  1511. #define HAVE_GD_XBM 1
  1512.  
  1513. /* */
  1514. #define HAVE_GD_BUNDLED 1
  1515.  
  1516. /* */
  1517. #define HAVE_GD_GIF_READ 1
  1518.  
  1519. /* */
  1520. #define HAVE_GD_GIF_CREATE 1
  1521.  
  1522. /* */
  1523. #define HAVE_GD_IMAGEELLIPSE 1
  1524.  
  1525. /* */
  1526. #define HAVE_GD_FONTCACHESHUTDOWN 1
  1527.  
  1528. /* */
  1529. #define HAVE_GD_FONTMUTEX 1
  1530.  
  1531. /* */
  1532. #define HAVE_GD_DYNAMIC_CTX_EX 1
  1533.  
  1534. /* */
  1535. #define HAVE_GD_GIF_CTX 1
  1536.  
  1537. /* */
  1538. #define HAVE_GD_JPG 1
  1539.  
  1540. /* */
  1541. /* #undef HAVE_GD_XPM */
  1542.  
  1543. /* */
  1544. #define HAVE_GD_STRINGFT 1
  1545.  
  1546. /* */
  1547. #define HAVE_GD_STRINGFTEX 1
  1548.  
  1549. /* */
  1550. #define ENABLE_GD_TTF 1
  1551.  
  1552. /* */
  1553. /* #undef USE_GD_JISX0208 */
  1554.  
  1555. /* */
  1556. #define USE_GD_IMGSTRTTF 1
  1557.  
  1558. /* */
  1559. #define USE_GD_IMGSTRTTF 1
  1560.  
  1561. /* */
  1562. #define HAVE_LIBFREETYPE 1
  1563.  
  1564. /* */
  1565. #define ENABLE_GD_TTF 1
  1566.  
  1567. /* */
  1568. /* #undef HAVE_LIBT1 */
  1569.  
  1570. /* */
  1571. #define HAVE_LIBGD 1
  1572.  
  1573. /* */
  1574. #define HAVE_LIBGD13 1
  1575.  
  1576. /* */
  1577. #define HAVE_LIBGD15 1
  1578.  
  1579. /* */
  1580. #define HAVE_GD_PNG 1
  1581.  
  1582. /* */
  1583. #define HAVE_GD_GIF_READ 1
  1584.  
  1585. /* */
  1586. #define HAVE_GD_GIF_CREATE 1
  1587.  
  1588. /* */
  1589. #define HAVE_GD_WBMP 1
  1590.  
  1591. /* */
  1592. #define HAVE_GD_JPG 1
  1593.  
  1594. /* */
  1595. /* #undef HAVE_GD_XPM */
  1596.  
  1597. /* */
  1598. #define HAVE_GD_GD2 1
  1599.  
  1600. /* */
  1601. #define HAVE_LIBGD20 1
  1602.  
  1603. /* */
  1604. #define HAVE_GD_IMAGESETTILE 1
  1605.  
  1606. /* */
  1607. #define HAVE_GD_IMAGEELLIPSE 1
  1608.  
  1609. /* */
  1610. #define HAVE_GD_IMAGESETBRUSH 1
  1611.  
  1612. /* */
  1613. /* #undef HAVE_GD_STRINGTTF */
  1614.  
  1615. /* */
  1616. #define HAVE_GD_STRINGFT 1
  1617.  
  1618. /* */
  1619. #define HAVE_GD_STRINGFTEX 1
  1620.  
  1621. /* */
  1622. #define HAVE_COLORCLOSESTHWB 1
  1623.  
  1624. /* */
  1625. #define HAVE_GDIMAGECOLORRESOLVE 1
  1626.  
  1627. /* */
  1628. #define HAVE_GD_GIF_CTX 1
  1629.  
  1630. /* */
  1631. /* #undef HAVE_GD_CACHE_CREATE */
  1632.  
  1633. /* */
  1634. #define HAVE_GD_FONTCACHESHUTDOWN 1
  1635.  
  1636. /* */
  1637. /* #undef HAVE_GD_FREEFONTCACHE */
  1638.  
  1639. /* */
  1640. #define HAVE_GD_FONTMUTEX 1
  1641.  
  1642. /* */
  1643. #define HAVE_GD_DYNAMIC_CTX_EX 1
  1644.  
  1645. /* */
  1646. #define HAVE_LIBGD204 1
  1647.  
  1648. /* Whether to build gd as dynamic module */
  1649. /* #undef COMPILE_DL_GD */
  1650.  
  1651. /* */
  1652. #define HAVE_LIBINTL 1
  1653.  
  1654. /* Whether to build gettext as dynamic module */
  1655. /* #undef COMPILE_DL_GETTEXT */
  1656.  
  1657. /* */
  1658. #define HAVE_NGETTEXT 1
  1659.  
  1660. /* */
  1661. #define HAVE_DNGETTEXT 1
  1662.  
  1663. /* */
  1664. #define HAVE_DCNGETTEXT 1
  1665.  
  1666. /* */
  1667. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1668.  
  1669. /* Whether to build gmp as dynamic module */
  1670. /* #undef COMPILE_DL_GMP */
  1671.  
  1672. /* */
  1673. /* #undef HAVE_GMP */
  1674.  
  1675. /* */
  1676. /* #undef PHP_MHASH_BC */
  1677.  
  1678. /* Have HASH Extension */
  1679. #define HAVE_HASH_EXT 1
  1680.  
  1681. /* Define if processor uses big-endian word */
  1682. /* #undef WORDS_BIGENDIAN */
  1683.  
  1684. /* Whether to build hash as dynamic module */
  1685. /* #undef COMPILE_DL_HASH */
  1686.  
  1687. /* */
  1688. /* #undef HAVE_LIBICONV */
  1689.  
  1690. /* */
  1691. /* #undef HAVE_GICONV_H */
  1692.  
  1693. /* */
  1694. /* #undef HAVE_LIBICONV */
  1695.  
  1696. /* */
  1697. #define HAVE_ICONV 1
  1698.  
  1699. /* Which iconv implementation to use */
  1700. #define PHP_ICONV_IMPL "glibc"
  1701.  
  1702. /* Konstantin Chuguev's iconv implementation */
  1703. /* #undef HAVE_BSD_ICONV */
  1704.  
  1705. /* Which iconv implementation to use */
  1706. #define PHP_ICONV_IMPL "glibc"
  1707.  
  1708. /* glibc's iconv implementation */
  1709. #define HAVE_GLIBC_ICONV 1
  1710.  
  1711. /* Which iconv implementation to use */
  1712. #define PHP_ICONV_IMPL "glibc"
  1713.  
  1714. /* IBM iconv implementation */
  1715. /* #undef HAVE_IBM_ICONV */
  1716.  
  1717. /* Which iconv implementation to use */
  1718. #define PHP_ICONV_IMPL "glibc"
  1719.  
  1720. /* Whether iconv supports error no or not */
  1721. #define ICONV_SUPPORTS_ERRNO 1
  1722.  
  1723. /* Whether iconv supports error no or not */
  1724. #define ICONV_SUPPORTS_ERRNO 1
  1725.  
  1726. /* Whether iconv supports error no or not */
  1727. #define ICONV_SUPPORTS_ERRNO 1
  1728.  
  1729. /* Path to iconv.h */
  1730. #define PHP_ICONV_H_PATH </usr/include/iconv.h>
  1731.  
  1732. /* Whether to build iconv as dynamic module */
  1733. /* #undef COMPILE_DL_ICONV */
  1734.  
  1735. /* Whether to build imap as dynamic module */
  1736. /* #undef COMPILE_DL_IMAP */
  1737.  
  1738. /* */
  1739. #define HAVE_IMAP 1
  1740.  
  1741. /* */
  1742. #define HAVE_IMAP2000 1
  1743.  
  1744. /* */
  1745. #define HAVE_IMAP2000 1
  1746.  
  1747. /* */
  1748. #define HAVE_IMAP2000 1
  1749.  
  1750. /* */
  1751. #define HAVE_IMAP2000 1
  1752.  
  1753. /* */
  1754. #define HAVE_IMAP2000 1
  1755.  
  1756. /* */
  1757. #define HAVE_IMAP2000 1
  1758.  
  1759. /* */
  1760. #define HAVE_IMAP2004 1
  1761.  
  1762. /* Whether utf8_mime2text() has new signature */
  1763. #define HAVE_NEW_MIME2TEXT 1
  1764.  
  1765. /* */
  1766. /* #undef HAVE_IMAP2001 */
  1767.  
  1768. /* */
  1769. #define HAVE_LIBPAM 1
  1770.  
  1771. /* */
  1772. #define HAVE_LIBCRYPT 1
  1773.  
  1774. /* */
  1775. #define HAVE_IMAP_KRB 1
  1776.  
  1777. /* */
  1778. #define HAVE_IMAP_SSL 1
  1779.  
  1780. /* */
  1781. #define HAVE_IMAP_AUTH_GSS 1
  1782.  
  1783. /* */
  1784. /* #undef HAVE_IMAP_MUTF7 */
  1785.  
  1786. /* */
  1787. #define HAVE_RFC822_OUTPUT_ADDRESS_LIST 1
  1788.  
  1789. /* */
  1790. /* #undef HAVE_IBASE */
  1791.  
  1792. /* Whether to build interbase as dynamic module */
  1793. /* #undef COMPILE_DL_INTERBASE */
  1794.  
  1795. /* Whether to build intl as dynamic module */
  1796. /* #undef COMPILE_DL_INTL */
  1797.  
  1798. /* whether to enable JavaScript Object Serialization support */
  1799. #define HAVE_JSON 1
  1800.  
  1801. /* Whether to build json as dynamic module */
  1802. /* #undef COMPILE_DL_JSON */
  1803.  
  1804. /* Whether to build ldap as dynamic module */
  1805. /* #undef COMPILE_DL_LDAP */
  1806.  
  1807. /* */
  1808. /* #undef HAVE_NSLDAP */
  1809.  
  1810. /* */
  1811. /* #undef HAVE_NSLDAP */
  1812.  
  1813. /* */
  1814. /* #undef HAVE_NSLDAP */
  1815.  
  1816. /* */
  1817. /* #undef HAVE_NSLDAP */
  1818.  
  1819. /* */
  1820. /* #undef HAVE_ORALDAP */
  1821.  
  1822. /* */
  1823. /* #undef HAVE_ORALDAP_10 */
  1824.  
  1825. /* */
  1826. #define HAVE_LDAP 1
  1827.  
  1828. /* Whether 3 arg set_rebind_proc() */
  1829. #define HAVE_3ARG_SETREBINDPROC 1
  1830.  
  1831. /* */
  1832. /* #undef HAVE_LDAP_SASL_SASL_H */
  1833.  
  1834. /* */
  1835. /* #undef HAVE_LDAP_SASL_H */
  1836.  
  1837. /* LDAP SASL support */
  1838. /* #undef HAVE_LDAP_SASL */
  1839.  
  1840. /* whether to have multibyte string support */
  1841. #define HAVE_MBSTRING 1
  1842.  
  1843. /* whether to check multibyte regex backtrack */
  1844. #define USE_COMBINATION_EXPLOSION_CHECK 1
  1845.  
  1846. /* Define to 1 if you have the <stdarg.h> header file. */
  1847. #define HAVE_STDARG_PROTOTYPES 1
  1848.  
  1849. /* Define to 1 if the bundled oniguruma is used */
  1850. #define PHP_ONIG_BUNDLED 1
  1851.  
  1852. /* Define to 1 if the oniguruma library is available */
  1853. #define HAVE_ONIG 1
  1854.  
  1855. /* Define to 1 if the oniguruma library is available */
  1856. #define HAVE_ONIG 1
  1857.  
  1858. /* define to 1 if oniguruma has an invalid entry for KOI8 encoding */
  1859. /* #undef PHP_ONIG_BAD_KOI8_ENTRY */
  1860.  
  1861. /* whether to have multibyte regex support */
  1862. #define HAVE_MBREGEX 1
  1863.  
  1864. /* Whether to build mbstring as dynamic module */
  1865. /* #undef COMPILE_DL_MBSTRING */
  1866.  
  1867. /* */
  1868. #define HAVE_LIBMCRYPT 1
  1869.  
  1870. /* */
  1871. #define HAVE_LIBMCRYPT 1
  1872.  
  1873. /* Whether to build mcrypt as dynamic module */
  1874. /* #undef COMPILE_DL_MCRYPT */
  1875.  
  1876. /* Whether to build mssql as dynamic module */
  1877. /* #undef COMPILE_DL_MSSQL */
  1878.  
  1879. /* */
  1880. /* #undef HAVE_LIBDNET_STUB */
  1881.  
  1882. /* */
  1883. #define HAVE_MSSQL 1
  1884.  
  1885. /* */
  1886. #define HAVE_FREETDS 1
  1887.  
  1888. /* */
  1889. /* #undef PHP_MYSQL_UNIX_SOCK_ADDR */
  1890.  
  1891. /* */
  1892. /* #undef PHP_MYSQL_UNIX_SOCK_ADDR */
  1893.  
  1894. /* Whether you have MySQL */
  1895. #define HAVE_MYSQL 1
  1896.  
  1897. /* Whether to build mysql as dynamic module */
  1898. /* #undef COMPILE_DL_MYSQL */
  1899.  
  1900. /* Whether mysqlnd is enabled */
  1901. #define MYSQL_USE_MYSQLND 1
  1902.  
  1903. /* embedded MySQL support enabled */
  1904. /* #undef HAVE_EMBEDDED_MYSQLI */
  1905.  
  1906. /* */
  1907. /* #undef HAVE_MYSQLILIB */
  1908.  
  1909. /* */
  1910. /* #undef HAVE_STMT_NEXT_RESULT */
  1911.  
  1912. /* Whether to build mysqli as dynamic module */
  1913. /* #undef COMPILE_DL_MYSQLI */
  1914.  
  1915. /* Whether mysqlnd is enabled */
  1916. #define MYSQLI_USE_MYSQLND 1
  1917.  
  1918. /* */
  1919. /* #undef HAVE_OCI_LOB_READ2 */
  1920.  
  1921. /* Whether to build oci8 as dynamic module */
  1922. /* #undef COMPILE_DL_OCI8 */
  1923.  
  1924. /* */
  1925. /* #undef HAVE_OCI8 */
  1926.  
  1927. /* */
  1928. /* #undef PHP_OCI8_DEF_DIR */
  1929.  
  1930. /* */
  1931. /* #undef PHP_OCI8_DEF_SHARED_LIBADD */
  1932.  
  1933. /* */
  1934. /* #undef HAVE_OCI_INSTANT_CLIENT */
  1935.  
  1936. /* */
  1937. /* #undef HAVE_OCI_LOB_READ2 */
  1938.  
  1939. /* Whether to build oci8 as dynamic module */
  1940. /* #undef COMPILE_DL_OCI8 */
  1941.  
  1942. /* */
  1943. /* #undef HAVE_OCI8 */
  1944.  
  1945. /* */
  1946. /* #undef HAVE_ADABAS */
  1947.  
  1948. /* */
  1949. /* #undef HAVE_SAPDB */
  1950.  
  1951. /* */
  1952. /* #undef HAVE_SOLID_35 */
  1953.  
  1954. /* */
  1955. /* #undef HAVE_SOLID_30 */
  1956.  
  1957. /* */
  1958. /* #undef HAVE_SOLID */
  1959.  
  1960. /* Needed in sqlunix.h */
  1961. /* #undef SS_LINUX */
  1962.  
  1963. /* Needed in sqlunix.h */
  1964. /* #undef SS_LINUX */
  1965.  
  1966. /* Needed in sqlunix.h for wchar defs */
  1967. /* #undef SS_FBX */
  1968.  
  1969. /* Needed in sqlunix.h for wchar defs */
  1970. /* #undef SS_FBX */
  1971.  
  1972. /* */
  1973. /* #undef HAVE_IBMDB2 */
  1974.  
  1975. /* */
  1976. /* #undef HAVE_ODBC_ROUTER */
  1977.  
  1978. /* */
  1979. /* #undef HAVE_EMPRESS */
  1980.  
  1981. /* */
  1982. /* #undef HAVE_EMPRESS */
  1983.  
  1984. /* */
  1985. /* #undef AIX */
  1986.  
  1987. /* */
  1988. /* #undef HPUX */
  1989.  
  1990. /* */
  1991. /* #undef LINUX */
  1992.  
  1993. /* */
  1994. /* #undef NEUTRINO */
  1995.  
  1996. /* */
  1997. /* #undef ISOLARIS */
  1998.  
  1999. /* */
  2000. /* #undef SOLARIS */
  2001.  
  2002. /* */
  2003. /* #undef UNIXWARE */
  2004.  
  2005. /* */
  2006. /* #undef HAVE_BIRDSTEP */
  2007.  
  2008. /* */
  2009. /* #undef HAVE_CODBC */
  2010.  
  2011. /* */
  2012. /* #undef HAVE_IODBC */
  2013.  
  2014. /* */
  2015. /* #undef HAVE_ODBC2 */
  2016.  
  2017. /* */
  2018. /* #undef HAVE_ESOOB */
  2019.  
  2020. /* */
  2021. /* #undef HAVE_UNIXODBC */
  2022.  
  2023. /* Whether you want DBMaker */
  2024. /* #undef HAVE_DBMAKER */
  2025.  
  2026. /* */
  2027. /* #undef HAVE_SQLDATASOURCES */
  2028.  
  2029. /* */
  2030. /* #undef HAVE_UODBC */
  2031.  
  2032. /* Whether to build odbc as dynamic module */
  2033. /* #undef COMPILE_DL_ODBC */
  2034.  
  2035. /* */
  2036. #define HAVE_FORK 1
  2037.  
  2038. /* */
  2039. #define HAVE_WAITPID 1
  2040.  
  2041. /* */
  2042. #define HAVE_SIGACTION 1
  2043.  
  2044. /* Whether to build pcntl as dynamic module */
  2045. /* #undef COMPILE_DL_PCNTL */
  2046.  
  2047. /* Whether to build pdo as dynamic module */
  2048. /* #undef COMPILE_DL_PDO */
  2049.  
  2050. /* Whether to build pdo_dblib as dynamic module */
  2051. /* #undef COMPILE_DL_PDO_DBLIB */
  2052.  
  2053. /* */
  2054. /* #undef HAVE_LIBDNET_STUB */
  2055.  
  2056. /* */
  2057. /* #undef HAVE_PDO_DBLIB */
  2058.  
  2059. /* */
  2060. #define HAVE_FREETDS 1
  2061.  
  2062. /* */
  2063. /* #undef HAVE_PDO_FIREBIRD */
  2064.  
  2065. /* Whether to build pdo_firebird as dynamic module */
  2066. /* #undef COMPILE_DL_PDO_FIREBIRD */
  2067.  
  2068. /* Whether pdo_mysql uses mysqlnd */
  2069. #define PDO_USE_MYSQLND 1
  2070.  
  2071. /* Whether you have MySQL */
  2072. #define HAVE_MYSQL 1
  2073.  
  2074. /* */
  2075. /* #undef PDO_MYSQL_UNIX_ADDR */
  2076.  
  2077. /* Whether to build pdo_mysql as dynamic module */
  2078. /* #undef COMPILE_DL_PDO_MYSQL */
  2079.  
  2080. /* */
  2081. /* #undef HAVE_OCIENVCREATE */
  2082.  
  2083. /* */
  2084. /* #undef HAVE_OCIENVNLSCREATE */
  2085.  
  2086. /* */
  2087. /* #undef HAVE_OCILOBISTEMPORARY */
  2088.  
  2089. /* */
  2090. /* #undef HAVE_OCILOBISTEMPORARY */
  2091.  
  2092. /* */
  2093. /* #undef HAVE_OCICOLLASSIGN */
  2094.  
  2095. /* */
  2096. /* #undef HAVE_OCISTMTFETCH2 */
  2097.  
  2098. /* Whether to build pdo_oci as dynamic module */
  2099. /* #undef COMPILE_DL_PDO_OCI */
  2100.  
  2101. /* */
  2102. /* #undef PHP_PDO_OCI_CLIENT_VERSION */
  2103.  
  2104. /* */
  2105. /* #undef HAVE_ODBC_H */
  2106.  
  2107. /* */
  2108. /* #undef HAVE_ODBCSDK_H */
  2109.  
  2110. /* */
  2111. /* #undef HAVE_IODBC_H */
  2112.  
  2113. /* */
  2114. /* #undef HAVE_SQLUNIX_H */
  2115.  
  2116. /* */
  2117. /* #undef HAVE_SQLTYPES_H */
  2118.  
  2119. /* */
  2120. /* #undef HAVE_SQLUCODE_H */
  2121.  
  2122. /* */
  2123. /* #undef HAVE_SQL_H */
  2124.  
  2125. /* */
  2126. /* #undef HAVE_ISQL_H */
  2127.  
  2128. /* */
  2129. /* #undef HAVE_SQLEXT_H */
  2130.  
  2131. /* */
  2132. /* #undef HAVE_ISQLEXT_H */
  2133.  
  2134. /* */
  2135. /* #undef HAVE_UDBCEXT_H */
  2136.  
  2137. /* */
  2138. /* #undef HAVE_SQLCLI1_H */
  2139.  
  2140. /* */
  2141. /* #undef HAVE_LIBRARYMANAGER_H */
  2142.  
  2143. /* */
  2144. /* #undef HAVE_CLI0CORE_H */
  2145.  
  2146. /* */
  2147. /* #undef HAVE_CLI0EXT_H */
  2148.  
  2149. /* */
  2150. /* #undef HAVE_CLI0CLI_H */
  2151.  
  2152. /* */
  2153. /* #undef HAVE_CLI0DEFS_H */
  2154.  
  2155. /* */
  2156. /* #undef HAVE_CLI0ENV_H */
  2157.  
  2158. /* Whether to build pdo_odbc as dynamic module */
  2159. /* #undef COMPILE_DL_PDO_ODBC */
  2160.  
  2161. /* Whether to have pg_config.h */
  2162. #define HAVE_PG_CONFIG_H 1
  2163.  
  2164. /* Whether to have pg_config.h */
  2165. #define HAVE_PG_CONFIG_H 1
  2166.  
  2167. /* Whether to build PostgreSQL for PDO support or not */
  2168. /* #undef HAVE_PDO_PGSQL */
  2169.  
  2170. /* PostgreSQL 7.4 or later */
  2171. #define HAVE_PQPARAMETERSTATUS 1
  2172.  
  2173. /* PostgreSQL 8.0 or later */
  2174. #define HAVE_PQPREPARE 1
  2175.  
  2176. /* PostgreSQL 8.1.4 or later */
  2177. #define HAVE_PQESCAPE_CONN 1
  2178.  
  2179. /* PostgreSQL 8.1.4 or later */
  2180. #define HAVE_PQESCAPE_BYTEA_CONN 1
  2181.  
  2182. /* Whether libpq is compiled with --enable-multibyte */
  2183. #define HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT 1
  2184.  
  2185. /* Whether to build pdo_pgsql as dynamic module */
  2186. /* #undef COMPILE_DL_PDO_PGSQL */
  2187.  
  2188. /* */
  2189. /* #undef HAVE_PDO_SQLITELIB */
  2190.  
  2191. /* have commercial sqlite3 with crypto support */
  2192. /* #undef HAVE_SQLITE3_KEY */
  2193.  
  2194. /* Whether to build pdo_sqlite as dynamic module */
  2195. /* #undef COMPILE_DL_PDO_SQLITE */
  2196.  
  2197. /* Whether to build pdo_sqlite as dynamic module */
  2198. /* #undef COMPILE_DL_PDO_SQLITE */
  2199.  
  2200. /* Whether to have pg_config.h */
  2201. #define HAVE_PG_CONFIG_H 1
  2202.  
  2203. /* Whether to have pg_config.h */
  2204. #define HAVE_PG_CONFIG_H 1
  2205.  
  2206. /* Whether to build PostgreSQL support or not */
  2207. #define HAVE_PGSQL 1
  2208.  
  2209. /* PostgreSQL 7.2.0 or later */
  2210. #define HAVE_PQESCAPE 1
  2211.  
  2212. /* PostgreSQL 7.3.0 or later */
  2213. #define HAVE_PQUNESCAPEBYTEA 1
  2214.  
  2215. /* PostgreSQL 7.0.x or later */
  2216. #define HAVE_PQSETNONBLOCKING 1
  2217.  
  2218. /* Broken libpq under windows */
  2219. #define HAVE_PQCMDTUPLES 1
  2220.  
  2221. /* Older PostgreSQL */
  2222. #define HAVE_PQOIDVALUE 1
  2223.  
  2224. /* PostgreSQL 7.0.x or later */
  2225. #define HAVE_PQCLIENTENCODING 1
  2226.  
  2227. /* PostgreSQL 7.4 or later */
  2228. #define HAVE_PQPARAMETERSTATUS 1
  2229.  
  2230. /* PostgreSQL 7.4 or later */
  2231. #define HAVE_PQPROTOCOLVERSION 1
  2232.  
  2233. /* PostgreSQL 7.4 or later */
  2234. #define HAVE_PGTRANSACTIONSTATUS 1
  2235.  
  2236. /* PostgreSQL 7.4 or later */
  2237. #define HAVE_PQEXECPARAMS 1
  2238.  
  2239. /* PostgreSQL 7.4 or later */
  2240. #define HAVE_PQPREPARE 1
  2241.  
  2242. /* PostgreSQL 7.4 or later */
  2243. #define HAVE_PQEXECPREPARED 1
  2244.  
  2245. /* PostgreSQL 7.4 or later */
  2246. #define HAVE_PQRESULTERRORFIELD 1
  2247.  
  2248. /* PostgreSQL 7.4 or later */
  2249. #define HAVE_PQSENDQUERYPARAMS 1
  2250.  
  2251. /* PostgreSQL 7.4 or later */
  2252. #define HAVE_PQSENDPREPARE 1
  2253.  
  2254. /* PostgreSQL 7.4 or later */
  2255. #define HAVE_PQSENDQUERYPREPARED 1
  2256.  
  2257. /* PostgreSQL 7.4 or later */
  2258. #define HAVE_PQPUTCOPYDATA 1
  2259.  
  2260. /* PostgreSQL 7.4 or later */
  2261. #define HAVE_PQPUTCOPYEND 1
  2262.  
  2263. /* PostgreSQL 7.4 or later */
  2264. #define HAVE_PQGETCOPYDATA 1
  2265.  
  2266. /* PostgreSQL 7.4 or later */
  2267. #define HAVE_PQFREEMEM 1
  2268.  
  2269. /* PostgreSQL 7.4 or later */
  2270. #define HAVE_PQSETERRORVERBOSITY 1
  2271.  
  2272. /* PostgreSQL 7.4 or later */
  2273. #define HAVE_PQFTABLE 1
  2274.  
  2275. /* PostgreSQL 8.1.4 or later */
  2276. #define HAVE_PQESCAPE_CONN 1
  2277.  
  2278. /* PostgreSQL 8.1.4 or later */
  2279. #define HAVE_PQESCAPE_BYTEA_CONN 1
  2280.  
  2281. /* Whether libpq is compiled with --enable-multibyte */
  2282. #define HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT 1
  2283.  
  2284. /* PostgreSQL 8.1 or later */
  2285. #define HAVE_PG_LO_CREATE 1
  2286.  
  2287. /* PostgreSQL 8.4 or later */
  2288. #define HAVE_PG_LO_IMPORT_WITH_OID 1
  2289.  
  2290. /* Whether to build pgsql as dynamic module */
  2291. /* #undef COMPILE_DL_PGSQL */
  2292.  
  2293. /* Whether to build phar as dynamic module */
  2294. /* #undef COMPILE_DL_PHAR */
  2295.  
  2296. /* */
  2297. #define PHAR_HASH_OK 1
  2298.  
  2299. /* */
  2300. /* #undef PHAR_HAVE_OPENSSL */
  2301.  
  2302. /* whether to include POSIX-like functions */
  2303. #define HAVE_POSIX 1
  2304.  
  2305. /* Whether to build posix as dynamic module */
  2306. /* #undef COMPILE_DL_POSIX */
  2307.  
  2308. /* Whether you have a working ttyname_r */
  2309. #define HAVE_TTYNAME_R 1
  2310.  
  2311. /* Wether struct utsname has domainname */
  2312. #define HAVE_UTSNAME_DOMAINNAME 1
  2313.  
  2314. /* Whether to build pspell as dynamic module */
  2315. /* #undef COMPILE_DL_PSPELL */
  2316.  
  2317. /* */
  2318. /* #undef HAVE_PSPELL */
  2319.  
  2320. /* */
  2321. /* #undef HAVE_RL_CALLBACK_READ_CHAR */
  2322.  
  2323. /* */
  2324. /* #undef HAVE_LIBREADLINE */
  2325.  
  2326. /* */
  2327. /* #undef HAVE_LIBEDIT */
  2328.  
  2329. /* Whether to build readline as dynamic module */
  2330. /* #undef COMPILE_DL_READLINE */
  2331.  
  2332. /* Whether we have librecode 3.5 */
  2333. /* #undef HAVE_BROKEN_RECODE */
  2334.  
  2335. /* Whether we have librecode 3.5 or higher */
  2336. /* #undef HAVE_LIBRECODE */
  2337.  
  2338. /* Whether to build recode as dynamic module */
  2339. /* #undef COMPILE_DL_RECODE */
  2340.  
  2341. /* Whether Reflection is enabled */
  2342. #define HAVE_REFLECTION 1
  2343.  
  2344. /* Whether to build reflection as dynamic module */
  2345. /* #undef COMPILE_DL_REFLECTION */
  2346.  
  2347. /* */
  2348. /* #undef HAVE_PWRITE */
  2349.  
  2350. /* whether pwrite64 is default */
  2351. /* #undef PHP_PWRITE_64 */
  2352.  
  2353. /* */
  2354. /* #undef HAVE_PREAD */
  2355.  
  2356. /* whether pread64 is default */
  2357. /* #undef PHP_PREAD_64 */
  2358.  
  2359. /* Whether to build session as dynamic module */
  2360. /* #undef COMPILE_DL_SESSION */
  2361.  
  2362. /* */
  2363. #define HAVE_PHP_SESSION 1
  2364.  
  2365. /* Whether you have libmm */
  2366. /* #undef HAVE_LIBMM */
  2367.  
  2368. /* */
  2369. /* #undef HAVE_SHMOP */
  2370.  
  2371. /* Whether to build shmop as dynamic module */
  2372. /* #undef COMPILE_DL_SHMOP */
  2373.  
  2374. /* */
  2375. #define HAVE_LIBXML 1
  2376.  
  2377. /* */
  2378. #define HAVE_SIMPLEXML 1
  2379.  
  2380. /* Whether to build simplexml as dynamic module */
  2381. /* #undef COMPILE_DL_SIMPLEXML */
  2382.  
  2383. /* */
  2384. #define HAVE_NET_SNMP 1
  2385.  
  2386. /* */
  2387. #define HAVE_SNMP_PARSE_OID 1
  2388.  
  2389. /* */
  2390. #define HAVE_SNMP 1
  2391.  
  2392. /* */
  2393. /* #undef UCD_SNMP_HACK */
  2394.  
  2395. /* Whether to build snmp as dynamic module */
  2396. /* #undef COMPILE_DL_SNMP */
  2397.  
  2398. /* */
  2399. #define HAVE_LIBXML 1
  2400.  
  2401. /* */
  2402. #define HAVE_SOAP 1
  2403.  
  2404. /* Whether to build soap as dynamic module */
  2405. /* #undef COMPILE_DL_SOAP */
  2406.  
  2407. /* Whether you have struct cmsghdr */
  2408. #define HAVE_CMSGHDR 1
  2409.  
  2410. /* */
  2411. /* #undef MISSING_MSGHDR_MSGFLAGS */
  2412.  
  2413. /* */
  2414. #define HAVE_SOCKETS 1
  2415.  
  2416. /* Whether to build sockets as dynamic module */
  2417. /* #undef COMPILE_DL_SOCKETS */
  2418.  
  2419. /* Whether struct _zend_object_value is packed */
  2420. #define HAVE_PACKED_OBJECT_VALUE 0
  2421.  
  2422. /* Whether you want SPL (Standard PHP Library) support */
  2423. #define HAVE_SPL 1
  2424.  
  2425. /* Whether to build spl as dynamic module */
  2426. /* #undef COMPILE_DL_SPL */
  2427.  
  2428. /* Have PDO */
  2429. #define PHP_SQLITE2_HAVE_PDO 1
  2430.  
  2431. /* Whether to build sqlite as dynamic module */
  2432. /* #undef COMPILE_DL_SQLITE */
  2433.  
  2434. /* Size of a pointer */
  2435. #define SQLITE_PTR_SZ SIZEOF_CHAR_P
  2436.  
  2437. /* */
  2438. #define SQLITE_UTF8 1
  2439.  
  2440. /* Define if flush should be called explicitly after a buffered io. */
  2441. /* #undef HAVE_FLUSHIO */
  2442.  
  2443. /* */
  2444. #define HAVE_CRYPT 1
  2445.  
  2446. /* whether the compiler supports __alignof__ */
  2447. #define HAVE_ALIGNOF 1
  2448.  
  2449. /* whether the compiler supports __attribute__ ((__aligned__)) */
  2450. #define HAVE_ATTRIBUTE_ALIGNED 1
  2451.  
  2452. /* Whether PHP has to use its own crypt_r for blowfish, des, ext des and md5 */
  2453. #define PHP_USE_PHP_CRYPT_R 1
  2454.  
  2455. /* Whether the system supports standard DES salt */
  2456. #define PHP_STD_DES_CRYPT 1
  2457.  
  2458. /* Whether the system supports BlowFish salt */
  2459. #define PHP_BLOWFISH_CRYPT 1
  2460.  
  2461. /* Whether the system supports extended DES salt */
  2462. #define PHP_EXT_DES_CRYPT 1
  2463.  
  2464. /* Whether the system supports MD5 salt */
  2465. #define PHP_MD5_CRYPT 1
  2466.  
  2467. /* Whether the system supports SHA512 salt */
  2468. #define PHP_SHA512_CRYPT 1
  2469.  
  2470. /* Whether the system supports SHA256 salt */
  2471. #define PHP_SHA256_CRYPT 1
  2472.  
  2473. /* Whether the system supports standard DES salt */
  2474. #define PHP_STD_DES_CRYPT 1
  2475.  
  2476. /* Whether the system supports BlowFish salt */
  2477. #define PHP_BLOWFISH_CRYPT 1
  2478.  
  2479. /* Whether the system supports extended DES salt */
  2480. #define PHP_EXT_DES_CRYPT 1
  2481.  
  2482. /* Whether the system supports SHA512 salt */
  2483. /* #undef PHP_EXT_SHA512_CRYPT */
  2484.  
  2485. /* Whether the system supports SHA256 salt */
  2486. /* #undef PHP_EXT_SHA256_CRYPT */
  2487.  
  2488. /* Whether PHP has to use its own crypt_r for blowfish, des and ext des */
  2489. #define PHP_USE_PHP_CRYPT_R 1
  2490.  
  2491. /* Define if your system has fork/vfork/CreateProcess */
  2492. #define PHP_CAN_SUPPORT_PROC_OPEN 1
  2493.  
  2494. /* Whether to enable chroot() function */
  2495. /* #undef ENABLE_CHROOT_FUNC */
  2496.  
  2497. /* */
  2498. #define HAVE_RES_NSEARCH 1
  2499.  
  2500. /* */
  2501. #define HAVE_RES_NSEARCH 1
  2502.  
  2503. /* */
  2504. /* #undef HAVE_LIBRESOLV */
  2505.  
  2506. /* */
  2507. #define HAVE_RES_NSEARCH 1
  2508.  
  2509. /* */
  2510. /* #undef HAVE_LIBBIND */
  2511.  
  2512. /* */
  2513. #define HAVE_RES_NSEARCH 1
  2514.  
  2515. /* */
  2516. /* #undef HAVE_LIBSOCKET */
  2517.  
  2518. /* */
  2519. /* #undef HAVE_DNS_SEARCH */
  2520.  
  2521. /* */
  2522. /* #undef HAVE_DNS_SEARCH */
  2523.  
  2524. /* */
  2525. /* #undef HAVE_LIBRESOLV */
  2526.  
  2527. /* */
  2528. /* #undef HAVE_DNS_SEARCH */
  2529.  
  2530. /* */
  2531. /* #undef HAVE_LIBBIND */
  2532.  
  2533. /* */
  2534. /* #undef HAVE_DNS_SEARCH */
  2535.  
  2536. /* */
  2537. /* #undef HAVE_LIBSOCKET */
  2538.  
  2539. /* */
  2540. #define HAVE_DN_EXPAND 1
  2541.  
  2542. /* */
  2543. #define HAVE_DN_EXPAND 1
  2544.  
  2545. /* */
  2546. /* #undef HAVE_LIBRESOLV */
  2547.  
  2548. /* */
  2549. #define HAVE_DN_EXPAND 1
  2550.  
  2551. /* */
  2552. /* #undef HAVE_LIBBIND */
  2553.  
  2554. /* */
  2555. #define HAVE_DN_EXPAND 1
  2556.  
  2557. /* */
  2558. /* #undef HAVE_LIBSOCKET */
  2559.  
  2560. /* */
  2561. #define HAVE_DN_SKIPNAME 1
  2562.  
  2563. /* */
  2564. #define HAVE_DN_SKIPNAME 1
  2565.  
  2566. /* */
  2567. /* #undef HAVE_LIBRESOLV */
  2568.  
  2569. /* */
  2570. #define HAVE_DN_SKIPNAME 1
  2571.  
  2572. /* */
  2573. /* #undef HAVE_LIBBIND */
  2574.  
  2575. /* */
  2576. #define HAVE_DN_SKIPNAME 1
  2577.  
  2578. /* */
  2579. /* #undef HAVE_LIBSOCKET */
  2580.  
  2581. /* */
  2582. #define HAVE_RES_SEARCH 1
  2583.  
  2584. /* */
  2585. #define HAVE_RES_SEARCH 1
  2586.  
  2587. /* */
  2588. /* #undef HAVE_LIBRESOLV */
  2589.  
  2590. /* */
  2591. #define HAVE_RES_SEARCH 1
  2592.  
  2593. /* */
  2594. /* #undef HAVE_LIBBIND */
  2595.  
  2596. /* */
  2597. #define HAVE_RES_SEARCH 1
  2598.  
  2599. /* */
  2600. /* #undef HAVE_LIBSOCKET */
  2601.  
  2602. /* whether atof() accepts NAN */
  2603. #define HAVE_ATOF_ACCEPTS_NAN 1
  2604.  
  2605. /* whether atof() accepts INF */
  2606. #define HAVE_ATOF_ACCEPTS_INF 1
  2607.  
  2608. /* whether HUGE_VAL == INF */
  2609. #define HAVE_HUGE_VAL_INF 1
  2610.  
  2611. /* whether HUGE_VAL + -HUGEVAL == NAN */
  2612. #define HAVE_HUGE_VAL_NAN 1
  2613.  
  2614. /* whether strptime() declaration fails */
  2615. /* #undef HAVE_STRPTIME_DECL_FAILS */
  2616.  
  2617. /* Define if your system has mbstate_t in wchar.h */
  2618. #define HAVE_MBSTATE_T 1
  2619.  
  2620. /* Whether to build standard as dynamic module */
  2621. /* #undef COMPILE_DL_STANDARD */
  2622.  
  2623. /* */
  2624. /* #undef HAVE_SYBASE_CT */
  2625.  
  2626. /* Whether to build sybase_ct as dynamic module */
  2627. /* #undef COMPILE_DL_SYBASE_CT */
  2628.  
  2629. /* */
  2630. /* #undef HAVE_SYSVMSG */
  2631.  
  2632. /* Whether to build sysvmsg as dynamic module */
  2633. /* #undef COMPILE_DL_SYSVMSG */
  2634.  
  2635. /* Whether to build sysvsem as dynamic module */
  2636. /* #undef COMPILE_DL_SYSVSEM */
  2637.  
  2638. /* */
  2639. /* #undef HAVE_SYSVSEM */
  2640.  
  2641. /* */
  2642. /* #undef HAVE_SEMUN */
  2643.  
  2644. /* */
  2645. /* #undef HAVE_SEMUN */
  2646.  
  2647. /* */
  2648. /* #undef HAVE_SYSVSHM */
  2649.  
  2650. /* Whether to build sysvshm as dynamic module */
  2651. /* #undef COMPILE_DL_SYSVSHM */
  2652.  
  2653. /* */
  2654. /* #undef HAVE_TIDYOPTGETDOC */
  2655.  
  2656. /* Whether to build tidy as dynamic module */
  2657. /* #undef COMPILE_DL_TIDY */
  2658.  
  2659. /* */
  2660. /* #undef HAVE_TIDY */
  2661.  
  2662. /* Whether to build tokenizer as dynamic module */
  2663. /* #undef COMPILE_DL_TOKENIZER */
  2664.  
  2665. /* */
  2666. #define HAVE_LIBXML 1
  2667.  
  2668. /* */
  2669. /* #undef HAVE_LIBEXPAT */
  2670.  
  2671. /* */
  2672. /* #undef HAVE_WDDX */
  2673.  
  2674. /* Whether to build wddx as dynamic module */
  2675. /* #undef COMPILE_DL_WDDX */
  2676.  
  2677. /* */
  2678. #define HAVE_LIBXML 1
  2679.  
  2680. /* */
  2681. /* #undef HAVE_LIBEXPAT */
  2682.  
  2683. /* Whether to build xml as dynamic module */
  2684. /* #undef COMPILE_DL_XML */
  2685.  
  2686. /* */
  2687. #define HAVE_XML 1
  2688.  
  2689. /* */
  2690. #define HAVE_LIBXML 1
  2691.  
  2692. /* */
  2693. #define HAVE_XMLREADER 1
  2694.  
  2695. /* Whether to build xmlreader as dynamic module */
  2696. /* #undef COMPILE_DL_XMLREADER */
  2697.  
  2698. /* */
  2699. #define HAVE_XMLRPC 1
  2700.  
  2701. /* */
  2702. #define HAVE_LIBXML 1
  2703.  
  2704. /* */
  2705. /* #undef HAVE_LIBEXPAT */
  2706.  
  2707. /* */
  2708. /* #undef HAVE_LIBICONV */
  2709.  
  2710. /* */
  2711. /* #undef HAVE_GICONV_H */
  2712.  
  2713. /* */
  2714. /* #undef HAVE_LIBICONV */
  2715.  
  2716. /* */
  2717. #define HAVE_ICONV 1
  2718.  
  2719. /* */
  2720. #define UNDEF_THREADS_HACK
  2721.  
  2722. /* Whether to build xmlrpc as dynamic module */
  2723. /* #undef COMPILE_DL_XMLRPC */
  2724.  
  2725. /* Whether to build xmlrpc as dynamic module */
  2726. /* #undef COMPILE_DL_XMLRPC */
  2727.  
  2728. /* */
  2729. #define HAVE_LIBXML 1
  2730.  
  2731. /* */
  2732. #define HAVE_XMLWRITER 1
  2733.  
  2734. /* Whether to build xmlwriter as dynamic module */
  2735. /* #undef COMPILE_DL_XMLWRITER */
  2736.  
  2737. /* */
  2738. /* #undef HAVE_XSL_EXSLT */
  2739.  
  2740. /* */
  2741. /* #undef HAVE_XSL */
  2742.  
  2743. /* Whether to build xsl as dynamic module */
  2744. /* #undef COMPILE_DL_XSL */
  2745.  
  2746. /* */
  2747. #define HAVE_ZIP 1
  2748.  
  2749. /* Whether to build zip as dynamic module */
  2750. /* #undef COMPILE_DL_ZIP */
  2751.  
  2752. /* Whether to build mysqlnd as dynamic module */
  2753. /* #undef COMPILE_DL_MYSQLND */
  2754.  
  2755. /* Enable compressed protocol support */
  2756. #define MYSQLND_COMPRESSION_ENABLED 1
  2757.  
  2758. /* Define if int32_t type is present. */
  2759. #define HAVE_INT32_T 1
  2760.  
  2761. /* Define if uint32_t type is present. */
  2762. #define HAVE_UINT32_T 1
  2763.  
  2764. /* Whether sprintf is broken */
  2765. #define ZEND_BROKEN_SPRINTF 0
  2766.  
  2767. /* whether floatingpoint.h defines fp_except */
  2768. /* #undef HAVE_FP_EXCEPT */
  2769.  
  2770. /* whether _FPU_SETCW is present and usable */
  2771. #define HAVE__FPU_SETCW 1
  2772.  
  2773. /* whether fpsetprec is present and usable */
  2774. /* #undef HAVE_FPSETPREC */
  2775.  
  2776. /* whether _controlfp is present usable */
  2777. /* #undef HAVE__CONTROLFP */
  2778.  
  2779. /* whether _controlfp_s is present and usable */
  2780. /* #undef HAVE__CONTROLFP_S */
  2781.  
  2782. /* whether FPU control word can be manipulated by inline assembler */
  2783. #define HAVE_FPU_INLINE_ASM_X86 1
  2784.  
  2785. /* Define if double cast to long preserves least significant bits */
  2786. /* #undef ZEND_DVAL_TO_LVAL_CAST_OK */
  2787.  
  2788. /* Define if dlsym() requires a leading underscore in symbol names. */
  2789. /* #undef DLSYM_NEEDS_UNDERSCORE */
  2790.  
  2791. /* virtual machine dispatch method */
  2792. #define ZEND_VM_KIND ZEND_VM_KIND_CALL
  2793.  
  2794. /* virtual machine dispatch method */
  2795. #define ZEND_VM_KIND ZEND_VM_KIND_CALL
  2796.  
  2797. /* virtual machine dispatch method */
  2798. #define ZEND_VM_KIND ZEND_VM_KIND_CALL
  2799.  
  2800. /* */
  2801. #define ZEND_DEBUG 0
  2802.  
  2803. /* */
  2804. #define ZEND_DEBUG 0
  2805.  
  2806. /* */
  2807. #define ZTS 1
  2808.  
  2809. /* */
  2810. /* #undef ZEND_MULTIBYTE */
  2811.  
  2812. /* Define if the target system is darwin */
  2813. /* #undef DARWIN */
  2814.  
  2815. /* */
  2816. #define ZEND_MM_ALIGNMENT 8
  2817.  
  2818. /* */
  2819. #define ZEND_MM_ALIGNMENT_LOG2 3
  2820.  
  2821. /* Define if the target system has support for memory allocation using mmap(MAP_ANON) */
  2822. #define HAVE_MEM_MMAP_ANON 1
  2823.  
  2824. /* Define if the target system has support for memory allocation using mmap(/dev/zero) */
  2825. #define HAVE_MEM_MMAP_ZERO 1
  2826.  
  2827. /* */
  2828. #define ZTS 1
  2829.  
  2830. /* Whether you use GNU Pth */
  2831. /* #undef GNUPTH */
  2832.  
  2833. /* */
  2834. /* #undef TSRM_ST */
  2835.  
  2836. /* Whether to use native BeOS threads */
  2837. /* #undef BETHREADS */
  2838.  
  2839. /* Whether to use Pthreads */
  2840. #define PTHREADS 1
  2841.  
  2842. /* PHP build date */
  2843. #define PHP_BUILD_DATE "2010-03-29"
  2844.  
  2845. /* hardcode for each of the cross compiler host */
  2846. #define PHP_OS "Linux"
  2847.  
  2848. /* hardcode for each of the cross compiler host */
  2849. #define PHP_UNAME "Linux pagrabs 2.6.31-14-server #48-Ubuntu SMP Fri Oct 16 15:07:34 UTC 2009 x86_64 GNU/Linux"
  2850.  
  2851. /* uname -a output */
  2852. #define PHP_UNAME "Linux pagrabs 2.6.31-14-server #48-Ubuntu SMP Fri Oct 16 15:07:34 UTC 2009 x86_64 GNU/Linux"
  2853.  
  2854. /* uname output */
  2855. #define PHP_OS "Linux"
  2856.  
  2857. /* */
  2858. #define HAVE_BUILD_DEFS_H 1
  2859.  
  2860.  
  2861. #ifndef ZEND_ACCONFIG_H_NO_C_PROTOS
  2862.  
  2863. #ifdef HAVE_STDLIB_H
  2864. # include <stdlib.h>
  2865. #endif
  2866.  
  2867. #ifdef HAVE_SYS_TYPES_H
  2868. # include <sys/types.h>
  2869. #endif
  2870.  
  2871. #ifdef HAVE_SYS_SELECT_H
  2872. #include <sys/select.h>
  2873. #endif
  2874.  
  2875. #ifdef HAVE_IEEEFP_H
  2876. # include <ieeefp.h>
  2877. #endif
  2878.  
  2879. #ifdef HAVE_STRING_H
  2880. # include <string.h>
  2881. #else
  2882. # include <strings.h>
  2883. #endif
  2884.  
  2885. #if ZEND_BROKEN_SPRINTF
  2886. int zend_sprintf(char *buffer, const char *format, ...);
  2887. #else
  2888. # define zend_sprintf sprintf
  2889. #endif
  2890.  
  2891. #include <math.h>
  2892.  
  2893. /* To enable the is_nan, is_infinite and is_finite PHP functions */
  2894. #ifdef NETWARE
  2895. #define HAVE_ISNAN 1
  2896. #define HAVE_ISINF 1
  2897. #define HAVE_ISFINITE 1
  2898. #endif
  2899.  
  2900. #ifndef zend_isnan
  2901. #ifdef HAVE_ISNAN
  2902. #define zend_isnan(a) isnan(a)
  2903. #elif defined(HAVE_FPCLASS)
  2904. #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
  2905. #else
  2906. #define zend_isnan(a) 0
  2907. #endif
  2908. #endif
  2909.  
  2910. #ifdef HAVE_ISINF
  2911. #define zend_isinf(a) isinf(a)
  2912. #elif defined(INFINITY)
  2913. /* Might not work, but is required by ISO C99 */
  2914. #define zend_isinf(a) (((a)==INFINITY)?1:0)
  2915. #elif defined(HAVE_FPCLASS)
  2916. #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF))
  2917. #else
  2918. #define zend_isinf(a) 0
  2919. #endif
  2920.  
  2921. #ifdef HAVE_FINITE
  2922. #define zend_finite(a) finite(a)
  2923. #elif defined(HAVE_ISFINITE) || defined(isfinite)
  2924. #define zend_finite(a) isfinite(a)
  2925. #elif defined(fpclassify)
  2926. #define zend_finite(a) ((fpclassify((a))!=FP_INFINITE&&fpclassify((a))!=FP_NAN)?1:0)
  2927. #else
  2928. #define zend_finite(a) (zend_isnan(a) ? 0 : zend_isinf(a) ? 0 : 1)
  2929. #endif
  2930.  
  2931. #endif /* ifndef ZEND_ACCONFIG_H_NO_C_PROTOS */
  2932.  
  2933. #ifdef NETWARE
  2934. #ifdef USE_WINSOCK
  2935. #/*This detection against winsock is of no use*/ undef HAVE_SOCKLEN_T
  2936. #/*This detection against winsock is of no use*/ undef HAVE_SYS_SOCKET_H
  2937. #endif
  2938. #endif
  2939.  
  2940. /*
  2941. * Local variables:
  2942. * tab-width: 4
  2943. * c-basic-offset: 4
  2944. * indent-tabs-mode: t
  2945. * End:
  2946. */
  2947. #define PTHREADS 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement