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