home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / PHP / include / php / main / php_config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-06-05  |  38.0 KB  |  1,880 lines

  1. /* main/php_config.h.  Generated automatically by configure.  */
  2. /* main/php_config.h.in.  Generated automatically from configure.in by autoheader.  */
  3. /* Leave this file alone */
  4. #define ZEND_API
  5. #define ZEND_DLEXPORT
  6.  
  7.  
  8. /* Define if on AIX 3.
  9.    System headers sometimes define this.
  10.    We just want to avoid a redefinition error message.  */
  11. #ifndef _ALL_SOURCE
  12. /* #undef _ALL_SOURCE */
  13. #endif
  14.  
  15. /* Define if using alloca.c.  */
  16. /* #undef C_ALLOCA */
  17.  
  18. /* Define to empty if the keyword does not work.  */
  19. /* #undef const */
  20.  
  21. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  22.    This function is required for alloca.c support on those systems.  */
  23. /* #undef CRAY_STACKSEG_END */
  24.  
  25. /* Define to `int' if <sys/types.h> doesn't define.  */
  26. /* #undef gid_t */
  27.  
  28. /* Define if you have alloca, as a function or macro.  */
  29. #define HAVE_ALLOCA 1
  30.  
  31. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  32. /* #undef HAVE_ALLOCA_H */
  33.  
  34. /* Define if you don't have vprintf but do have _doprnt.  */
  35. /* #undef HAVE_DOPRNT */
  36.  
  37. /* Define if your struct stat has st_blksize.  */
  38. #define HAVE_ST_BLKSIZE 1
  39.  
  40. /* Define if your struct stat has st_blocks.  */
  41. #define HAVE_ST_BLOCKS 1
  42.  
  43. /* Define if your struct stat has st_rdev.  */
  44. #define HAVE_ST_RDEV 1
  45.  
  46. /* Define if your struct tm has tm_zone.  */
  47. #define HAVE_TM_ZONE 1
  48.  
  49. /* Define if you don't have tm_zone but do have the external array
  50.    tzname.  */
  51. /* #undef HAVE_TZNAME */
  52.  
  53. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  54. #define HAVE_UTIME_NULL 1
  55.  
  56. /* Define if you have the vprintf function.  */
  57. #define HAVE_VPRINTF 1
  58.  
  59. /* Define as __inline if that's what the C compiler calls it.  */
  60. /* #undef inline */
  61.  
  62. /* Define if your C compiler doesn't accept -c and -o together.  */
  63. /* #undef NO_MINUS_C_MINUS_O */
  64.  
  65. /* Define as the return type of signal handlers (int or void).  */
  66. #define RETSIGTYPE void
  67.  
  68. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  69. /* #undef size_t */
  70.  
  71. /* If using the C implementation of alloca, define if you know the
  72.    direction of stack growth for your system; otherwise it will be
  73.    automatically deduced at run-time.
  74.  STACK_DIRECTION > 0 => grows toward higher addresses
  75.  STACK_DIRECTION < 0 => grows toward lower addresses
  76.  STACK_DIRECTION = 0 => direction of growth unknown
  77.  */
  78. /* #undef STACK_DIRECTION */
  79.  
  80. /* Define if you have the ANSI C header files.  */
  81. #define STDC_HEADERS 1
  82.  
  83. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  84. #define TIME_WITH_SYS_TIME 1
  85.  
  86. /* Define if your <sys/time.h> declares struct tm.  */
  87. /* #undef TM_IN_SYS_TIME */
  88.  
  89. /* Define to `int' if <sys/types.h> doesn't define.  */
  90. /* #undef uid_t */
  91.  
  92. /* Define if your processor stores words with the most significant
  93.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  94. #define WORDS_BIGENDIAN 1
  95.  
  96. /* Define if lex declares yytext as a char * by default, not a char[].  */
  97. /* #undef YYTEXT_POINTER */
  98.  
  99. /* #undef uint */
  100. #define ulong unsigned long
  101.  
  102. /* The number of bytes in a char.  */
  103. #define SIZEOF_CHAR 1
  104.  
  105. /* The number of bytes in a int.  */
  106. #define SIZEOF_INT 4
  107.  
  108. /* The number of bytes in a long.  */
  109. #define SIZEOF_LONG 4
  110.  
  111. /* The number of bytes in a long long.  */
  112. #define SIZEOF_LONG_LONG 8
  113.  
  114. /* Define if you have the alarm function.  */
  115. #define HAVE_ALARM 1
  116.  
  117. /* Define if you have the asctime_r function.  */
  118. /* #undef HAVE_ASCTIME_R */
  119.  
  120. /* Define if you have the atod function.  */
  121. /* #undef HAVE_ATOD */
  122.  
  123. /* Define if you have the bcmp function.  */
  124. #define HAVE_BCMP 1
  125.  
  126. /* Define if you have the bfill function.  */
  127. /* #undef HAVE_BFILL */
  128.  
  129. /* Define if you have the bmove function.  */
  130. /* #undef HAVE_BMOVE */
  131.  
  132. /* Define if you have the bzero function.  */
  133. #define HAVE_BZERO 1
  134.  
  135. /* Define if you have the chroot function.  */
  136. #define HAVE_CHROOT 1
  137.  
  138. /* Define if you have the chsize function.  */
  139. /* #undef HAVE_CHSIZE */
  140.  
  141. /* Define if you have the crypt function.  */
  142. #define HAVE_CRYPT 1
  143.  
  144. /* Define if you have the ctermid function.  */
  145. #define HAVE_CTERMID 1
  146.  
  147. /* Define if you have the ctime_r function.  */
  148. /* #undef HAVE_CTIME_R */
  149.  
  150. /* Define if you have the cuserid function.  */
  151. #define HAVE_CUSERID 1
  152.  
  153. /* Define if you have the dlerror function.  */
  154. /* #undef HAVE_DLERROR */
  155.  
  156. /* Define if you have the dlopen function.  */
  157. /* #undef HAVE_DLOPEN */
  158.  
  159. /* Define if you have the fchmod function.  */
  160. #define HAVE_FCHMOD 1
  161.  
  162. /* Define if you have the fcntl function.  */
  163. #define HAVE_FCNTL 1
  164.  
  165. /* Define if you have the fconvert function.  */
  166. /* #undef HAVE_FCONVERT */
  167.  
  168. /* Define if you have the finite function.  */
  169. #define HAVE_FINITE 1
  170.  
  171. /* Define if you have the flock function.  */
  172. #define HAVE_FLOCK 1
  173.  
  174. /* Define if you have the fpclass function.  */
  175. /* #undef HAVE_FPCLASS */
  176.  
  177. /* Define if you have the fpresetsticky function.  */
  178. /* #undef HAVE_FPRESETSTICKY */
  179.  
  180. /* Define if you have the fpsetmask function.  */
  181. /* #undef HAVE_FPSETMASK */
  182.  
  183. /* Define if you have the ftruncate function.  */
  184. #define HAVE_FTRUNCATE 1
  185.  
  186. /* Define if you have the gai_strerror function.  */
  187. /* #undef HAVE_GAI_STRERROR */
  188.  
  189. /* Define if you have the gcvt function.  */
  190. /* #undef HAVE_GCVT */
  191.  
  192. /* Define if you have the getcwd function.  */
  193. #define HAVE_GETCWD 1
  194.  
  195. /* Define if you have the gethostbyaddr function.  */
  196. #define HAVE_GETHOSTBYADDR 1
  197.  
  198. /* Define if you have the gethostbyaddr_r function.  */
  199. /* #undef HAVE_GETHOSTBYADDR_R */
  200.  
  201. /* Define if you have the gethostbyname_r function.  */
  202. /* #undef HAVE_GETHOSTBYNAME_R */
  203.  
  204. /* Define if you have the getlogin function.  */
  205. #define HAVE_GETLOGIN 1
  206.  
  207. /* Define if you have the getopt function.  */
  208. #define HAVE_GETOPT 1
  209.  
  210. /* Define if you have the getpass function.  */
  211. #define HAVE_GETPASS 1
  212.  
  213. /* Define if you have the getpassphrase function.  */
  214. /* #undef HAVE_GETPASSPHRASE */
  215.  
  216. /* Define if you have the getpid function.  */
  217. #define HAVE_GETPID 1
  218.  
  219. /* Define if you have the getprotobyname function.  */
  220. #define HAVE_GETPROTOBYNAME 1
  221.  
  222. /* Define if you have the getprotobynumber function.  */
  223. #define HAVE_GETPROTOBYNUMBER 1
  224.  
  225. /* Define if you have the getpwnam function.  */
  226. #define HAVE_GETPWNAM 1
  227.  
  228. /* Define if you have the getpwuid function.  */
  229. #define HAVE_GETPWUID 1
  230.  
  231. /* Define if you have the getrlimit function.  */
  232. #define HAVE_GETRLIMIT 1
  233.  
  234. /* Define if you have the getrusage function.  */
  235. #define HAVE_GETRUSAGE 1
  236.  
  237. /* Define if you have the getsid function.  */
  238. /* #undef HAVE_GETSID */
  239.  
  240. /* Define if you have the gettimeofday function.  */
  241. #define HAVE_GETTIMEOFDAY 1
  242.  
  243. /* Define if you have the getwd function.  */
  244. #define HAVE_GETWD 1
  245.  
  246. /* Define if you have the gmtime_r function.  */
  247. /* #undef HAVE_GMTIME_R */
  248.  
  249. /* Define if you have the index function.  */
  250. #define HAVE_INDEX 1
  251.  
  252. /* Define if you have the inet_aton function.  */
  253. #define HAVE_INET_ATON 1
  254.  
  255. /* Define if you have the isascii function.  */
  256. #define HAVE_ISASCII 1
  257.  
  258. /* Define if you have the isfinite function.  */
  259. /* #undef HAVE_ISFINITE */
  260.  
  261. /* Define if you have the isinf function.  */
  262. #define HAVE_ISINF 1
  263.  
  264. /* Define if you have the isnan function.  */
  265. #define HAVE_ISNAN 1
  266.  
  267. /* Define if you have the kill function.  */
  268. #define HAVE_KILL 1
  269.  
  270. /* Define if you have the link function.  */
  271. #define HAVE_LINK 1
  272.  
  273. /* Define if you have the localeconv function.  */
  274. #define HAVE_LOCALECONV 1
  275.  
  276. /* Define if you have the localtime_r function.  */
  277. /* #undef HAVE_LOCALTIME_R */
  278.  
  279. /* Define if you have the lockf function.  */
  280. /* #undef HAVE_LOCKF */
  281.  
  282. /* Define if you have the locking function.  */
  283. /* #undef HAVE_LOCKING */
  284.  
  285. /* Define if you have the longjmp function.  */
  286. #define HAVE_LONGJMP 1
  287.  
  288. /* Define if you have the lrand48 function.  */
  289. #define HAVE_LRAND48 1
  290.  
  291. /* Define if you have the madvise function.  */
  292. #define HAVE_MADVISE 1
  293.  
  294. /* Define if you have the memcpy function.  */
  295. #define HAVE_MEMCPY 1
  296.  
  297. /* Define if you have the memmove function.  */
  298. #define HAVE_MEMMOVE 1
  299.  
  300. /* Define if you have the mkfifo function.  */
  301. #define HAVE_MKFIFO 1
  302.  
  303. /* Define if you have the mkstemp function.  */
  304. #define HAVE_MKSTEMP 1
  305.  
  306. /* Define if you have the mmap function.  */
  307. #define HAVE_MMAP 1
  308.  
  309. /* Define if you have the perror function.  */
  310. #define HAVE_PERROR 1
  311.  
  312. /* Define if you have the pread function.  */
  313. /* #undef HAVE_PREAD */
  314.  
  315. /* Define if you have the pthread_attr_create function.  */
  316. /* #undef HAVE_PTHREAD_ATTR_CREATE */
  317.  
  318. /* Define if you have the pthread_attr_setprio function.  */
  319. /* #undef HAVE_PTHREAD_ATTR_SETPRIO */
  320.  
  321. /* Define if you have the pthread_attr_setschedparam function.  */
  322. /* #undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM */
  323.  
  324. /* Define if you have the pthread_attr_setstacksize function.  */
  325. /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
  326.  
  327. /* Define if you have the pthread_condattr_create function.  */
  328. /* #undef HAVE_PTHREAD_CONDATTR_CREATE */
  329.  
  330. /* Define if you have the pthread_getsequence_np function.  */
  331. /* #undef HAVE_PTHREAD_GETSEQUENCE_NP */
  332.  
  333. /* Define if you have the pthread_setprio function.  */
  334. /* #undef HAVE_PTHREAD_SETPRIO */
  335.  
  336. /* Define if you have the pthread_setprio_np function.  */
  337. /* #undef HAVE_PTHREAD_SETPRIO_NP */
  338.  
  339. /* Define if you have the pthread_setschedparam function.  */
  340. /* #undef HAVE_PTHREAD_SETSCHEDPARAM */
  341.  
  342. /* Define if you have the pthread_sigmask function.  */
  343. /* #undef HAVE_PTHREAD_SIGMASK */
  344.  
  345. /* Define if you have the putenv function.  */
  346. #define HAVE_PUTENV 1
  347.  
  348. /* Define if you have the rand_r function.  */
  349. /* #undef HAVE_RAND_R */
  350.  
  351. /* Define if you have the random function.  */
  352. #define HAVE_RANDOM 1
  353.  
  354. /* Define if you have the realpath function.  */
  355. /* #undef HAVE_REALPATH */
  356.  
  357. /* Define if you have the regcomp function.  */
  358. #define HAVE_REGCOMP 1
  359.  
  360. /* Define if you have the rename function.  */
  361. #define HAVE_RENAME 1
  362.  
  363. /* Define if you have the res_search function.  */
  364. #define HAVE_RES_SEARCH 1
  365.  
  366. /* Define if you have the rint function.  */
  367. #define HAVE_RINT 1
  368.  
  369. /* Define if you have the rwlock_init function.  */
  370. /* #undef HAVE_RWLOCK_INIT */
  371.  
  372. /* Define if you have the setegid function.  */
  373. #define HAVE_SETEGID 1
  374.  
  375. /* Define if you have the seteuid function.  */
  376. #define HAVE_SETEUID 1
  377.  
  378. /* Define if you have the setitimer function.  */
  379. #define HAVE_SETITIMER 1
  380.  
  381. /* Define if you have the setlocale function.  */
  382. #define HAVE_SETLOCALE 1
  383.  
  384. /* Define if you have the setpgid function.  */
  385. #define HAVE_SETPGID 1
  386.  
  387. /* Define if you have the setsid function.  */
  388. #define HAVE_SETSID 1
  389.  
  390. /* Define if you have the setsockopt function.  */
  391. #define HAVE_SETSOCKOPT 1
  392.  
  393. /* Define if you have the setupterm function.  */
  394. /* #undef HAVE_SETUPTERM */
  395.  
  396. /* Define if you have the setvbuf function.  */
  397. #define HAVE_SETVBUF 1
  398.  
  399. /* Define if you have the shutdown function.  */
  400. #define HAVE_SHUTDOWN 1
  401.  
  402. /* Define if you have the sighold function.  */
  403. /* #undef HAVE_SIGHOLD */
  404.  
  405. /* Define if you have the sigset function.  */
  406. /* #undef HAVE_SIGSET */
  407.  
  408. /* Define if you have the sigthreadmask function.  */
  409. /* #undef HAVE_SIGTHREADMASK */
  410.  
  411. /* Define if you have the sin function.  */
  412. #define HAVE_SIN 1
  413.  
  414. /* Define if you have the snprintf function.  */
  415. #define HAVE_SNPRINTF 1
  416.  
  417. /* Define if you have the socket function.  */
  418. #define HAVE_SOCKET 1
  419.  
  420. /* Define if you have the srand48 function.  */
  421. #define HAVE_SRAND48 1
  422.  
  423. /* Define if you have the srandom function.  */
  424. #define HAVE_SRANDOM 1
  425.  
  426. /* Define if you have the statfs function.  */
  427. #define HAVE_STATFS 1
  428.  
  429. /* Define if you have the statvfs function.  */
  430. /* #undef HAVE_STATVFS */
  431.  
  432. /* Define if you have the std_syslog function.  */
  433. /* #undef HAVE_STD_SYSLOG */
  434.  
  435. /* Define if you have the strcasecmp function.  */
  436. #define HAVE_STRCASECMP 1
  437.  
  438. /* Define if you have the strcoll function.  */
  439. #define HAVE_STRCOLL 1
  440.  
  441. /* Define if you have the strdup function.  */
  442. #define HAVE_STRDUP 1
  443.  
  444. /* Define if you have the strerror function.  */
  445. #define HAVE_STRERROR 1
  446.  
  447. /* Define if you have the strftime function.  */
  448. #define HAVE_STRFTIME 1
  449.  
  450. /* Define if you have the strlcat function.  */
  451. /* #undef HAVE_STRLCAT */
  452.  
  453. /* Define if you have the strlcpy function.  */
  454. /* #undef HAVE_STRLCPY */
  455.  
  456. /* Define if you have the strnlen function.  */
  457. /* #undef HAVE_STRNLEN */
  458.  
  459. /* Define if you have the strpbrk function.  */
  460. #define HAVE_STRPBRK 1
  461.  
  462. /* Define if you have the strstr function.  */
  463. #define HAVE_STRSTR 1
  464.  
  465. /* Define if you have the strtod function.  */
  466. #define HAVE_STRTOD 1
  467.  
  468. /* Define if you have the strtok_r function.  */
  469. /* #undef HAVE_STRTOK_R */
  470.  
  471. /* Define if you have the strtol function.  */
  472. #define HAVE_STRTOL 1
  473.  
  474. /* Define if you have the strtoul function.  */
  475. #define HAVE_STRTOUL 1
  476.  
  477. /* Define if you have the strtoull function.  */
  478. /* #undef HAVE_STRTOULL */
  479.  
  480. /* Define if you have the symlink function.  */
  481. #define HAVE_SYMLINK 1
  482.  
  483. /* Define if you have the tell function.  */
  484. /* #undef HAVE_TELL */
  485.  
  486. /* Define if you have the tempnam function.  */
  487. #define HAVE_TEMPNAM 1
  488.  
  489. /* Define if you have the thr_setconcurrency function.  */
  490. /* #undef HAVE_THR_SETCONCURRENCY */
  491.  
  492. /* Define if you have the tzset function.  */
  493. #define HAVE_TZSET 1
  494.  
  495. /* Define if you have the unsetenv function.  */
  496. #define HAVE_UNSETENV 1
  497.  
  498. /* Define if you have the usleep function.  */
  499. #define HAVE_USLEEP 1
  500.  
  501. /* Define if you have the utime function.  */
  502. #define HAVE_UTIME 1
  503.  
  504. /* Define if you have the vidattr function.  */
  505. /* #undef HAVE_VIDATTR */
  506.  
  507. /* Define if you have the vsnprintf function.  */
  508. #define HAVE_VSNPRINTF 1
  509.  
  510. /* Define if you have the <alloca.h> header file.  */
  511. /* #undef HAVE_ALLOCA_H */
  512.  
  513. /* Define if you have the <arpa/inet.h> header file.  */
  514. #define HAVE_ARPA_INET_H 1
  515.  
  516. /* Define if you have the <arpa/nameser.h> header file.  */
  517. #define HAVE_ARPA_NAMESER_H 1
  518.  
  519. /* Define if you have the <crypt.h> header file.  */
  520. /* #undef HAVE_CRYPT_H */
  521.  
  522. /* Define if you have the <default_store.h> header file.  */
  523. /* #undef HAVE_DEFAULT_STORE_H */
  524.  
  525. /* Define if you have the <dirent.h> header file.  */
  526. #define HAVE_DIRENT_H 1
  527.  
  528. /* Define if you have the <dlfcn.h> header file.  */
  529. /* #undef HAVE_DLFCN_H */
  530.  
  531. /* Define if you have the <errno.h> header file.  */
  532. /* #undef HAVE_ERRNO_H */
  533.  
  534. /* Define if you have the <fcntl.h> header file.  */
  535. #define HAVE_FCNTL_H 1
  536.  
  537. /* Define if you have the <float.h> header file.  */
  538. /* #undef HAVE_FLOAT_H */
  539.  
  540. /* Define if you have the <floatingpoint.h> header file.  */
  541. /* #undef HAVE_FLOATINGPOINT_H */
  542.  
  543. /* Define if you have the <grp.h> header file.  */
  544. #define HAVE_GRP_H 1
  545.  
  546. /* Define if you have the <ieeefp.h> header file.  */
  547. /* #undef HAVE_IEEEFP_H */
  548.  
  549. /* Define if you have the <limits.h> header file.  */
  550. #define HAVE_LIMITS_H 1
  551.  
  552. /* Define if you have the <locale.h> header file.  */
  553. #define HAVE_LOCALE_H 1
  554.  
  555. /* Define if you have the <malloc.h> header file.  */
  556. /* #undef HAVE_MALLOC_H */
  557.  
  558. /* Define if you have the <memory.h> header file.  */
  559. /* #undef HAVE_MEMORY_H */
  560.  
  561. /* Define if you have the <ndir.h> header file.  */
  562. /* #undef HAVE_NDIR_H */
  563.  
  564. /* Define if you have the <netdb.h> header file.  */
  565. /* #undef HAVE_NETDB_H */
  566.  
  567. /* Define if you have the <netinet/in.h> header file.  */
  568. #define HAVE_NETINET_IN_H 1
  569.  
  570. /* Define if you have the <netinet/tcp.h> header file.  */
  571. /* #undef HAVE_NETINET_TCP_H */
  572.  
  573. /* Define if you have the <pwd.h> header file.  */
  574. #define HAVE_PWD_H 1
  575.  
  576. /* Define if you have the <resolv.h> header file.  */
  577. #define HAVE_RESOLV_H 1
  578.  
  579. /* Define if you have the <sched.h> header file.  */
  580. /* #undef HAVE_SCHED_H */
  581.  
  582. /* Define if you have the <select.h> header file.  */
  583. /* #undef HAVE_SELECT_H */
  584.  
  585. /* Define if you have the <sgtty.h> header file.  */
  586. /* #undef HAVE_SGTTY_H */
  587.  
  588. /* Define if you have the <signal.h> header file.  */
  589. #define HAVE_SIGNAL_H 1
  590.  
  591. /* Define if you have the <stdarg.h> header file.  */
  592. #define HAVE_STDARG_H 1
  593.  
  594. /* Define if you have the <stdbool.h> header file.  */
  595. /* #undef HAVE_STDBOOL_H */
  596.  
  597. /* Define if you have the <stddef.h> header file.  */
  598. /* #undef HAVE_STDDEF_H */
  599.  
  600. /* Define if you have the <stdlib.h> header file.  */
  601. #define HAVE_STDLIB_H 1
  602.  
  603. /* Define if you have the <string.h> header file.  */
  604. #define HAVE_STRING_H 1
  605.  
  606. /* Define if you have the <strings.h> header file.  */
  607. /* #undef HAVE_STRINGS_H */
  608.  
  609. /* Define if you have the <synch.h> header file.  */
  610. /* #undef HAVE_SYNCH_H */
  611.  
  612. /* Define if you have the <sys/dir.h> header file.  */
  613. /* #undef HAVE_SYS_DIR_H */
  614.  
  615. /* Define if you have the <sys/file.h> header file.  */
  616. #define HAVE_SYS_FILE_H 1
  617.  
  618. /* Define if you have the <sys/ioctl.h> header file.  */
  619. /* #undef HAVE_SYS_IOCTL_H */
  620.  
  621. /* Define if you have the <sys/mman.h> header file.  */
  622. #define HAVE_SYS_MMAN_H 1
  623.  
  624. /* Define if you have the <sys/ndir.h> header file.  */
  625. /* #undef HAVE_SYS_NDIR_H */
  626.  
  627. /* Define if you have the <sys/resource.h> header file.  */
  628. #define HAVE_SYS_RESOURCE_H 1
  629.  
  630. /* Define if you have the <sys/select.h> header file.  */
  631. /* #undef HAVE_SYS_SELECT_H */
  632.  
  633. /* Define if you have the <sys/socket.h> header file.  */
  634. #define HAVE_SYS_SOCKET_H 1
  635.  
  636. /* Define if you have the <sys/statfs.h> header file.  */
  637. /* #undef HAVE_SYS_STATFS_H */
  638.  
  639. /* Define if you have the <sys/statvfs.h> header file.  */
  640. /* #undef HAVE_SYS_STATVFS_H */
  641.  
  642. /* Define if you have the <sys/sysexits.h> header file.  */
  643. /* #undef HAVE_SYS_SYSEXITS_H */
  644.  
  645. /* Define if you have the <sys/time.h> header file.  */
  646. #define HAVE_SYS_TIME_H 1
  647.  
  648. /* Define if you have the <sys/timeb.h> header file.  */
  649. /* #undef HAVE_SYS_TIMEB_H */
  650.  
  651. /* Define if you have the <sys/types.h> header file.  */
  652. #define HAVE_SYS_TYPES_H 1
  653.  
  654. /* Define if you have the <sys/un.h> header file.  */
  655. /* #undef HAVE_SYS_UN_H */
  656.  
  657. /* Define if you have the <sys/utime.h> header file.  */
  658. /* #undef HAVE_SYS_UTIME_H */
  659.  
  660. /* Define if you have the <sys/vadvise.h> header file.  */
  661. /* #undef HAVE_SYS_VADVISE_H */
  662.  
  663. /* Define if you have the <sys/varargs.h> header file.  */
  664. /* #undef HAVE_SYS_VARARGS_H */
  665.  
  666. /* Define if you have the <sys/wait.h> header file.  */
  667. #define HAVE_SYS_WAIT_H 1
  668.  
  669. /* Define if you have the <sysexits.h> header file.  */
  670. #define HAVE_SYSEXITS_H 1
  671.  
  672. /* Define if you have the <syslog.h> header file.  */
  673. #define HAVE_SYSLOG_H 1
  674.  
  675. /* Define if you have the <term.h> header file.  */
  676. /* #undef HAVE_TERM_H */
  677.  
  678. /* Define if you have the <termio.h> header file.  */
  679. /* #undef HAVE_TERMIO_H */
  680.  
  681. /* Define if you have the <termios.h> header file.  */
  682. /* #undef HAVE_TERMIOS_H */
  683.  
  684. /* Define if you have the <unistd.h> header file.  */
  685. #define HAVE_UNISTD_H 1
  686.  
  687. /* Define if you have the <unix.h> header file.  */
  688. /* #undef HAVE_UNIX_H */
  689.  
  690. /* Define if you have the <utime.h> header file.  */
  691. #define HAVE_UTIME_H 1
  692.  
  693. /* Define if you have the C library (-lC).  */
  694. /* #undef HAVE_LIBC */
  695.  
  696. /* Define if you have the cxx library (-lcxx).  */
  697. /* #undef HAVE_LIBCXX */
  698.  
  699. /* Define if you have the cxxstd library (-lcxxstd).  */
  700. /* #undef HAVE_LIBCXXSTD */
  701.  
  702. /* Define if you have the g++ library (-lg++).  */
  703. /* #undef HAVE_LIBG__ */
  704.  
  705. /* Define if you have the jpeg library (-ljpeg).  */
  706. /* #undef HAVE_LIBJPEG */
  707.  
  708. /* Define if you have the m library (-lm).  */
  709. #define HAVE_LIBM 1
  710.  
  711. /* Define if you have the mcrypt library (-lmcrypt).  */
  712. /* #undef HAVE_LIBMCRYPT */
  713.  
  714. /* Define if you have the png library (-lpng).  */
  715. /* #undef HAVE_LIBPNG */
  716.  
  717. /* Define if you have the resolv library (-lresolv).  */
  718. /* #undef HAVE_LIBRESOLV */
  719.  
  720. /* Define if you have the sqlcli library (-lsqlcli).  */
  721. /* #undef HAVE_LIBSQLCLI */
  722.  
  723. /* Define if you have the stdc++ library (-lstdc++).  */
  724. /* #undef HAVE_LIBSTDC__ */
  725.  
  726. /* Define if you have the tiff library (-ltiff).  */
  727. /* #undef HAVE_LIBTIFF */
  728.  
  729. /* Define if you have the z library (-lz).  */
  730. /* #undef HAVE_LIBZ */
  731.  
  732. /* Whether you have AOLserver */
  733. /* #undef HAVE_AOLSERVER */
  734.  
  735. /*   */
  736. /* #undef HAVE_AP_CONFIG_H */
  737.  
  738. /*   */
  739. /* #undef HAVE_AP_COMPAT_H */
  740.  
  741. /*   */
  742. /* #undef HAVE_AP_CONFIG_H */
  743.  
  744. /*   */
  745. /* #undef HAVE_AP_CONFIG_H */
  746.  
  747. /*   */
  748. /* #undef HAVE_AP_COMPAT_H */
  749.  
  750. /*   */
  751. /* #undef HAVE_OLD_COMPAT_H */
  752.  
  753. /*   */
  754. /* #undef HAVE_AP_CONFIG_H */
  755.  
  756. /*   */
  757. /* #undef HAVE_AP_COMPAT_H */
  758.  
  759. /*   */
  760. /* #undef HAVE_OLD_COMPAT_H */
  761.  
  762. /*   */
  763. /* #undef HAVE_AP_CONFIG_H */
  764.  
  765. /*   */
  766. /* #undef HAVE_AP_COMPAT_H */
  767.  
  768. /*   */
  769. /* #undef HAVE_OLD_COMPAT_H */
  770.  
  771. /*   */
  772. /* #undef HAVE_AP_CONFIG_H */
  773.  
  774. /*   */
  775. /* #undef HAVE_AP_COMPAT_H */
  776.  
  777. /*   */
  778. /* #undef HAVE_OLD_COMPAT_H */
  779.  
  780. /*   */
  781. /* #undef USE_TRANSFER_TABLES */
  782.  
  783. /* Whether to compile with Caudium support */
  784. /* #undef HAVE_CAUDIUM */
  785.  
  786. /*   */
  787. #define FORCE_CGI_REDIRECT 1
  788.  
  789. /*   */
  790. #define DISCARD_PATH 0
  791.  
  792. /*   */
  793. /* #undef FHTTPD */
  794.  
  795. /*   */
  796. /* #undef WITH_ZEUS */
  797.  
  798. /* Whether you have a Netscape Server */
  799. /* #undef HAVE_NSAPI */
  800.  
  801. /* Whether you have phttpd */
  802. /* #undef HAVE_PHTTPD */
  803.  
  804. /* whether you want Pi3Web support */
  805. /* #undef WITH_PI3WEB */
  806.  
  807. /* Whether you use Roxen */
  808. /* #undef HAVE_ROXEN */
  809.  
  810. /* Whether to use Roxen in ZTS mode */
  811. /* #undef ROXEN_USE_ZTS */
  812.  
  813. /* Whether you use Servlet */
  814. /* #undef SAPI_SERVLET */
  815.  
  816. /* Whether localtime_r is declared */
  817. #define MISSING_LOCALTIME_R_DECL 1
  818.  
  819. /* Whether gmtime_r is declared */
  820. #define MISSING_GMTIME_R_DECL 1
  821.  
  822. /* Whether asctime_r is declared */
  823. #define MISSING_ASCTIME_R_DECL 1
  824.  
  825. /* Whether ctime_r is declared */
  826. #define MISSING_CTIME_R_DECL 1
  827.  
  828. /* Whether strtok_r is declared */
  829. #define MISSING_STRTOK_R_DECL 1
  830.  
  831. /* whether you have sendmail */
  832. #define HAVE_SENDMAIL 1
  833.  
  834. /* Define if system uses EBCDIC */
  835. /* #undef CHARSET_EBCDIC */
  836.  
  837. /*   */
  838. /* #undef HAVE_LIBSOCKET */
  839.  
  840. /*   */
  841. /* #undef HAVE_LIBNSL */
  842.  
  843. /*   */
  844. /* #undef HAVE_LIBNSL */
  845.  
  846. /*   */
  847. /* #undef HAVE_LIBCRYPT */
  848.  
  849. /*   */
  850. /* #undef HAVE_LIBSOCKET */
  851.  
  852. /*   */
  853. /* #undef HAVE_LIBRESOLV */
  854.  
  855. /*   */
  856. #define MISSING_FCLOSE_DECL 0
  857.  
  858. /*   */
  859. #define MISSING_FCLOSE_DECL 0
  860.  
  861. /* whether you have tm_gmtoff in struct tm */
  862. #define HAVE_TM_GMTOFF 1
  863.  
  864. /* whether you have struct flock */
  865. #define HAVE_STRUCT_FLOCK 1
  866.  
  867. /* Whether you have socklen_t */
  868. /* #undef HAVE_SOCKLEN_T */
  869.  
  870. /* Whether you have IPv6 support */
  871. /* #undef HAVE_IPV6 */
  872.  
  873. /* Define if you have the getaddrinfo function */
  874. /* #undef HAVE_GETADDRINFO */
  875.  
  876. /*   */
  877. #define PHP_BROKEN_SPRINTF 0
  878.  
  879. /*   */
  880. #define PHP_BROKEN_SPRINTF 0
  881.  
  882. /* Whether system headers declare timezone */
  883. #define HAVE_DECLARED_TIMEZONE 1
  884.  
  885. /* Whether you have HP-UX 10.x */
  886. /* #undef PHP_HPUX_TIME_R */
  887.  
  888. /* whether you have POSIX readdir_r */
  889. /* #undef HAVE_POSIX_READDIR_R */
  890.  
  891. /* whether you have old-style readdir_r */
  892. /* #undef HAVE_OLD_READDIR_R */
  893.  
  894. /*   */
  895. #define in_addr_t u_int
  896.  
  897. /*   */
  898. #define CONFIGURATION_FILE_PATH "/Apache/lib"
  899.  
  900. /*   */
  901. #define USE_CONFIG_FILE 1
  902.  
  903. /*   */
  904. #define CONFIGURATION_FILE_PATH "/Apache/lib"
  905.  
  906. /*   */
  907. #define USE_CONFIG_FILE 1
  908.  
  909. /*   */
  910. #define PHP_SAFE_MODE 0
  911.  
  912. /*   */
  913. #define PHP_SAFE_MODE 0
  914.  
  915. /*   */
  916. #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
  917.  
  918. /*   */
  919. #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
  920.  
  921. /*   */
  922. #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
  923.  
  924. /*   */
  925. #define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"
  926.  
  927. /*   */
  928. #define PHP_SIGCHILD 0
  929.  
  930. /*   */
  931. #define PHP_SIGCHILD 0
  932.  
  933. /*   */
  934. #define MAGIC_QUOTES 0
  935.  
  936. /*   */
  937. #define MAGIC_QUOTES 0
  938.  
  939. /*   */
  940. #define DEFAULT_SHORT_OPEN_TAG 1
  941.  
  942. /*   */
  943. #define DEFAULT_SHORT_OPEN_TAG 1
  944.  
  945. /* Whether you have dmalloc */
  946. /* #undef HAVE_DMALLOC */
  947.  
  948. /* Whether you have aspell */
  949. /* #undef HAVE_ASPELL */
  950.  
  951. /* Whether to build aspell as dynamic module */
  952. /* #undef COMPILE_DL_ASPELL */
  953.  
  954. /* Whether you have bcmath */
  955. #define WITH_BCMATH 1
  956.  
  957. /* Whether to build bcmath as dynamic module */
  958. /* #undef COMPILE_DL_BCMATH */
  959.  
  960. /*   */
  961. /* #undef HAVE_BZ2 */
  962.  
  963. /* Whether to build bz2 as dynamic module */
  964. /* #undef COMPILE_DL_BZ2 */
  965.  
  966. /*   */
  967. #define HAVE_CALENDAR 1
  968.  
  969. /* Whether to build calendar as dynamic module */
  970. /* #undef COMPILE_DL_CALENDAR */
  971.  
  972. /* Whether to build ccvs as dynamic module */
  973. /* #undef COMPILE_DL_CCVS */
  974.  
  975. /* Whether to build cpdf as dynamic module */
  976. /* #undef COMPILE_DL_CPDF */
  977.  
  978. /* Whether you have cpdflib */
  979. /* #undef HAVE_CPDFLIB */
  980.  
  981. /* Whether to build cpdf as dynamic module */
  982. /* #undef COMPILE_DL_CPDF */
  983.  
  984. /* Whether you have cpdflib */
  985. /* #undef HAVE_CPDFLIB */
  986.  
  987. /* Whether to build crack as dynamic module */
  988. /* #undef COMPILE_DL_CRACK */
  989.  
  990. /*   */
  991. /* #undef HAVE_CRACK */
  992.  
  993. /*   */
  994. /* #undef HAVE_CTYPE */
  995.  
  996. /* Whether to build ctype as dynamic module */
  997. /* #undef COMPILE_DL_CTYPE */
  998.  
  999. /*   */
  1000. /* #undef HAVE_CURL */
  1001.  
  1002. /* Whether to build curl as dynamic module */
  1003. /* #undef COMPILE_DL_CURL */
  1004.  
  1005. /* Whether to build cybercash as dynamic module */
  1006. /* #undef COMPILE_DL_CYBERCASH */
  1007.  
  1008. /*   */
  1009. /* #undef HAVE_MCK */
  1010.  
  1011. /*   */
  1012. /* #undef HAVE_CYBERMUT */
  1013.  
  1014. /* Whether to build cybermut as dynamic module */
  1015. /* #undef COMPILE_DL_CYBERMUT */
  1016.  
  1017. /* Whether you have GDBM */
  1018. /* #undef GDBM */
  1019.  
  1020. /* Whether you have NDBM */
  1021. /* #undef NDBM */
  1022.  
  1023. /*   */
  1024. /* #undef NDBM */
  1025.  
  1026. /*   */
  1027. /* #undef NDBM */
  1028.  
  1029. /* Whether to build db as dynamic module */
  1030. /* #undef COMPILE_DL_DB */
  1031.  
  1032. /*   */
  1033. /* #undef DBA_GDBM */
  1034.  
  1035. /*   */
  1036. /* #undef NDBM_INCLUDE_FILE */
  1037.  
  1038. /*   */
  1039. /* #undef DBA_NDBM */
  1040.  
  1041. /*   */
  1042. /* #undef DB2_INCLUDE_FILE */
  1043.  
  1044. /*   */
  1045. /* #undef DBA_DB2 */
  1046.  
  1047. /*   */
  1048. /* #undef DB3_INCLUDE_FILE */
  1049.  
  1050. /*   */
  1051. /* #undef DBA_DB3 */
  1052.  
  1053. /*   */
  1054. /* #undef DBA_DBM */
  1055.  
  1056. /*   */
  1057. /* #undef DBA_CDB */
  1058.  
  1059. /*   */
  1060. #define HAVE_DBA 0
  1061.  
  1062. /* Whether to build dba as dynamic module */
  1063. /* #undef COMPILE_DL_DBA */
  1064.  
  1065. /*   */
  1066. #define HAVE_DBA 0
  1067.  
  1068. /*   */
  1069. /* #undef DBASE */
  1070.  
  1071. /* Whether to build dbase as dynamic module */
  1072. /* #undef COMPILE_DL_DBASE */
  1073.  
  1074. /*   */
  1075. /* #undef HAVE_DOMXML */
  1076.  
  1077. /* Whether to build domxml as dynamic module */
  1078. /* #undef COMPILE_DL_DOMXML */
  1079.  
  1080. /* Whether you want exif support */
  1081. /* #undef HAVE_EXIF */
  1082.  
  1083. /* Whether to build exif as dynamic module */
  1084. /* #undef COMPILE_DL_EXIF */
  1085.  
  1086. /*   */
  1087. /* #undef HAVE_FDFLIB */
  1088.  
  1089. /* Whether to build fdf as dynamic module */
  1090. /* #undef COMPILE_DL_FDF */
  1091.  
  1092. /*   */
  1093. /* #undef HAVE_FILEPRO */
  1094.  
  1095. /* Whether to build filepro as dynamic module */
  1096. /* #undef COMPILE_DL_FILEPRO */
  1097.  
  1098. /*   */
  1099. /* #undef HAVE_FRIBIDI */
  1100.  
  1101. /* Whether to build fribidi as dynamic module */
  1102. /* #undef COMPILE_DL_FRIBIDI */
  1103.  
  1104. /* Whether you want FTP support */
  1105. #define HAVE_FTP 1
  1106.  
  1107. /* Whether to build ftp as dynamic module */
  1108. /* #undef COMPILE_DL_FTP */
  1109.  
  1110. /*   */
  1111. /* #undef USE_GD_IMGSTRTTF */
  1112.  
  1113. /*   */
  1114. /* #undef HAVE_LIBGD */
  1115.  
  1116. /*   */
  1117. /* #undef HAVE_LIBGD13 */
  1118.  
  1119. /*   */
  1120. /* #undef HAVE_LIBGD15 */
  1121.  
  1122. /*   */
  1123. /* #undef HAVE_COLORCLOSESTHWB */
  1124.  
  1125. /*   */
  1126. /* #undef HAVE_GDIMAGECOLORRESOLVE */
  1127.  
  1128. /*   */
  1129. /* #undef HAVE_GD_PNG */
  1130.  
  1131. /*   */
  1132. /* #undef HAVE_GD_GIF */
  1133.  
  1134. /*   */
  1135. /* #undef HAVE_GD_WBMP */
  1136.  
  1137. /*   */
  1138. /* #undef HAVE_GD_JPG */
  1139.  
  1140. /*   */
  1141. /* #undef HAVE_GD_XPM */
  1142.  
  1143. /*   */
  1144. /* #undef HAVE_LIBGD */
  1145.  
  1146. /*   */
  1147. /* #undef HAVE_LIBGD13 */
  1148.  
  1149. /*   */
  1150. /* #undef HAVE_LIBGD15 */
  1151.  
  1152. /*   */
  1153. /* #undef HAVE_COLORCLOSESTHWB */
  1154.  
  1155. /*   */
  1156. /* #undef HAVE_GDIMAGECOLORRESOLVE */
  1157.  
  1158. /*   */
  1159. /* #undef HAVE_GD_PNG */
  1160.  
  1161. /*   */
  1162. /* #undef HAVE_GD_GIF */
  1163.  
  1164. /*   */
  1165. /* #undef HAVE_GD_WBMP */
  1166.  
  1167. /*   */
  1168. /* #undef HAVE_GD_JPG */
  1169.  
  1170. /*   */
  1171. /* #undef HAVE_GD_XPM */
  1172.  
  1173. /*   */
  1174. /* #undef HAVE_LIBTTF */
  1175.  
  1176. /*   */
  1177. /* #undef HAVE_LIBT1 */
  1178.  
  1179. /* Whether to build gd as dynamic module */
  1180. /* #undef COMPILE_DL_GD */
  1181.  
  1182. /*   */
  1183. /* #undef HAVE_LIBINTL */
  1184.  
  1185. /* Whether to build gettext as dynamic module */
  1186. /* #undef COMPILE_DL_GETTEXT */
  1187.  
  1188. /* Whether to build gmp as dynamic module */
  1189. /* #undef COMPILE_DL_GMP */
  1190.  
  1191. /*   */
  1192. /* #undef HAVE_GMP */
  1193.  
  1194. /*   */
  1195. #define HYPERWAVE 0
  1196.  
  1197. /* Whether to build hyperwave as dynamic module */
  1198. /* #undef COMPILE_DL_HYPERWAVE */
  1199.  
  1200. /*   */
  1201. #define HYPERWAVE 0
  1202.  
  1203. /*   */
  1204. #define HYPERWAVE 0
  1205.  
  1206. /*   */
  1207. /* #undef HAVE_ICAP */
  1208.  
  1209. /* Whether to build icap as dynamic module */
  1210. /* #undef COMPILE_DL_ICAP */
  1211.  
  1212. /*   */
  1213. /* #undef HAVE_ICONV */
  1214.  
  1215. /*   */
  1216. /* #undef HAVE_ICONV */
  1217.  
  1218. /* Whether to build iconv as dynamic module */
  1219. /* #undef COMPILE_DL_ICONV */
  1220.  
  1221. /*   */
  1222. /* #undef HAVE_IMAP2000 */
  1223.  
  1224. /*   */
  1225. /* #undef HAVE_IMAP2000 */
  1226.  
  1227. /*   */
  1228. /* #undef HAVE_IMAP2000 */
  1229.  
  1230. /*   */
  1231. /* #undef HAVE_IMAP2000 */
  1232.  
  1233. /*   */
  1234. /* #undef HAVE_IMAP2000 */
  1235.  
  1236. /*   */
  1237. /* #undef HAVE_IMAP2000 */
  1238.  
  1239. /*   */
  1240. /* #undef HAVE_IMAP_SSL */
  1241.  
  1242. /* Whether to build imap as dynamic module */
  1243. /* #undef COMPILE_DL_IMAP */
  1244.  
  1245. /*   */
  1246. /* #undef HAVE_IMAP */
  1247.  
  1248. /*   */
  1249. /* #undef HAVE_IFX */
  1250.  
  1251. /*   */
  1252. /* #undef HAVE_IFX_IUS */
  1253.  
  1254. /*   */
  1255. /* #undef IFX_VERSION */
  1256.  
  1257. /* Whether to build informix as dynamic module */
  1258. /* #undef COMPILE_DL_INFORMIX */
  1259.  
  1260. /* Whether you have Ingres II */
  1261. /* #undef HAVE_II */
  1262.  
  1263. /* Whether to build ingres_ii as dynamic module */
  1264. /* #undef COMPILE_DL_INGRES_II */
  1265.  
  1266. /*   */
  1267. /* #undef HAVE_IBASE */
  1268.  
  1269. /* Whether to build interbase as dynamic module */
  1270. /* #undef COMPILE_DL_INTERBASE */
  1271.  
  1272. /* Whether thttpd is available */
  1273. /* #undef IRCG_WITH_THTTPD */
  1274.  
  1275. /* Whether you want IRCG support */
  1276. /* #undef HAVE_IRCG */
  1277.  
  1278. /* Whether to build ircg as dynamic module */
  1279. /* #undef COMPILE_DL_IRCG */
  1280.  
  1281. /*   */
  1282. /* #undef HAVE_JAVA */
  1283.  
  1284. /* Whether to build java as dynamic module */
  1285. /* #undef COMPILE_DL_JAVA */
  1286.  
  1287. /* Whether to build ldap as dynamic module */
  1288. /* #undef COMPILE_DL_LDAP */
  1289.  
  1290. /*   */
  1291. /* #undef HAVE_NSLDAP */
  1292.  
  1293. /*   */
  1294. /* #undef HAVE_NSLDAP */
  1295.  
  1296. /*   */
  1297. /* #undef HAVE_NSLDAP */
  1298.  
  1299. /*   */
  1300. /* #undef HAVE_ORALDAP */
  1301.  
  1302. /*   */
  1303. /* #undef HAVE_LDAP */
  1304.  
  1305. /*   */
  1306. /* #undef HAVE_MCAL */
  1307.  
  1308. /* Whether to build mcal as dynamic module */
  1309. /* #undef COMPILE_DL_MCAL */
  1310.  
  1311. /*   */
  1312. /* #undef HAVE_LIBMCRYPT24 */
  1313.  
  1314. /*   */
  1315. /* #undef HAVE_LIBMCRYPT22 */
  1316.  
  1317. /*   */
  1318. /* #undef HAVE_LIBMCRYPT */
  1319.  
  1320. /* Whether to build mcrypt as dynamic module */
  1321. /* #undef COMPILE_DL_MCRYPT */
  1322.  
  1323. /*   */
  1324. /* #undef HAVE_LIBMHASH */
  1325.  
  1326. /* Whether to build mhash as dynamic module */
  1327. /* #undef COMPILE_DL_MHASH */
  1328.  
  1329. /*   */
  1330. /* #undef HAVE_MING */
  1331.  
  1332. /* Whether to build ming as dynamic module */
  1333. /* #undef COMPILE_DL_MING */
  1334.  
  1335. /*   */
  1336. /* #undef HAVE_MNOGOSEARCH */
  1337.  
  1338. /* Whether to build mnogosearch as dynamic module */
  1339. /* #undef COMPILE_DL_MNOGOSEARCH */
  1340.  
  1341. /*   */
  1342. #define HAVE_MSQL 1
  1343.  
  1344. /* Whether to build msql as dynamic module */
  1345. /* #undef COMPILE_DL_MSQL */
  1346.  
  1347. /*   */
  1348. #define MSQL1 0
  1349.  
  1350. /*   */
  1351. #define MSQL1 0
  1352.  
  1353. /* Whether to build muscat as dynamic module */
  1354. /* #undef COMPILE_DL_MUSCAT */
  1355.  
  1356. /*   */
  1357. /* #undef HAVE_MUSCAT */
  1358.  
  1359. /*   */
  1360. /* #undef PHP_MUSCAT_DIR */
  1361.  
  1362. /* Whether you have MySQL */
  1363. #define HAVE_MYSQL 1
  1364.  
  1365. /* Whether to build mysql as dynamic module */
  1366. /* #undef COMPILE_DL_MYSQL */
  1367.  
  1368. /*   */
  1369. #define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
  1370.  
  1371. /*   */
  1372. #define UNDEF_THREADS_HACK 
  1373.  
  1374. /*   */
  1375. /* #undef HAVE_ULONG */
  1376.  
  1377. /*   */
  1378. /* #undef HAVE_UCHAR */
  1379.  
  1380. /*   */
  1381. #define HAVE_UINT 
  1382.  
  1383. /*   */
  1384. #define SOCKET_SIZE_TYPE int
  1385.  
  1386. /*   */
  1387. #define RETQSORTTYPE void
  1388.  
  1389. /*   */
  1390. #define QSORT_TYPE_IS_VOID 1
  1391.  
  1392. /*   */
  1393. /* #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE */
  1394.  
  1395. /*   */
  1396. /* #undef HAVE_GETHOSTBYNAME_R_RETURN_INT */
  1397.  
  1398. /*   */
  1399. #define HAVE_NONPOSIX_PTHREAD_GETSPECIFIC 
  1400.  
  1401. /*   */
  1402. #define HAVE_NONPOSIX_PTHREAD_MUTEX_INIT 
  1403.  
  1404. /*   */
  1405. /* #undef HAVE_READDIR_R */
  1406.  
  1407. /*   */
  1408. /* #undef HAVE_SIGWAIT */
  1409.  
  1410. /*   */
  1411. /* #undef HAVE_NONPOSIX_SIGWAIT */
  1412.  
  1413. /* Whether to build oci8 as dynamic module */
  1414. /* #undef COMPILE_DL_OCI8 */
  1415.  
  1416. /*   */
  1417. /* #undef HAVE_OCI8 */
  1418.  
  1419. /*   */
  1420. /* #undef HAVE_ADABAS */
  1421.  
  1422. /*   */
  1423. /* #undef HAVE_SAPDB */
  1424.  
  1425. /*   */
  1426. /* #undef HAVE_SOLID_35 */
  1427.  
  1428. /*   */
  1429. /* #undef HAVE_SOLID_30 */
  1430.  
  1431. /*   */
  1432. /* #undef HAVE_SOLID */
  1433.  
  1434. /* Needed in sqlunix.h  */
  1435. /* #undef SS_LINUX */
  1436.  
  1437. /* Needed in sqlunix.h  */
  1438. /* #undef SS_LINUX */
  1439.  
  1440. /* Needed in sqlunix.h for wchar defs  */
  1441. /* #undef SS_FBX */
  1442.  
  1443. /* Needed in sqlunix.h for wchar defs  */
  1444. /* #undef SS_FBX */
  1445.  
  1446. /*   */
  1447. /* #undef HAVE_IBMDB2 */
  1448.  
  1449. /*   */
  1450. /* #undef HAVE_EMPRESS */
  1451.  
  1452. /*   */
  1453. /* #undef HAVE_VELOCIS */
  1454.  
  1455. /*   */
  1456. /* #undef HAVE_CODBC */
  1457.  
  1458. /*   */
  1459. /* #undef HAVE_IODBC */
  1460.  
  1461. /*   */
  1462. /* #undef HAVE_ESOOB */
  1463.  
  1464. /*   */
  1465. /* #undef HAVE_UNIXODBC */
  1466.  
  1467. /*   */
  1468. /* #undef HAVE_OPENLINK */
  1469.  
  1470. /* Whether you want DBMaker */
  1471. /* #undef HAVE_DBMAKER */
  1472.  
  1473. /*   */
  1474. /* #undef HAVE_UODBC */
  1475.  
  1476. /* Whether to build odbc as dynamic module */
  1477. /* #undef COMPILE_DL_ODBC */
  1478.  
  1479. /* Whether to build openssl as dynamic module */
  1480. /* #undef COMPILE_DL_OPENSSL */
  1481.  
  1482. /*   */
  1483. /* #undef HAVE_OPENSSL_EXT */
  1484.  
  1485. /* Whether to build oracle as dynamic module */
  1486. /* #undef COMPILE_DL_ORACLE */
  1487.  
  1488. /*   */
  1489. /* #undef HAVE_ORACLE */
  1490.  
  1491. /*   */
  1492. /* #undef HAVE_LIBSQLCLI */
  1493.  
  1494. /* Whether to build ovrimos as dynamic module */
  1495. /* #undef COMPILE_DL_OVRIMOS */
  1496.  
  1497. /* Whether to build pcre as dynamic module */
  1498. /* #undef COMPILE_DL_PCRE */
  1499.  
  1500. /*   */
  1501. #define HAVE_BUNDLED_PCRE 1
  1502.  
  1503. /*   */
  1504. /* #undef HAVE_PCRE */
  1505.  
  1506. /*   */
  1507. /* #undef USE_BCOPY */
  1508.  
  1509. /* Whether to build pdf as dynamic module */
  1510. /* #undef COMPILE_DL_PDF */
  1511.  
  1512. /*   */
  1513. /* #undef HAVE_PDFLIB */
  1514.  
  1515. /* Whether to build pdf as dynamic module */
  1516. /* #undef COMPILE_DL_PDF */
  1517.  
  1518. /*   */
  1519. /* #undef HAVE_PDFLIB */
  1520.  
  1521. /*   */
  1522. /* #undef HAVE_PFPRO */
  1523.  
  1524. /* Whether to build pfpro as dynamic module */
  1525. /* #undef COMPILE_DL_PFPRO */
  1526.  
  1527. /*   */
  1528. /* #undef HAVE_PQCMDTUPLES */
  1529.  
  1530. /*   */
  1531. /* #undef HAVE_PQOIDVALUE */
  1532.  
  1533. /*   */
  1534. /* #undef HAVE_PQCLIENTENCODING */
  1535.  
  1536. /*   */
  1537. /* #undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT */
  1538.  
  1539. /*   */
  1540. /* #undef HAVE_PGSQL */
  1541.  
  1542. /* Whether to build pgsql as dynamic module */
  1543. /* #undef COMPILE_DL_PGSQL */
  1544.  
  1545. /* whether to include POSIX-like functions */
  1546. #define HAVE_POSIX 1
  1547.  
  1548. /* Whether to build posix as dynamic module */
  1549. /* #undef COMPILE_DL_POSIX */
  1550.  
  1551. /* Whether to build pspell as dynamic module */
  1552. /* #undef COMPILE_DL_PSPELL */
  1553.  
  1554. /*   */
  1555. /* #undef HAVE_PSPELL */
  1556.  
  1557. /* Wheter you have qtdom */
  1558. /* #undef HAVE_QTDOM */
  1559.  
  1560. /* Whether to build qtdom as dynamic module */
  1561. /* #undef COMPILE_DL_QTDOM */
  1562.  
  1563. /*   */
  1564. /* #undef HAVE_LIBREADLINE */
  1565.  
  1566. /* Whether to build readline as dynamic module */
  1567. /* #undef COMPILE_DL_READLINE */
  1568.  
  1569. /*   */
  1570. /* #undef HAVE_LIBEDIT */
  1571.  
  1572. /* Whether to build readline as dynamic module */
  1573. /* #undef COMPILE_DL_READLINE */
  1574.  
  1575. /* Whether we have librecode 3.5 or higher */
  1576. /* #undef HAVE_LIBRECODE */
  1577.  
  1578. /* Whether to build recode as dynamic module */
  1579. /* #undef COMPILE_DL_RECODE */
  1580.  
  1581. /*   */
  1582. /* #undef HAVE_LIBEXPAT2 */
  1583.  
  1584. /*   */
  1585. /* #undef HAVE_SABLOT_SET_ENCODING */
  1586.  
  1587. /*   */
  1588. /* #undef HAVE_SABLOT */
  1589.  
  1590. /* Whether to build sablot as dynamic module */
  1591. /* #undef COMPILE_DL_SABLOT */
  1592.  
  1593. /* CORBA support enabled via Satellite */
  1594. /* #undef HAVE_SATELLITE */
  1595.  
  1596. /* Whether to build satellite as dynamic module */
  1597. /* #undef COMPILE_DL_SATELLITE */
  1598.  
  1599. /* Whether you have libmm */
  1600. /* #undef HAVE_LIBMM */
  1601.  
  1602. /* Whether you want transparent session id propagation */
  1603. /* #undef TRANS_SID */
  1604.  
  1605. /* Whether to build session as dynamic module */
  1606. /* #undef COMPILE_DL_SESSION */
  1607.  
  1608. /*   */
  1609. /* #undef HAVE_SHMOP */
  1610.  
  1611. /* Whether to build shmop as dynamic module */
  1612. /* #undef COMPILE_DL_SHMOP */
  1613.  
  1614. /*   */
  1615. /* #undef HAVE_SNMP */
  1616.  
  1617. /* Whether to build snmp as dynamic module */
  1618. /* #undef COMPILE_DL_SNMP */
  1619.  
  1620. /*   */
  1621. /* #undef UCD_SNMP_HACK */
  1622.  
  1623. /*   */
  1624. /* #undef HAVE_SOCKETS */
  1625.  
  1626. /* Whether to build sockets as dynamic module */
  1627. /* #undef COMPILE_DL_SOCKETS */
  1628.  
  1629. /*   */
  1630. /* #undef HAVE_LIBDL */
  1631.  
  1632. /*   */
  1633. /* #undef HAVE_LIBPAM */
  1634.  
  1635. /* Whether the system supports standard DES salt */
  1636. #define PHP_STD_DES_CRYPT 0
  1637.  
  1638. /* Whether the system supports extended DES salt */
  1639. #define PHP_EXT_DES_CRYPT 0
  1640.  
  1641. /* Whether the system supports MD5 salt */
  1642. #define PHP_MD5_CRYPT 0
  1643.  
  1644. /* Whether the system supports BlowFish salt */
  1645. #define PHP_BLOWFISH_CRYPT 0
  1646.  
  1647. /* Define if flush should be called explicitly after a buffered io. */
  1648. /* #undef HAVE_FLUSHIO */
  1649.  
  1650. /* Whether to build standard as dynamic module */
  1651. /* #undef COMPILE_DL_STANDARD */
  1652.  
  1653. /*   */
  1654. /* #undef HAVE_SWF */
  1655.  
  1656. /* Whether to build swf as dynamic module */
  1657. /* #undef COMPILE_DL_SWF */
  1658.  
  1659. /* Whether to build sybase as dynamic module */
  1660. /* #undef COMPILE_DL_SYBASE */
  1661.  
  1662. /*   */
  1663. /* #undef HAVE_LIBDNET_STUB */
  1664.  
  1665. /*   */
  1666. /* #undef HAVE_SYBASE */
  1667.  
  1668. /* Whether to build sybase_ct as dynamic module */
  1669. /* #undef COMPILE_DL_SYBASE_CT */
  1670.  
  1671. /*   */
  1672. /* #undef HAVE_SYBASE_CT */
  1673.  
  1674. /* Whether to build sysvsem as dynamic module */
  1675. /* #undef COMPILE_DL_SYSVSEM */
  1676.  
  1677. /*   */
  1678. /* #undef HAVE_SYSVSEM */
  1679.  
  1680. /*   */
  1681. /* #undef HAVE_SEMUN */
  1682.  
  1683. /*   */
  1684. /* #undef HAVE_SEMUN */
  1685.  
  1686. /*   */
  1687. /* #undef HAVE_SYSVSHM */
  1688.  
  1689. /* Whether to build sysvshm as dynamic module */
  1690. /* #undef COMPILE_DL_SYSVSHM */
  1691.  
  1692. /* Whether you have vpopmail */
  1693. /* #undef HAVE_VPOPMAIL */
  1694.  
  1695. /* vpopmail bin path */
  1696. /* #undef VPOPMAIL_BIN_DIR */
  1697.  
  1698. /* Whether to build vpopmail as dynamic module */
  1699. /* #undef COMPILE_DL_VPOPMAIL */
  1700.  
  1701. /*   */
  1702. /* #undef HAVE_WDDX */
  1703.  
  1704. /* Whether to build wddx as dynamic module */
  1705. /* #undef COMPILE_DL_WDDX */
  1706.  
  1707. /*   */
  1708. #define HAVE_LIBEXPAT 1
  1709.  
  1710. /* Whether to build xml as dynamic module */
  1711. /* #undef COMPILE_DL_XML */
  1712.  
  1713. /*   */
  1714. /* #undef HAVE_LIBEXPAT2 */
  1715.  
  1716. /* Whether to build xml as dynamic module */
  1717. /* #undef COMPILE_DL_XML */
  1718.  
  1719. /* Whether you have YAZ */
  1720. /* #undef HAVE_YAZ */
  1721.  
  1722. /* Whether to build yaz as dynamic module */
  1723. /* #undef COMPILE_DL_YAZ */
  1724.  
  1725. /*   */
  1726. /* #undef HAVE_YP */
  1727.  
  1728. /* Whether to build yp as dynamic module */
  1729. /* #undef COMPILE_DL_YP */
  1730.  
  1731. /*   */
  1732. /* #undef SOLARIS_YP */
  1733.  
  1734. /* Whether to build zlib as dynamic module */
  1735. /* #undef COMPILE_DL_ZLIB */
  1736.  
  1737. /*   */
  1738. /* #undef HAVE_ZLIB */
  1739.  
  1740. /*   */
  1741. /* #undef HAVE_FOPENCOOKIE */
  1742.  
  1743. /*   */
  1744. /* #undef COOKIE_IO_FUNCTIONS_T */
  1745.  
  1746. /* Whether to build zziplib as dynamic module */
  1747. /* #undef COMPILE_DL_ZZIPLIB */
  1748.  
  1749. /*   */
  1750. /* #undef HAVE_ZZIPLIB */
  1751.  
  1752. /*   */
  1753. /* #undef HAVE_FOPENCOOKIE */
  1754.  
  1755. /*   */
  1756. /* #undef COOKIE_IO_FUNCTIONS_T */
  1757.  
  1758. /*   */
  1759. #define HSREGEX 1
  1760.  
  1761. /*   */
  1762. #define REGEX 1
  1763.  
  1764. /*   */
  1765. #define REGEX 1
  1766.  
  1767. /*   */
  1768. /* #undef HAVE_LIBDL */
  1769.  
  1770. /* Whether sprintf is broken */
  1771. #define ZEND_BROKEN_SPRINTF 0
  1772.  
  1773. /* whether floatingpoint.h defines fp_except */
  1774. /* #undef HAVE_FP_EXCEPT */
  1775.  
  1776. /*   */
  1777. #define ZEND_DEBUG 0
  1778.  
  1779. /*   */
  1780. #define ZEND_DEBUG 0
  1781.  
  1782. /*   */
  1783. /* #undef ZTS */
  1784.  
  1785. /* Whether you have stdiostream.h */
  1786. /* #undef HAVE_STDIOSTREAM_H */
  1787.  
  1788. /* Whether you have class istdiostream */
  1789. /* #undef HAVE_CLASS_ISTDIOSTREAM */
  1790.  
  1791. /* Memory limit */
  1792. #define MEMORY_LIMIT 0
  1793.  
  1794. /* Memory limit */
  1795. #define MEMORY_LIMIT 0
  1796.  
  1797. /*   */
  1798. /* #undef ZTS */
  1799.  
  1800. /* Whether you use GNU Pth */
  1801. /* #undef GNUPTH */
  1802.  
  1803. /* Whether to use Pthreads */
  1804. /* #undef PTHREADS */
  1805.  
  1806. /* PHP build date */
  1807. #define PHP_BUILD_DATE "2001-06-06"
  1808.  
  1809. /* uname -a output */
  1810. #define PHP_UNAME "Linux wh36-a402 2.2.19-tadu #1 Son Jun 3 12:25:10 CEST 2001 i686 unknown"
  1811.  
  1812. /* uname output */
  1813. #define PHP_OS "m68k-unknown-amigaos"
  1814.  
  1815.  
  1816. #ifdef HAVE_STDLIB_H
  1817. # include <stdlib.h>
  1818. #endif
  1819.  
  1820. #ifdef HAVE_SYS_TYPES_H
  1821. # include <sys/types.h>
  1822. #endif
  1823.  
  1824. #ifdef HAVE_IEEEFP_H
  1825. # include <ieeefp.h>
  1826. #endif
  1827.  
  1828. #ifdef HAVE_STRING_H
  1829. # include <string.h>
  1830. #else
  1831. # include <strings.h>
  1832. #endif
  1833.  
  1834. #if ZEND_BROKEN_SPRINTF
  1835. int zend_sprintf(char *buffer, const char *format, ...);
  1836. #else
  1837. # define zend_sprintf sprintf
  1838. #endif
  1839.  
  1840. #include <math.h>
  1841.  
  1842. #ifdef HAVE_ISNAN
  1843. #define zend_isnan(a) isnan(a)
  1844. #elif defined(NAN)
  1845. #define zend_isnan(a) (((a)==NAN)?1:0)
  1846. #elif defined(HAVE_FPCLASS)
  1847. #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
  1848. #else
  1849. #define zend_isnan(a) 0
  1850. #endif
  1851.  
  1852. #ifdef HAVE_ISINF
  1853. #define zend_isinf(a) isinf(a)
  1854. #elif defined(INFINITY)
  1855. /* Might not work, but is required by ISO C99 */
  1856. #define zend_isinf(a) (((a)==INFINITY)?1:0)
  1857. #elif defined(HAVE_FPCLASS)
  1858. #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF))
  1859. #else
  1860. #define zend_isinf(a) 0
  1861. #endif
  1862.  
  1863. #ifdef HAVE_FINITE
  1864. #define zend_finite(a) finite(a)
  1865. #elif defined(HAVE_ISFINITE) || defined(isfinite)
  1866. #define zend_finite(a) isfinite(a)
  1867. #elif defined(fpclassify)
  1868. #define zend_finite(a) ((fpclassify((a))!=FP_INFINITE&&fpclassify((a))!=FP_NAN)?1:0)
  1869. #else
  1870. #define zend_finite(a) (zend_isnan(a) ? 0 : zend_isinf(a) ? 0 : 1)
  1871. #endif
  1872.  
  1873. /*
  1874.  * Local variables:
  1875.  * tab-width: 4
  1876.  * c-basic-offset: 4
  1877.  * End:
  1878.  */
  1879. /* #undef PTHREADS */
  1880.