php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11648 Configure fails to detect crypt()
Submitted: 2001-06-25 03:30 UTC Modified: 2001-07-26 19:03 UTC
From: thomasdeniau at mac dot com Assigned:
Status: Closed Package: *Encryption and hash functions
PHP Version: 4.0.6 OS: Mac OS X 10.0.4 (Darwin 1.3.7)
Private report: No CVE-ID: None
 [2001-06-25 03:30 UTC] thomasdeniau at mac dot com
When I run configure, it says :
checking for crypt.h... no

And so disables crypt() function.

My system doesn't have crypt.h ; crypt() function is in unistd.h.

I've managed to compile a small C program which includes unistd.h, and then uses crypt(), and everything works properly.

Can configure check for crypt() in unistd.h ?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-25 10:11 UTC] sniper@php.net
It also checks for unistd.h. But it doesn't affect whether
or not crypt() is found. The check for crypt() is later 
in the configure and it shouldn't matter if crypt.h is found 
or not. 

Please send me your config.log file so I can see what might
be the cause. I wonder if there is libcrypt in your system?
Or is crypt() provided by some other library?

--Jani



 [2001-07-26 02:20 UTC] andy@php.net
no feedback...
 [2001-07-26 16:46 UTC] thomasdeniau at mac dot com
config.log :

This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:1359: checking for a BSD compatible installconfigure:1412: checking whether build environment is saneconfigure:1469: checking whether make sets ${MAKE}configure:1508: checking for working aclocalconfigure:1521: checking for working autoconfconfigure:1534: checking for working automakeconfigure:1547: checking for working autoheaderconfigure:1560: checking for working makeinfoconfigure:1590: checking whether to enable maintainer-specific portions of Makefilesconfigure:1619: checking host system typeconfigure:1647: checking for gawkconfigure:1681: checking for bisonconfigure:1715: checking bison versionconfigure:1728: checking for gccconfigure:1841: checking whether the C compiler (cc  ) worksconfigure:1857: cc -o conftest    conftest.c  1>&5configure:1883: checking whether the C compiler (cc  ) is a cross-compilerconfigure:1888: checking whether we are using GNU Cconfigure:1916: checking whether cc accepts -gconfigure:1948: checking how to run the C preprocessorconfigure:2028: checking for AIXconfigure:2076: checking for cc option to accept ANSI Cconfigure:2156: checking for ranlibconfigure:2188: checking whether cc understands -c and -o togetherconfigure:2236: checking whether ln -s worksconfigure:2260: checking for flexconfigure:2294: checking for yywrap in -lflconfigure:2337: checking lex output file rootconfigure:2358: checking whether yytext is a pointerconfigure:2401: checking for working constconfigure:2572: cc -o conftest -g -O2  -traditional-cpp  conftest.c  1>&5configure:2592: checking for pthreads_cflagsconfigure:2654: checking for pthreads_libconfigure:2750: checking for AOLserver supportconfigure:2828: checking for Apache module support via DSO through APXSconfigure:3156: checking for mod_charset compatibility optionconfigure:3226: checking for Apache 2.0 module support via DSO through APXSconfigure:3329: checking for Caudium supportconfigure:3613: checking for fhttpd module supportconfigure:3660: checking for FastCGI supportconfigure:3726: checking for Zeus ISAPI supportconfigure:3792: checking for NSAPI supportconfigure:3875: checking for PHTTPD supportconfigure:3940: checking for Pi3Web Supportconfigure:4134: checking for Roxen/Pike supportconfigure:4240: checking for Servlet supportconfigure:4370: checking for thttpdconfigure:4376: checking for chosen SAPI moduleconfigure:4425: checking for missing declarations of reentrant functionsconfigure:4434: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT conftest.c 1>&5configure: In function `main':configure:4431: `localtime_r' undeclared (first use in this function)configure:4431: (Each undeclared identifier is reported only onceconfigure:4431: for each function it appears in.)configure: failed program was:#line 4427 "configure"#include "confdefs.h"#include <time.h>int main() {struct tm *(*func)() = localtime_r; return 0; }configure:4459: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT conftest.c 1>&5configure: In function `main':configure:4456: `gmtime_r' undeclared (first use in this function)configure:4456: (Each undeclared identifier is reported only onceconfigure:4456: for each function it appears in.)configure: failed program was:#line 4452 "configure"#include "confdefs.h"#include <time.h>int main() {struct tm *(*func)() = gmtime_r; return 0; }configure:4484: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT conftest.c 1>&5configure: In function `main':configure:4481: `asctime_r' undeclared (first use in this function)configure:4481: (Each undeclared identifier is reported only onceconfigure:4481: for each function it appears in.)configure: failed program was:#line 4477 "configure"#include "confdefs.h"#include <time.h>int main() {char *(*func)() = asctime_r; return 0; }configure:4509: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT conftest.c 1>&5configure: In function `main':configure:4506: `ctime_r' undeclared (first use in this function)configure:4506: (Each undeclared identifier is reported only onceconfigure:4506: for each function it appears in.)configure: failed program was:#line 4502 "configure"#include "confdefs.h"#include <time.h>int main() {char *(*func)() = ctime_r; return 0; }configure:4534: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT conftest.c 1>&5configure: In function `main':configure:4531: `strtok_r' undeclared (first use in this function)configure:4531: (Each undeclared identifier is reported only onceconfigure:4531: for each function it appears in.)configure: failed program was:#line 4527 "configure"#include "confdefs.h"#include <string.h>int main() {char *(*func)() = strtok_r; return 0; }configure:4555: checking whether compiler supports -Rconfigure:4588: checking whether compiler supports -Wl,-rpath,configure:4628: checking for sendmailconfigure:4670: checking whether system uses EBCDICconfigure:4725: checking for socket in -lsocketconfigure:4780: checking for htonl in -lsocketconfigure:4838: checking for yp_get_default_domainconfigure:4866: cc -o conftest -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT  conftest.c  1>&5configure:5008: checking for dlopen in -ldlconfigure:5060: checking for sin in -lmconfigure:5108: checking for inet_aton in -lresolvconfigure:5154: checking for inet_aton in -lbindconfigure:5200: checking for __inet_aton in -lbindconfigure:5254: checking for res_search in -lsocketconfigure:5392: checking for res_search in -lresolvconfigure:5437: checking for dn_skipname in -lresolvconfigure:5484: checking for __dn_skipname in -lresolvconfigure:5538: checking for ANSI C header filesconfigure:5648: checking for dirent.h that defines DIRconfigure:5686: checking for opendir in -ldirconfigure:5812: checking for fclose declarationconfigure:5821: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT conftest.c 1>&5configure:5882: checking for alloca.hconfigure:5882: checking for arpa/inet.hconfigure:5882: checking for arpa/nameser.hconfigure:5882: checking for crypt.hconfigure:5882: checking for fcntl.hconfigure:5882: checking for grp.hconfigure:5882: checking for ieeefp.hconfigure:5882: checking for limits.hconfigure:5882: checking for locale.hconfigure:5882: checking for netinet/in.hconfigure:5882: checking for pwd.hconfigure:5882: checking for resolv.hconfigure:5882: checking for signal.hconfigure:5882: checking for stdarg.hconfigure:5882: checking for stdlib.hconfigure:5882: checking for string.hconfigure:5882: checking for syslog.hconfigure:5882: checking for sysexits.hconfigure:5882: checking for sys/file.hconfigure:5882: checking for sys/mman.hconfigure:5882: checking for sys/mount.hconfigure:5882: checking for sys/resource.hconfigure:5882: checking for sys/select.hconfigure:5882: checking for sys/socket.hconfigure:5882: checking for sys/statfs.hconfigure:5882: checking for sys/statvfs.hconfigure:5882: checking for sys/sysexits.hconfigure:5882: checking for sys/time.hconfigure:5882: checking for sys/types.hconfigure:5882: checking for sys/varargs.hconfigure:5882: checking for sys/wait.hconfigure:5882: checking for unistd.hconfigure:5882: checking for unix.hconfigure:5882: checking for utime.hconfigure:5920: checking whether struct tm is in sys/time.h or time.hconfigure:5954: checking for tm_zone in struct tmconfigure:6026: checking for tm_gmtoff in struct tmconfigure:6062: checking for struct flockconfigure:6104: checking for socklen_tconfigure:6147: checking size of longconfigure:6186: checking size of intconfigure:6260: checking for st_blksize in struct statconfigure:6295: checking for st_blocks in struct statconfigure:6335: checking for st_rdev in struct statconfigure:6370: checking for size_tconfigure:6403: checking for uid_t in sys/types.hconfigure:6438: checking for IPv6 supportconfigure:6473: checking for vprintfconfigure:6638: checking for asctime_rconfigure:6638: checking for chrootconfigure:6638: checking for ctime_rconfigure:6638: checking for cuseridconfigure:6638: checking for flockconfigure:6638: checking for gai_strerrorconfigure:6638: checking for gcvtconfigure:6638: checking for getloginconfigure:6638: checking for gethostbyaddrconfigure:6638: checking for getprotobynameconfigure:6638: checking for getprotobynumberconfigure:6638: checking for getservbynameconfigure:6638: checking for getservbyportconfigure:6638: checking for getrusageconfigure:6638: checking for gettimeofdayconfigure:6638: checking for gmtime_rconfigure:6638: checking for inet_atonconfigure:6638: checking for isasciiconfigure:6638: checking for linkconfigure:6638: checking for localtime_rconfigure:6638: checking for lockfconfigure:6638: checking for lrand48configure:6638: checking for memcpyconfigure:6638: checking for memmoveconfigure:6638: checking for mkstempconfigure:6638: checking for mmapconfigure:6638: checking for putenvconfigure:6638: checking for randomconfigure:6638: checking for rand_rconfigure:6638: checking for regcompconfigure:6638: checking for res_searchconfigure:6638: checking for setitimerconfigure:6638: checking for setlocaleconfigure:6638: checking for localeconvconfigure:6638: checking for setsockoptconfigure:6638: checking for setvbufconfigure:6638: checking for shutdownconfigure:6638: checking for sinconfigure:6638: checking for snprintfconfigure:6638: checking for srand48configure:6638: checking for srandomconfigure:6638: checking for statfsconfigure:6638: checking for statvfsconfigure:6638: checking for std_syslogconfigure:6638: checking for strcasecmpconfigure:6638: checking for strcollconfigure:6638: checking for strdupconfigure:6638: checking for strerrorconfigure:6638: checking for strftimeconfigure:6638: checking for strstrconfigure:6638: checking for strtok_rconfigure:6638: checking for symlinkconfigure:6638: checking for tempnamconfigure:6638: checking for tzsetconfigure:6638: checking for unsetenvconfigure:6638: checking for usleepconfigure:6638: checking for utimeconfigure:6638: checking for vsnprintfconfigure:6692: checking for getaddrinfoconfigure:6727: checking for strlcatconfigure:6727: checking for strlcpyconfigure:6727: checking for getoptconfigure:6782: checking whether utime accepts a null argumentconfigure:6829: checking for working alloca.hconfigure:6862: checking for allocaconfigure:7062: checking whether sprintf is brokenconfigure:7111: checking for declared timezoneconfigure:7158: checking for type of reentrant time-related functionsconfigure:7217: checking for readdir_rconfigure:7404: checking whether to include debugging symbolsconfigure:7457: checking layout of installed filesconfigure:7502: checking path to configuration fileconfigure:7563: checking whether to install PEARconfigure:7621: checking whether to enable safe mode by defaultconfigure:7676: checking for safe mode exec dirconfigure:7717: checking for OpenSSL supportconfigure:7782: checking for OpenSSL versionconfigure:7844: checking for CRYPTO_free in -lcryptoconfigure:7901: checking for SSL_CTX_set_ssl_version in -lsslconfigure:7993: checking whether to enable PHP's own SIGCHLD handlerconfigure:8050: checking whether to enable magic quotes by defaultconfigure:8107: checking whether to enable runpathsconfigure:8152: checking whether to explicitly link against libgccconfigure:8253: checking whether to enable short tags by defaultconfigure:8311: checking whether to enable PIC for shared objectsconfigure:8357: checking whether to enable dmallocconfigure:8423: checking whether to enable php streamsconfigure:8473: checking for crypt in -lcryptconfigure:8546: checking if the location of ZLIB install directory is definedconfigure:8591: checking whether to include ZLIB supportconfigure:8832: checking for gzgets in -lzconfigure:8942: checking for fopencookieconfigure:9061: checking for ASPELL supportconfigure:9314: checking for bc style precision math functionsconfigure:9616: checking for BZip2 supportconfigure:9991: checking whether to enable calendar conversion supportconfigure:10177: checking CCVS Supportconfigure:10421: checking whether to include cpdflib supportconfigure:11172: checking whether to include crack supportconfigure:11466: checking whether to enable ctype supportconfigure:11654: checking for CURL supportconfigure:12122: checking for CyberCash supportconfigure:12413: checking for cybermut supportconfigure:12770: checking whether to include old xDBM supportconfigure:13312: checking whether to enable DBAconfigure:13569: checking for GDBM supportconfigure:13807: checking for NDBM supportconfigure:14059: checking for Berkeley DB2 supportconfigure:14294: checking for Berkeley DB3 supportconfigure:14521: checking for DBM supportconfigure:14748: checking for CDB supportconfigure:14760: checking whether to enable DBA interfaceconfigure:14925: checking whether to enable the bundled dbase libraryconfigure:15113: checking whether to enable dbx supportconfigure:15299: checking for DOM supportconfigure:15773: checking whether to enable exif supportconfigure:15961: checking for FrontBase SQL92 (fbsql) supportconfigure:16303: checking for fdftk supportconfigure:16695: checking whether to enable the bundled filePro supportconfigure:16885: checking whether to add fribidi supportconfigure:17286: checking whether to enable FTP supportconfigure:17491: checking whether to include GD supportconfigure:20548: checking whether to include GNU gettext supportconfigure:20971: checking for gmp supportconfigure:21251: checking for Hyperwave supportconfigure:21420: checking for ICAP supportconfigure:21739: checking for iconv supportconfigure:22171: checking for IMAP supportconfigure:22429: checking for pam_start in -lpamconfigure:22595: checking for Kerberos support in IMAPconfigure:22793: checking for SSL support in IMAPconfigure:22942: checking for Informix supportconfigure:23432: checking for Ingres II supportconfigure:23861: checking for InterBase supportconfigure:24192: checking for ircg supportconfigure:24570: checking for Java supportconfigure:25077: checking whether to include LDAP supportconfigure:26549: checking whether to enable multibyte string supportconfigure:26734: checking whether to enable japanese encoding translationconfigure:26760: checking for MCAL supportconfigure:27122: checking for mcrypt supportconfigure:27176: checking for mcrypt_module_open in -lmcryptconfigure:27576: checking for mhash supportconfigure:27903: checking whether to include ming supportconfigure:28276: checking for mnoGoSearch supportconfigure:28609: checking for mSQL supportconfigure:28971: checking for Muscat supportconfigure:29354: checking for MySQL supportconfigure:31144: checking for MySQL UNIX socketconfigure:31195: checking for Oracle-OCI8 supportconfigure:32181: checking for Adabas supportconfigure:32372: checking for SAP DB supportconfigure:32508: checking for Solid supportconfigure:32642: checking for IBM DB2 supportconfigure:32697: checking for Empress supportconfigure:32759: checking for Empress local access supportconfigure:32837: checking for Velocis supportconfigure:32893: checking for a custom ODBC supportconfigure:32927: checking for iODBC supportconfigure:33059: checking for Easysoft ODBC-ODBC Bridge supportconfigure:33111: checking for unixODBC supportconfigure:33163: checking for OpenLink ODBC supportconfigure:33215: checking for DBMaker supportconfigure:33708: checking for Oracle-ORACLE supportconfigure:38571: checking for Ovrimos SQL Server supportconfigure:38943: checking whether to include PCRE supportconfigure:39360: checking for memmoveconfigure:39416: checking whether to include PDFlib supportconfigure:40858: checking whether to include Verisign Payflow Pro supportconfigure:41228: checking for PostgreSQL supportconfigure:41723: checking whether to include POSIX-like functionsconfigure:41909: checking for seteuidconfigure:41909: checking for setegidconfigure:41909: checking for setsidconfigure:41909: checking for getsidconfigure:41909: checking for setpgidconfigure:41909: checking for ctermidconfigure:41909: checking for mkfifoconfigure:41909: checking for getrlimitconfigure:41967: checking whether to include pspell supportconfigure:42297: checking whether to include QDOM supportconfigure:43112: checking for libedit readline replacementconfigure:43157: checking for readline supportconfigure:44401: checking for recode supportconfigure:44858: checking for Sablotron XSL supportconfigure:44903: checking libexpat dir for Sablotron 0.50configure:45510: checking whether to enable CORBA support via Satelliteconfigure:45826: checking for mm supportconfigure:45871: checking whether to enable transparent session id propagationconfigure:45916: checking whether to enable session supportconfigure:46254: checking whether to enable shmop supportconfigure:46443: checking for SNMP supportconfigure:47153: checking whether to enable UCD SNMP hackconfigure:47179: checking whether to enable sockets supportconfigure:47466: checking for dlopenconfigure:47518: checking for pam_start in -lpamconfigure:47566: checking for getcwdconfigure:47566: checking for getwdconfigure:47622: checking for standard DES cryptconfigure:47679: checking for extended DES cryptconfigure:47736: checking for MD5 cryptconfigure:47831: checking for Blowfish cryptconfigure:47895: checking whether flush should be called explicitly after a bufferered ioconfigure:48152: checking for libswf supportconfigure:48490: checking for Sybase supportconfigure:48998: checking for Sybase-CT supportconfigure:49449: checking whether to enable System V semaphore supportconfigure:49683: checking whether to enable System V shared memory supportconfigure:49871: checking for vpopmail supportconfigure:50228: checking for WDDX supportconfigure:50427: checking whether byte ordering is bigendianconfigure:50526: checking for XML supportconfigure:50571: checking external libexpat install dirconfigure:51290: checking whether to enable xslt supportconfigure:51335: checking whether to enable the XSLT Sablotron backendconfigure:51380: checking libexpat dir for Sablotron XSL supportconfigure:52002: checking for YAZ supportconfigure:52355: checking whether to include YP supportconfigure:52551: checking whether to include zziplib supportconfigure:53052: checking whether to enable versioningconfigure:53125: checking which regex library to useconfigure:53157: checking bison versionconfigure:53188: checking for limits.hconfigure:53188: checking for malloc.hconfigure:53188: checking for string.hconfigure:53188: checking for unistd.hconfigure:53188: checking for stdarg.hconfigure:53188: checking for sys/types.hconfigure:53188: checking for signal.hconfigure:53188: checking for unix.hconfigure:53188: checking for dlfcn.hconfigure:53226: checking for size_tconfigure:53259: checking return type of signal handlersconfigure:53301: checking for dlopen in -ldlconfigure:53341: checking for dlopenconfigure:53393: checking for uintconfigure:53426: checking for ulongconfigure:53461: checking for vprintfconfigure:53566: checking for 8-bit clean memcmpconfigure:53604: checking for working alloca.hconfigure:53637: checking for allocaconfigure:53838: checking for memcpyconfigure:53838: checking for strdupconfigure:53838: checking for getpidconfigure:53838: checking for killconfigure:53838: checking for strtodconfigure:53838: checking for strtolconfigure:53838: checking for finiteconfigure:53838: checking for fpclassconfigure:53892: checking whether sprintf is brokenconfigure:53941: checking for finiteconfigure:53941: checking for isfiniteconfigure:53941: checking for isinfconfigure:53941: checking for isnanconfigure:53996: checking whether fp_except is definedconfigure:54083: checking whether to enable experimental ZTSconfigure:54087: checking whether to enable inline optimization for GCCconfigure:54091: checking whether to enable a memory limitconfigure:54095: checking whether to enable Zend debuggingconfigure:54692: checking for inlineconfigure:54770: checking for stdarg.hconfigure:55493: checking build system typeconfigure:55522: checking for ld used by GCCconfigure:55584: checking if the linker (/usr/bin/ld) is GNU ldconfigure:55600: checking for BSD-compatible nmltconfig:603: checking for object suffixltconfig:604: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:776: checking if cc PIC flag -fPIC worksltconfig:777: cc -c -g -O2 -fPIC -DPIC  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:829: checking if cc supports -c -o file.oltconfig:830: cc -c -g -O2 -o out/conftest2.o  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:862: checking if cc supports -c -o file.loltconfig:863: cc -c -g -O2 -c -o conftest.lo  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:914: checking if cc supports -fno-rtti -fno-exceptionsltconfig:915: cc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:958: checking if cc static flag -static worksltconfig:959: cc -o conftest -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -static conftest.c  1>&5/usr/bin/ld: can't locate file for: -lcrt0.oltconfig:1653: checking if global_symbol_pipe worksltconfig:1654: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ 	]\([BCDEGRST]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"cannot find nm_test_var in conftest.nmltconfig:1653: checking if global_symbol_pipe worksltconfig:1654: cc -c -g -O2  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 conftest.c 1>&5ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ 	]\([BCDEGRST]\)[ 	][ 	]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"ltconfig:1709: cc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions  -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  conftest.c conftstm.o 1>&5configure:55846: checking for working mkdir -p





====



php_config.h :

/* main/php_config.h.  Generated automatically by configure.  *//* main/php_config.h.in.  Generated automatically from configure.in by autoheader.  *//* Leave this file alone */#define ZEND_API#define ZEND_DLEXPORT/* Define if on AIX 3.   System headers sometimes define this.   We just want to avoid a redefinition error message.  */#ifndef _ALL_SOURCE/* #undef _ALL_SOURCE */#endif/* Define if using alloca.c.  *//* #undef C_ALLOCA *//* Define to empty if the keyword does not work.  *//* #undef const *//* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.   This function is required for alloca.c support on those systems.  *//* #undef CRAY_STACKSEG_END *//* Define to `int' if <sys/types.h> doesn't define.  *//* #undef gid_t *//* Define if you have alloca, as a function or macro.  */#define HAVE_ALLOCA 1/* Define if you have <alloca.h> and it should be used (not on Ultrix).  *//* #undef HAVE_ALLOCA_H *//* Define if you don't have vprintf but do have _doprnt.  *//* #undef HAVE_DOPRNT *//* Define if your struct stat has st_blksize.  */#define HAVE_ST_BLKSIZE 1/* Define if your struct stat has st_blocks.  */#define HAVE_ST_BLOCKS 1/* Define if your struct stat has st_rdev.  */#define HAVE_ST_RDEV 1/* Define if your struct tm has tm_zone.  */#define HAVE_TM_ZONE 1/* Define if you don't have tm_zone but do have the external array   tzname.  *//* #undef HAVE_TZNAME *//* Define if utime(file, NULL) sets file's timestamp to the present.  */#define HAVE_UTIME_NULL 1/* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1/* Define as __inline if that's what the C compiler calls it.  *//* #undef inline *//* Define if your C compiler doesn't accept -c and -o together.  *//* #undef NO_MINUS_C_MINUS_O *//* Define as the return type of signal handlers (int or void).  */#define RETSIGTYPE void/* Define to `unsigned' if <sys/types.h> doesn't define.  *//* #undef size_t *//* If using the C implementation of alloca, define if you know the   direction of stack growth for your system; otherwise it will be   automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown *//* #undef STACK_DIRECTION *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS 1/* Define if you can safely include both <sys/time.h> and <time.h>.  *//* #undef TIME_WITH_SYS_TIME *//* Define if your <sys/time.h> declares struct tm.  *//* #undef TM_IN_SYS_TIME *//* Define to `int' if <sys/types.h> doesn't define.  *//* #undef uid_t *//* Define if your processor stores words with the most significant   byte first (like Motorola and SPARC, unlike Intel and VAX).  */#define WORDS_BIGENDIAN 1/* Define if lex declares yytext as a char * by default, not a char[].  *//* #undef YYTEXT_POINTER *//* #undef uint */#define ulong unsigned long /* The number of bytes in a char.  *//* #undef SIZEOF_CHAR *//* The number of bytes in a int.  */#define SIZEOF_INT 4/* The number of bytes in a long.  */#define SIZEOF_LONG 4/* The number of bytes in a long long.  *//* #undef SIZEOF_LONG_LONG *//* Define if you have the alarm function.  *//* #undef HAVE_ALARM *//* Define if you have the asctime_r function.  *//* #undef HAVE_ASCTIME_R *//* Define if you have the atod function.  *//* #undef HAVE_ATOD *//* Define if you have the bcmp function.  *//* #undef HAVE_BCMP *//* Define if you have the bfill function.  *//* #undef HAVE_BFILL *//* Define if you have the bmove function.  *//* #undef HAVE_BMOVE *//* Define if you have the bzero function.  *//* #undef HAVE_BZERO *//* Define if you have the chroot function.  */#define HAVE_CHROOT 1/* Define if you have the chsize function.  *//* #undef HAVE_CHSIZE *//* Define if you have the crypt function.  *//* #undef HAVE_CRYPT *//* Define if you have the ctermid function.  */#define HAVE_CTERMID 1/* Define if you have the ctime_r function.  *//* #undef HAVE_CTIME_R *//* Define if you have the cuserid function.  *//* #undef HAVE_CUSERID *//* Define if you have the dlerror function.  *//* #undef HAVE_DLERROR *//* Define if you have the dlopen function.  *//* #undef HAVE_DLOPEN *//* Define if you have the fchmod function.  *//* #undef HAVE_FCHMOD *//* Define if you have the fcntl function.  *//* #undef HAVE_FCNTL *//* Define if you have the fconvert function.  *//* #undef HAVE_FCONVERT *//* Define if you have the finite function.  */#define HAVE_FINITE 1/* Define if you have the flock function.  */#define HAVE_FLOCK 1/* Define if you have the fpclass function.  *//* #undef HAVE_FPCLASS *//* Define if you have the fpresetsticky function.  *//* #undef HAVE_FPRESETSTICKY *//* Define if you have the fpsetmask function.  *//* #undef HAVE_FPSETMASK *//* Define if you have the ftruncate function.  *//* #undef HAVE_FTRUNCATE *//* Define if you have the gai_strerror function.  */#define HAVE_GAI_STRERROR 1/* Define if you have the gcvt function.  *//* #undef HAVE_GCVT *//* Define if you have the getcwd function.  */#define HAVE_GETCWD 1/* Define if you have the gethostbyaddr function.  */#define HAVE_GETHOSTBYADDR 1/* Define if you have the gethostbyaddr_r function.  *//* #undef HAVE_GETHOSTBYADDR_R *//* Define if you have the gethostbyname_r function.  *//* #undef HAVE_GETHOSTBYNAME_R *//* Define if you have the getlogin function.  */#define HAVE_GETLOGIN 1/* Define if you have the getopt function.  */#define HAVE_GETOPT 1/* Define if you have the getpass function.  *//* #undef HAVE_GETPASS *//* Define if you have the getpassphrase function.  *//* #undef HAVE_GETPASSPHRASE *//* Define if you have the getpid function.  */#define HAVE_GETPID 1/* Define if you have the getprotobyname function.  */#define HAVE_GETPROTOBYNAME 1/* Define if you have the getprotobynumber function.  */#define HAVE_GETPROTOBYNUMBER 1/* Define if you have the getpwnam function.  *//* #undef HAVE_GETPWNAM *//* Define if you have the getpwuid function.  *//* #undef HAVE_GETPWUID *//* Define if you have the getrlimit function.  */#define HAVE_GETRLIMIT 1/* Define if you have the getrusage function.  */#define HAVE_GETRUSAGE 1/* Define if you have the getservbyname function.  */#define HAVE_GETSERVBYNAME 1/* Define if you have the getservbyport function.  */#define HAVE_GETSERVBYPORT 1/* Define if you have the getsid function.  *//* #undef HAVE_GETSID *//* Define if you have the gettimeofday function.  */#define HAVE_GETTIMEOFDAY 1/* Define if you have the getwd function.  */#define HAVE_GETWD 1/* Define if you have the gmtime_r function.  *//* #undef HAVE_GMTIME_R *//* Define if you have the hstrerror function.  *//* #undef HAVE_HSTRERROR *//* Define if you have the index function.  *//* #undef HAVE_INDEX *//* Define if you have the inet_aton function.  */#define HAVE_INET_ATON 1/* Define if you have the isascii function.  */#define HAVE_ISASCII 1/* Define if you have the isfinite function.  *//* #undef HAVE_ISFINITE *//* Define if you have the isinf function.  */#define HAVE_ISINF 1/* Define if you have the isnan function.  */#define HAVE_ISNAN 1/* Define if you have the kill function.  */#define HAVE_KILL 1/* Define if you have the link function.  */#define HAVE_LINK 1/* Define if you have the localeconv function.  */#define HAVE_LOCALECONV 1/* Define if you have the localtime_r function.  *//* #undef HAVE_LOCALTIME_R *//* Define if you have the lockf function.  *//* #undef HAVE_LOCKF *//* Define if you have the locking function.  *//* #undef HAVE_LOCKING *//* Define if you have the longjmp function.  *//* #undef HAVE_LONGJMP *//* Define if you have the lrand48 function.  *//* #undef HAVE_LRAND48 *//* Define if you have the madvise function.  *//* #undef HAVE_MADVISE *//* Define if you have the memcpy function.  */#define HAVE_MEMCPY 1/* Define if you have the memmove function.  */#define HAVE_MEMMOVE 1/* Define if you have the mkfifo function.  */#define HAVE_MKFIFO 1/* Define if you have the mkstemp function.  */#define HAVE_MKSTEMP 1/* Define if you have the mmap function.  */#define HAVE_MMAP 1/* Define if you have the perror function.  *//* #undef HAVE_PERROR *//* Define if you have the pread function.  *//* #undef HAVE_PREAD *//* Define if you have the pthread_attr_create function.  *//* #undef HAVE_PTHREAD_ATTR_CREATE *//* Define if you have the pthread_attr_setprio function.  *//* #undef HAVE_PTHREAD_ATTR_SETPRIO *//* Define if you have the pthread_attr_setschedparam function.  *//* #undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM *//* Define if you have the pthread_attr_setstacksize function.  *//* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE *//* Define if you have the pthread_condattr_create function.  *//* #undef HAVE_PTHREAD_CONDATTR_CREATE *//* Define if you have the pthread_getsequence_np function.  *//* #undef HAVE_PTHREAD_GETSEQUENCE_NP *//* Define if you have the pthread_setprio function.  *//* #undef HAVE_PTHREAD_SETPRIO *//* Define if you have the pthread_setprio_np function.  *//* #undef HAVE_PTHREAD_SETPRIO_NP *//* Define if you have the pthread_setschedparam function.  *//* #undef HAVE_PTHREAD_SETSCHEDPARAM *//* Define if you have the pthread_sigmask function.  *//* #undef HAVE_PTHREAD_SIGMASK *//* Define if you have the putenv function.  */#define HAVE_PUTENV 1/* Define if you have the rand_r function.  *//* #undef HAVE_RAND_R *//* Define if you have the random function.  */#define HAVE_RANDOM 1/* Define if you have the realpath function.  *//* #undef HAVE_REALPATH *//* Define if you have the regcomp function.  */#define HAVE_REGCOMP 1/* Define if you have the rename function.  *//* #undef HAVE_RENAME *//* Define if you have the res_search function.  */#define HAVE_RES_SEARCH 1/* Define if you have the rint function.  *//* #undef HAVE_RINT *//* Define if you have the rwlock_init function.  *//* #undef HAVE_RWLOCK_INIT *//* Define if you have the setegid function.  */#define HAVE_SETEGID 1/* Define if you have the seteuid function.  */#define HAVE_SETEUID 1/* Define if you have the setitimer function.  */#define HAVE_SETITIMER 1/* Define if you have the setlocale function.  */#define HAVE_SETLOCALE 1/* Define if you have the setpgid function.  */#define HAVE_SETPGID 1/* Define if you have the setsid function.  */#define HAVE_SETSID 1/* Define if you have the setsockopt function.  */#define HAVE_SETSOCKOPT 1/* Define if you have the setupterm function.  *//* #undef HAVE_SETUPTERM *//* Define if you have the setvbuf function.  */#define HAVE_SETVBUF 1/* Define if you have the shutdown function.  */#define HAVE_SHUTDOWN 1/* Define if you have the sighold function.  *//* #undef HAVE_SIGHOLD *//* Define if you have the sigset function.  *//* #undef HAVE_SIGSET *//* Define if you have the sigthreadmask function.  *//* #undef HAVE_SIGTHREADMASK *//* Define if you have the sin function.  */#define HAVE_SIN 1/* Define if you have the snprintf function.  */#define HAVE_SNPRINTF 1/* Define if you have the socket function.  *//* #undef HAVE_SOCKET *//* Define if you have the srand48 function.  *//* #undef HAVE_SRAND48 *//* Define if you have the srandom function.  */#define HAVE_SRANDOM 1/* Define if you have the statfs function.  */#define HAVE_STATFS 1/* Define if you have the statvfs function.  *//* #undef HAVE_STATVFS *//* Define if you have the std_syslog function.  *//* #undef HAVE_STD_SYSLOG *//* Define if you have the strcasecmp function.  */#define HAVE_STRCASECMP 1/* Define if you have the strcoll function.  */#define HAVE_STRCOLL 1/* Define if you have the strdup function.  */#define HAVE_STRDUP 1/* Define if you have the strerror function.  */#define HAVE_STRERROR 1/* Define if you have the strftime function.  */#define HAVE_STRFTIME 1/* Define if you have the strlcat function.  *//* #undef HAVE_STRLCAT *//* Define if you have the strlcpy function.  *//* #undef HAVE_STRLCPY *//* Define if you have the strnlen function.  *//* #undef HAVE_STRNLEN *//* Define if you have the strpbrk function.  *//* #undef HAVE_STRPBRK *//* Define if you have the strstr function.  */#define HAVE_STRSTR 1/* Define if you have the strtod function.  */#define HAVE_STRTOD 1/* Define if you have the strtok_r function.  *//* #undef HAVE_STRTOK_R *//* Define if you have the strtol function.  */#define HAVE_STRTOL 1/* Define if you have the strtoul function.  *//* #undef HAVE_STRTOUL *//* Define if you have the strtoull function.  *//* #undef HAVE_STRTOULL *//* Define if you have the symlink function.  */#define HAVE_SYMLINK 1/* Define if you have the tell function.  *//* #undef HAVE_TELL *//* Define if you have the tempnam function.  */#define HAVE_TEMPNAM 1/* Define if you have the thr_setconcurrency function.  *//* #undef HAVE_THR_SETCONCURRENCY *//* Define if you have the tzset function.  */#define HAVE_TZSET 1/* Define if you have the unsetenv function.  */#define HAVE_UNSETENV 1/* Define if you have the usleep function.  */#define HAVE_USLEEP 1/* Define if you have the utime function.  */#define HAVE_UTIME 1/* Define if you have the vidattr function.  *//* #undef HAVE_VIDATTR *//* Define if you have the vsnprintf function.  */#define HAVE_VSNPRINTF 1/* Define if you have the <alloca.h> header file.  *//* #undef HAVE_ALLOCA_H *//* Define if you have the <arpa/inet.h> header file.  */#define HAVE_ARPA_INET_H 1/* Define if you have the <arpa/nameser.h> header file.  */#define HAVE_ARPA_NAMESER_H 1/* Define if you have the <crypt.h> header file.  *//* #undef HAVE_CRYPT_H *//* Define if you have the <default_store.h> header file.  *//* #undef HAVE_DEFAULT_STORE_H *//* Define if you have the <dirent.h> header file.  */#define HAVE_DIRENT_H 1/* Define if you have the <dlfcn.h> header file.  *//* #undef HAVE_DLFCN_H *//* Define if you have the <errno.h> header file.  *//* #undef HAVE_ERRNO_H *//* Define if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <float.h> header file.  *//* #undef HAVE_FLOAT_H *//* Define if you have the <floatingpoint.h> header file.  *//* #undef HAVE_FLOATINGPOINT_H *//* Define if you have the <grp.h> header file.  */#define HAVE_GRP_H 1/* Define if you have the <ieeefp.h> header file.  *//* #undef HAVE_IEEEFP_H *//* Define if you have the <limits.h> header file.  */#define HAVE_LIMITS_H 1/* Define if you have the <locale.h> header file.  */#define HAVE_LOCALE_H 1/* Define if you have the <malloc.h> header file.  *//* #undef HAVE_MALLOC_H *//* Define if you have the <memory.h> header file.  *//* #undef HAVE_MEMORY_H *//* Define if you have the <ndir.h> header file.  *//* #undef HAVE_NDIR_H *//* Define if you have the <netdb.h> header file.  *//* #undef HAVE_NETDB_H *//* Define if you have the <netinet/in.h> header file.  */#define HAVE_NETINET_IN_H 1/* Define if you have the <netinet/tcp.h> header file.  *//* #undef HAVE_NETINET_TCP_H *//* Define if you have the <pwd.h> header file.  */#define HAVE_PWD_H 1/* Define if you have the <resolv.h> header file.  */#define HAVE_RESOLV_H 1/* Define if you have the <sched.h> header file.  *//* #undef HAVE_SCHED_H *//* Define if you have the <select.h> header file.  *//* #undef HAVE_SELECT_H *//* Define if you have the <sgtty.h> header file.  *//* #undef HAVE_SGTTY_H *//* Define if you have the <signal.h> header file.  */#define HAVE_SIGNAL_H 1/* Define if you have the <stdarg.h> header file.  */#define HAVE_STDARG_H 1/* Define if you have the <stdbool.h> header file.  *//* #undef HAVE_STDBOOL_H *//* Define if you have the <stddef.h> header file.  *//* #undef HAVE_STDDEF_H *//* Define if you have the <stdlib.h> header file.  */#define HAVE_STDLIB_H 1/* Define if you have the <string.h> header file.  */#define HAVE_STRING_H 1/* Define if you have the <strings.h> header file.  *//* #undef HAVE_STRINGS_H *//* Define if you have the <synch.h> header file.  *//* #undef HAVE_SYNCH_H *//* Define if you have the <sys/dir.h> header file.  *//* #undef HAVE_SYS_DIR_H *//* Define if you have the <sys/file.h> header file.  */#define HAVE_SYS_FILE_H 1/* Define if you have the <sys/ioctl.h> header file.  *//* #undef HAVE_SYS_IOCTL_H *//* Define if you have the <sys/mman.h> header file.  */#define HAVE_SYS_MMAN_H 1/* Define if you have the <sys/mount.h> header file.  */#define HAVE_SYS_MOUNT_H 1/* Define if you have the <sys/ndir.h> header file.  *//* #undef HAVE_SYS_NDIR_H *//* Define if you have the <sys/resource.h> header file.  */#define HAVE_SYS_RESOURCE_H 1/* Define if you have the <sys/select.h> header file.  */#define HAVE_SYS_SELECT_H 1/* Define if you have the <sys/socket.h> header file.  */#define HAVE_SYS_SOCKET_H 1/* Define if you have the <sys/statfs.h> header file.  *//* #undef HAVE_SYS_STATFS_H *//* Define if you have the <sys/statvfs.h> header file.  *//* #undef HAVE_SYS_STATVFS_H *//* Define if you have the <sys/sysexits.h> header file.  *//* #undef HAVE_SYS_SYSEXITS_H *//* Define if you have the <sys/time.h> header file.  */#define HAVE_SYS_TIME_H 1/* Define if you have the <sys/timeb.h> header file.  *//* #undef HAVE_SYS_TIMEB_H *//* Define if you have the <sys/types.h> header file.  */#define HAVE_SYS_TYPES_H 1/* Define if you have the <sys/un.h> header file.  *//* #undef HAVE_SYS_UN_H *//* Define if you have the <sys/utime.h> header file.  *//* #undef HAVE_SYS_UTIME_H *//* Define if you have the <sys/vadvise.h> header file.  *//* #undef HAVE_SYS_VADVISE_H *//* Define if you have the <sys/varargs.h> header file.  *//* #undef HAVE_SYS_VARARGS_H *//* Define if you have the <sys/wait.h> header file.  */#define HAVE_SYS_WAIT_H 1/* Define if you have the <sysexits.h> header file.  */#define HAVE_SYSEXITS_H 1/* Define if you have the <syslog.h> header file.  */#define HAVE_SYSLOG_H 1/* Define if you have the <term.h> header file.  *//* #undef HAVE_TERM_H *//* Define if you have the <termio.h> header file.  *//* #undef HAVE_TERMIO_H *//* Define if you have the <termios.h> header file.  *//* #undef HAVE_TERMIOS_H *//* Define if you have the <unistd.h> header file.  */#define HAVE_UNISTD_H 1/* Define if you have the <unix.h> header file.  *//* #undef HAVE_UNIX_H *//* Define if you have the <utime.h> header file.  */#define HAVE_UTIME_H 1/* Define if you have the C library (-lC).  *//* #undef HAVE_LIBC *//* Define if you have the cxx library (-lcxx).  *//* #undef HAVE_LIBCXX *//* Define if you have the cxxstd library (-lcxxstd).  *//* #undef HAVE_LIBCXXSTD *//* Define if you have the g++ library (-lg++).  *//* #undef HAVE_LIBG__ *//* Define if you have the jpeg library (-ljpeg).  *//* #undef HAVE_LIBJPEG *//* Define if you have the m library (-lm).  */#define HAVE_LIBM 1/* Define if you have the pam library (-lpam).  *//* #undef HAVE_LIBPAM *//* Define if you have the resolv library (-lresolv).  *//* #undef HAVE_LIBRESOLV *//* Define if you have the sqlcli library (-lsqlcli).  *//* #undef HAVE_LIBSQLCLI *//* Define if you have the stdc++ library (-lstdc++).  *//* #undef HAVE_LIBSTDC__ *//* Define if you have the tiff library (-ltiff).  *//* #undef HAVE_LIBTIFF *//* Whether you have AOLserver *//* #undef HAVE_AOLSERVER *//*   */#define HAVE_AP_CONFIG_H 1/*   */#define HAVE_AP_COMPAT_H 1/*   */#define HAVE_AP_CONFIG_H 1/*   */#define HAVE_AP_CONFIG_H 1/*   */#define HAVE_AP_COMPAT_H 1/*   *//* #undef HAVE_OLD_COMPAT_H *//*   */#define HAVE_AP_CONFIG_H 1/*   */#define HAVE_AP_COMPAT_H 1/*   *//* #undef HAVE_OLD_COMPAT_H *//*   */#define HAVE_AP_CONFIG_H 1/*   */#define HAVE_AP_COMPAT_H 1/*   *//* #undef HAVE_OLD_COMPAT_H *//*   */#define HAVE_AP_CONFIG_H 1/*   */#define HAVE_AP_COMPAT_H 1/*   *//* #undef HAVE_OLD_COMPAT_H *//*   *//* #undef USE_TRANSFER_TABLES *//* Whether to compile with Caudium support *//* #undef HAVE_CAUDIUM *//*   *//* #undef FORCE_CGI_REDIRECT *//*   *//* #undef DISCARD_PATH *//*   *//* #undef FHTTPD *//*   *//* #undef WITH_ZEUS *//* Whether you have a Netscape Server *//* #undef HAVE_NSAPI *//* Whether you have phttpd *//* #undef HAVE_PHTTPD *//* whether you want Pi3Web support *//* #undef WITH_PI3WEB *//* Whether you use Roxen *//* #undef HAVE_ROXEN *//* Whether to use Roxen in ZTS mode *//* #undef ROXEN_USE_ZTS *//* Whether you use Servlet *//* #undef SAPI_SERVLET *//* Whether localtime_r is declared */#define MISSING_LOCALTIME_R_DECL 1/* Whether gmtime_r is declared */#define MISSING_GMTIME_R_DECL 1/* Whether asctime_r is declared */#define MISSING_ASCTIME_R_DECL 1/* Whether ctime_r is declared */#define MISSING_CTIME_R_DECL 1/* Whether strtok_r is declared */#define MISSING_STRTOK_R_DECL 1/* whether you have sendmail */#define HAVE_SENDMAIL 1/* Define if system uses EBCDIC *//* #undef CHARSET_EBCDIC *//*   *//* #undef HAVE_LIBSOCKET *//*   *//* #undef HAVE_LIBNSL *//*   *//* #undef HAVE_LIBNSL *//*   *//* #undef HAVE_LIBSOCKET *//*   *//* #undef HAVE_LIBRESOLV *//*   */#define MISSING_FCLOSE_DECL 0/*   */#define MISSING_FCLOSE_DECL 0/* whether you have tm_gmtoff in struct tm */#define HAVE_TM_GMTOFF 1/* whether you have struct flock */#define HAVE_STRUCT_FLOCK 1/* Whether you have socklen_t *//* #undef HAVE_SOCKLEN_T *//* Whether you have IPv6 support */#define HAVE_IPV6 1/* Define if you have the getaddrinfo function */#define HAVE_GETADDRINFO 1/*   */#define PHP_BROKEN_SPRINTF 0/*   */#define PHP_BROKEN_SPRINTF 0/* Whether system headers declare timezone */#define HAVE_DECLARED_TIMEZONE 1/* Whether you have HP-UX 10.x *//* #undef PHP_HPUX_TIME_R *//* whether you have POSIX readdir_r *//* #undef HAVE_POSIX_READDIR_R *//* whether you have old-style readdir_r *//* #undef HAVE_OLD_READDIR_R *//*   */#define in_addr_t u_int/*   */#define PHP_SAFE_MODE 0/*   */#define PHP_SAFE_MODE 0/*   */#define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"/*   */#define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"/*   */#define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"/*   */#define PHP_SAFE_MODE_EXEC_DIR "/usr/local/php/bin"/*   */#define PHP_SIGCHILD 0/*   */#define PHP_SIGCHILD 0/*   */#define MAGIC_QUOTES 0/*   */#define MAGIC_QUOTES 0/*   */#define DEFAULT_SHORT_OPEN_TAG "1"/*   */#define DEFAULT_SHORT_OPEN_TAG "1"/* Whether you have dmalloc *//* #undef HAVE_DMALLOC *//* Whether to use php streams *//* #undef HAVE_PHP_STREAM *//*   *//* #undef HAVE_LIBCRYPT *//*   *//* #undef HAVE_CRYPT *//* Whether to build zlib as dynamic module *//* #undef COMPILE_DL_ZLIB *//*   */#define HAVE_ZLIB 1/*   *//* #undef HAVE_FOPENCOOKIE *//*   *//* #undef COOKIE_IO_FUNCTIONS_T *//* Whether you have aspell *//* #undef HAVE_ASPELL *//* Whether to build aspell as dynamic module *//* #undef COMPILE_DL_ASPELL *//* Whether you have bcmath *//* #undef WITH_BCMATH *//* Whether to build bcmath as dynamic module *//* #undef COMPILE_DL_BCMATH *//*   *//* #undef HAVE_BZ2 *//* Whether to build bz2 as dynamic module *//* #undef COMPILE_DL_BZ2 *//*   *//* #undef HAVE_CALENDAR *//* Whether to build calendar as dynamic module *//* #undef COMPILE_DL_CALENDAR *//* Whether to build ccvs as dynamic module *//* #undef COMPILE_DL_CCVS *//* Whether to build cpdf as dynamic module *//* #undef COMPILE_DL_CPDF *//* Whether you have cpdflib *//* #undef HAVE_CPDFLIB *//* Whether to build cpdf as dynamic module *//* #undef COMPILE_DL_CPDF *//* Whether you have cpdflib *//* #undef HAVE_CPDFLIB *//* Whether to build crack as dynamic module *//* #undef COMPILE_DL_CRACK *//*   *//* #undef HAVE_CRACK *//*   *//* #undef HAVE_CTYPE *//* Whether to build ctype as dynamic module *//* #undef COMPILE_DL_CTYPE *//*   *//* #undef HAVE_CURL *//* Whether to build curl as dynamic module *//* #undef COMPILE_DL_CURL *//* Whether to build cybercash as dynamic module *//* #undef COMPILE_DL_CYBERCASH *//*   *//* #undef HAVE_MCK *//*   *//* #undef HAVE_CYBERMUT *//* Whether to build cybermut as dynamic module *//* #undef COMPILE_DL_CYBERMUT *//* Whether you have GDBM *//* #undef GDBM *//*   *//* #undef NDBM *//*   *//* #undef NDBM *//* Whether you have NDBM *//* #undef NDBM *//* Whether to build db as dynamic module *//* #undef COMPILE_DL_DB *//*   *//* #undef DBA_GDBM *//*   *//* #undef NDBM_INCLUDE_FILE *//*   *//* #undef DBA_NDBM *//*   *//* #undef DB2_INCLUDE_FILE *//*   *//* #undef DBA_DB2 *//*   *//* #undef DB3_INCLUDE_FILE *//*   *//* #undef DBA_DB3 *//*   *//* #undef DBA_DBM *//*   *//* #undef DBA_CDB *//*   */#define HAVE_DBA 0/* Whether to build dba as dynamic module *//* #undef COMPILE_DL_DBA *//*   */#define HAVE_DBA 0/*   *//* #undef DBASE *//* Whether to build dbase as dynamic module *//* #undef COMPILE_DL_DBASE *//* Whether to build dbx as dynamic module *//* #undef COMPILE_DL_DBX *//*   *//* #undef HAVE_DOMXML *//* Whether to build domxml as dynamic module *//* #undef COMPILE_DL_DOMXML *//* Whether you want exif support *//* #undef HAVE_EXIF *//* Whether to build exif as dynamic module *//* #undef COMPILE_DL_EXIF *//* Whether you have FrontBase *//* #undef HAVE_FBSQL *//* Whether to build fbsql as dynamic module *//* #undef COMPILE_DL_FBSQL *//*   *//* #undef HAVE_FDFLIB *//* Whether to build fdf as dynamic module *//* #undef COMPILE_DL_FDF *//*   *//* #undef HAVE_FILEPRO *//* Whether to build filepro as dynamic module *//* #undef COMPILE_DL_FILEPRO *//*   *//* #undef HAVE_FRIBIDI *//* Whether to build fribidi as dynamic module *//* #undef COMPILE_DL_FRIBIDI *//* Whether you want FTP support *//* #undef HAVE_FTP *//* Whether to build ftp as dynamic module *//* #undef COMPILE_DL_FTP *//* Whether to build gd as dynamic module *//* #undef COMPILE_DL_GD *//*   *//* #undef USE_GD_IMGSTRTTF *//*   *//* #undef USE_GD_IMGSTRTTF *//*   *//* #undef HAVE_LIBFREETYPE *//*   *//* #undef HAVE_LIBTTF *//*   *//* #undef HAVE_LIBT1 *//*   *//* #undef HAVE_LIBGD13 *//*   *//* #undef HAVE_LIBGD15 *//*   *//* #undef HAVE_GD_PNG *//*   *//* #undef HAVE_GD_GIF *//*   *//* #undef HAVE_GD_WBMP *//*   *//* #undef HAVE_GD_JPG *//*   *//* #undef HAVE_GD_XPM *//*   *//* #undef HAVE_LIBGD20 *//*   *//* #undef HAVE_GD_IMAGESETTILE *//*   *//* #undef HAVE_GD_IMAGESETBRUSH *//*   *//* #undef HAVE_GD_STRINGFTEX *//*   *//* #undef HAVE_COLORCLOSESTHWB *//*   *//* #undef HAVE_GDIMAGECOLORRESOLVE *//*   *//* #undef HAVE_GD_GIF_CTX *//*   *//* #undef HAVE_LIBGD *//*   *//* #undef HAVE_LIBGD *//*   *//* #undef HAVE_LIBGD13 *//*   *//* #undef HAVE_LIBGD15 *//*   *//* #undef HAVE_GD_PNG *//*   *//* #undef HAVE_GD_GIF *//*   *//* #undef HAVE_GD_WBMP *//*   *//* #undef HAVE_GD_JPG *//*   *//* #undef HAVE_GD_XPM *//*   *//* #undef HAVE_LIBGD20 *//*   *//* #undef HAVE_GD_IMAGESETTILE *//*   *//* #undef HAVE_GD_IMAGESETBRUSH *//*   *//* #undef HAVE_GD_STRINGFTEX *//*   *//* #undef HAVE_COLORCLOSESTHWB *//*   *//* #undef HAVE_GDIMAGECOLORRESOLVE *//*   *//* #undef HAVE_GD_GIF_CTX *//*   *//* #undef HAVE_LIBINTL *//* Whether to build gettext as dynamic module *//* #undef COMPILE_DL_GETTEXT *//* Whether to build gmp as dynamic module *//* #undef COMPILE_DL_GMP *//*   *//* #undef HAVE_GMP *//*   */#define HYPERWAVE 0/* Whether to build hyperwave as dynamic module *//* #undef COMPILE_DL_HYPERWAVE *//*   */#define HYPERWAVE 0/*   */#define HYPERWAVE 0/*   *//* #undef HAVE_ICAP *//* Whether to build icap as dynamic module *//* #undef COMPILE_DL_ICAP *//*   *//* #undef HAVE_ICONV *//*   *//* #undef HAVE_ICONV *//* Whether to build iconv as dynamic module *//* #undef COMPILE_DL_ICONV *//* Whether to build imap as dynamic module *//* #undef COMPILE_DL_IMAP *//*   */#define HAVE_IMAP 1/*   *//* #undef HAVE_IMAP2000 *//*   *//* #undef HAVE_IMAP2000 *//*   *//* #undef HAVE_IMAP2000 *//*   *//* #undef HAVE_IMAP2000 *//*   *//* #undef HAVE_IMAP2000 *//*   *//* #undef HAVE_IMAP2000 *//*   *//* #undef HAVE_IMAP_KRB *//*   *//* #undef HAVE_IMAP_SSL *//* Whether to build informix as dynamic module *//* #undef COMPILE_DL_INFORMIX *//*   *//* #undef IFX_VERSION *//*   *//* #undef HAVE_IFX_IUS *//*   *//* #undef HAVE_IFX *//* Whether you have Ingres II *//* #undef HAVE_II *//* Whether to build ingres_ii as dynamic module *//* #undef COMPILE_DL_INGRES_II *//*   *//* #undef HAVE_IBASE *//* Whether to build interbase as dynamic module *//* #undef COMPILE_DL_INTERBASE *//* Whether thttpd is available *//* #undef IRCG_WITH_THTTPD *//* Whether you want IRCG support *//* #undef HAVE_IRCG *//* Whether to build ircg as dynamic module *//* #undef COMPILE_DL_IRCG *//*   *//* #undef HAVE_JAVA *//* Whether to build java as dynamic module *//* #undef COMPILE_DL_JAVA *//* Whether to build ldap as dynamic module *//* #undef COMPILE_DL_LDAP *//*   *//* #undef HAVE_NSLDAP *//*   *//* #undef HAVE_NSLDAP *//*   *//* #undef HAVE_NSLDAP *//*   *//* #undef HAVE_ORALDAP *//*   *//* #undef HAVE_LDAP *//*   *//* #undef HAVE_MBSTRING *//* Whether to build mbstring as dynamic module *//* #undef COMPILE_DL_MBSTRING *//*   *//* #undef MBSTR_ENC_TRANS *//*   *//* #undef HAVE_MCAL *//* Whether to build mcal as dynamic module *//* #undef COMPILE_DL_MCAL *//*   */#define HAVE_LIBMCRYPT24 1/*   *//* #undef HAVE_LIBMCRYPT22 *//*   */#define HAVE_LIBMCRYPT 1/* Whether to build mcrypt as dynamic module *//* #undef COMPILE_DL_MCRYPT *//*   *//* #undef HAVE_LIBMHASH *//* Whether to build mhash as dynamic module *//* #undef COMPILE_DL_MHASH *//*   *//* #undef HAVE_MING *//* Whether to build ming as dynamic module *//* #undef COMPILE_DL_MING *//*   *//* #undef HAVE_MNOGOSEARCH *//* Whether to build mnogosearch as dynamic module *//* #undef COMPILE_DL_MNOGOSEARCH *//*   *//* #undef HAVE_MSQL *//* Whether to build msql as dynamic module *//* #undef COMPILE_DL_MSQL *//*   *//* #undef MSQL1 *//*   *//* #undef MSQL1 *//* Whether to build muscat as dynamic module *//* #undef COMPILE_DL_MUSCAT *//*   *//* #undef HAVE_MUSCAT *//*   *//* #undef PHP_MUSCAT_DIR *//* Whether you have MySQL */#define HAVE_MYSQL 1/* Whether to build mysql as dynamic module *//* #undef COMPILE_DL_MYSQL *//*   */#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"/*   *//* #undef UNDEF_THREADS_HACK *//*   *//* #undef HAVE_ULONG *//*   *//* #undef HAVE_UCHAR *//*   *//* #undef HAVE_UINT *//*   *//* #undef HAVE_INT_8_16_32 *//*   *//* #undef SOCKET_SIZE_TYPE *//*   *//* #undef RETQSORTTYPE *//*   *//* #undef QSORT_TYPE_IS_VOID *//*   *//* #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE *//*   *//* #undef HAVE_GETHOSTBYNAME_R_RETURN_INT *//*   *//* #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC *//*   *//* #undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT *//*   *//* #undef HAVE_READDIR_R *//*   *//* #undef HAVE_SIGWAIT *//*   *//* #undef HAVE_NONPOSIX_SIGWAIT *//*   */#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"/*   *//* #undef HAVE_OCI8_TEMP_LOB *//* Whether to build oci8 as dynamic module *//* #undef COMPILE_DL_OCI8 *//*   *//* #undef HAVE_OCI8 *//*   *//* #undef HAVE_ADABAS *//*   *//* #undef HAVE_SAPDB *//*   *//* #undef HAVE_SOLID_35 *//*   *//* #undef HAVE_SOLID_30 *//*   *//* #undef HAVE_SOLID *//* Needed in sqlunix.h  *//* #undef SS_LINUX *//* Needed in sqlunix.h  *//* #undef SS_LINUX *//* Needed in sqlunix.h for wchar defs  *//* #undef SS_FBX *//* Needed in sqlunix.h for wchar defs  *//* #undef SS_FBX *//*   *//* #undef HAVE_IBMDB2 *//*   *//* #undef HAVE_EMPRESS *//*   *//* #undef HAVE_EMPRESS *//*   *//* #undef HAVE_VELOCIS *//*   *//* #undef HAVE_CODBC *//*   *//* #undef HAVE_IODBC *//*   *//* #undef HAVE_ESOOB *//*   *//* #undef HAVE_UNIXODBC *//*   *//* #undef HAVE_OPENLINK *//* Whether you want DBMaker *//* #undef HAVE_DBMAKER *//*   *//* #undef HAVE_UODBC *//* Whether to build odbc as dynamic module *//* #undef COMPILE_DL_ODBC *//* Whether to build openssl as dynamic module *//* #undef COMPILE_DL_OPENSSL *//*   */#define HAVE_OPENSSL_EXT 1/* Whether to build oracle as dynamic module *//* #undef COMPILE_DL_ORACLE *//*   *//* #undef HAVE_ORACLE *//*   *//* #undef HAVE_LIBSQLCLI *//* Whether to build ovrimos as dynamic module *//* #undef COMPILE_DL_OVRIMOS *//* Whether to build pcre as dynamic module *//* #undef COMPILE_DL_PCRE *//*   */#define HAVE_BUNDLED_PCRE 1/*   *//* #undef HAVE_PCRE *//*   *//* #undef USE_BCOPY *//* Whether to build pdf as dynamic module *//* #undef COMPILE_DL_PDF *//*   *//* #undef HAVE_PDFLIB *//*   *//* #undef HAVE_PDFLIB *//* Version of SDK *//* #undef PFPRO_VERSION *//*   *//* #undef HAVE_PFPRO *//* Whether to build pfpro as dynamic module *//* #undef COMPILE_DL_PFPRO *//*   *//* #undef HAVE_PQCMDTUPLES *//*   *//* #undef HAVE_PQOIDVALUE *//*   *//* #undef HAVE_PQCLIENTENCODING *//*   *//* #undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT *//*   *//* #undef HAVE_PGSQL *//* Whether to build pgsql as dynamic module *//* #undef COMPILE_DL_PGSQL *//* whether to include POSIX-like functions */#define HAVE_POSIX 1/* Whether to build posix as dynamic module *//* #undef COMPILE_DL_POSIX *//* Whether to build pspell as dynamic module *//* #undef COMPILE_DL_PSPELL *//*   *//* #undef HAVE_PSPELL *//* Wheter you have qtdom *//* #undef HAVE_QTDOM *//* Whether to build qtdom as dynamic module *//* #undef COMPILE_DL_QTDOM *//* Wheter you have qtdom *//* #undef HAVE_QTDOM *//* Whether to build qtdom as dynamic module *//* #undef COMPILE_DL_QTDOM *//*   *//* #undef HAVE_LIBREADLINE *//* Whether to build readline as dynamic module *//* #undef COMPILE_DL_READLINE *//*   *//* #undef HAVE_LIBEDIT *//* Whether to build readline as dynamic module *//* #undef COMPILE_DL_READLINE *//* Whether we have librecode 3.5 or higher *//* #undef HAVE_LIBRECODE *//* Whether to build recode as dynamic module *//* #undef COMPILE_DL_RECODE *//* Whether to build sablot as dynamic module *//* #undef COMPILE_DL_SABLOT *//*   *//* #undef HAVE_LIBEXPAT2 *//*   *//* #undef HAVE_SABLOT_SET_ENCODING *//*   *//* #undef HAVE_SABLOT *//* CORBA support enabled via Satellite *//* #undef HAVE_SATELLITE *//* Whether to build satellite as dynamic module *//* #undef COMPILE_DL_SATELLITE *//* Whether you have libmm *//* #undef HAVE_LIBMM *//* Whether you want transparent session id propagation *//* #undef TRANS_SID *//* Whether to build session as dynamic module *//* #undef COMPILE_DL_SESSION *//*   *//* #undef HAVE_SHMOP *//* Whether to build shmop as dynamic module *//* #undef COMPILE_DL_SHMOP *//*   *//* #undef HAVE_SNMP *//* Whether to build snmp as dynamic module *//* #undef COMPILE_DL_SNMP *//*   *//* #undef UCD_SNMP_HACK *//*   *//* #undef HAVE_SOCKETS *//* Whether to build sockets as dynamic module *//* #undef COMPILE_DL_SOCKETS *//*   *//* #undef HAVE_LIBDL *//*   *//* #undef HAVE_LIBPAM *//* Whether the system supports standard DES salt */#define PHP_STD_DES_CRYPT 1/* Whether the system supports extended DES salt */#define PHP_EXT_DES_CRYPT 1/* Whether the system supports MD5 salt */#define PHP_MD5_CRYPT 1/* Whether the system supports BlowFish salt */#define PHP_BLOWFISH_CRYPT 1/* Define if flush should be called explicitly after a buffered io. */#define HAVE_FLUSHIO 1/* Whether to build standard as dynamic module *//* #undef COMPILE_DL_STANDARD *//*   *//* #undef HAVE_SWF *//* Whether to build swf as dynamic module *//* #undef COMPILE_DL_SWF *//* Whether to build sybase as dynamic module *//* #undef COMPILE_DL_SYBASE *//*   *//* #undef HAVE_LIBDNET_STUB *//*   *//* #undef HAVE_SYBASE *//*   *//* #undef PHP_SYBASE_DBOPEN *//*   *//* #undef DBMFIX *//*   *//* #undef PHP_SYBASE_DBOPEN *//* Whether to build sybase_ct as dynamic module *//* #undef COMPILE_DL_SYBASE_CT *//*   *//* #undef HAVE_SYBASE_CT *//* Whether to build sysvsem as dynamic module *//* #undef COMPILE_DL_SYSVSEM *//*   *//* #undef HAVE_SYSVSEM *//*   *//* #undef HAVE_SEMUN *//*   *//* #undef HAVE_SEMUN *//*   *//* #undef HAVE_SYSVSHM *//* Whether to build sysvshm as dynamic module *//* #undef COMPILE_DL_SYSVSHM *//* Whether you have vpopmail *//* #undef HAVE_VPOPMAIL *//* vpopmail bin path *//* #undef VPOPMAIL_BIN_DIR *//* Whether to build vpopmail as dynamic module *//* #undef COMPILE_DL_VPOPMAIL *//*   *//* #undef HAVE_WDDX *//* Whether to build wddx as dynamic module *//* #undef COMPILE_DL_WDDX *//* Whether to build xml as dynamic module *//* #undef COMPILE_DL_XML *//*   */#define HAVE_LIBEXPAT 1/* Whether to build xml as dynamic module *//* #undef COMPILE_DL_XML *//*   */#define HAVE_LIBEXPAT 1/* Whether external expat libs are used *//* #undef HAVE_LIBEXPAT2 *//* Whether to build xslt as dynamic module *//* #undef COMPILE_DL_XSLT *//*   *//* #undef HAVE_LIBEXPAT2 *//*   *//* #undef HAVE_SABLOT_BACKEND *//*   *//* #undef HAVE_SABLOT_SET_ENCODING *//*   *//* #undef HAVE_XSLT *//* Whether you have YAZ *//* #undef HAVE_YAZ *//* Whether to build yaz as dynamic module *//* #undef COMPILE_DL_YAZ *//*   *//* #undef HAVE_YP *//* Whether to build yp as dynamic module *//* #undef COMPILE_DL_YP *//*   *//* #undef SOLARIS_YP *//* Whether to build zziplib as dynamic module *//* #undef COMPILE_DL_ZZIPLIB *//*   *//* #undef HAVE_ZZIPLIB *//*   *//* #undef HAVE_FOPENCOOKIE *//*   *//* #undef COOKIE_IO_FUNCTIONS_T *//*   */#define HSREGEX 1/*   */#define REGEX 1/*   */#define REGEX 1/*   *//* #undef HAVE_LIBDL *//* Whether sprintf is broken */#define ZEND_BROKEN_SPRINTF 0/* whether floatingpoint.h defines fp_except *//* #undef HAVE_FP_EXCEPT *//*   */#define ZEND_DEBUG 0/*   */#define ZEND_DEBUG 0/*   *//* #undef ZTS *//* Whether you have stdiostream.h *//* #undef HAVE_STDIOSTREAM_H *//* Whether you have class istdiostream *//* #undef HAVE_CLASS_ISTDIOSTREAM *//* Memory limit */#define MEMORY_LIMIT 0/* Memory limit */#define MEMORY_LIMIT 0/*   *//* #undef ZTS *//* Whether you use GNU Pth *//* #undef GNUPTH *//* Whether to use Pthreads *//* #undef PTHREADS *//* PHP build date */#define PHP_BUILD_DATE "2001-06-25"/* uname -a output */#define PHP_UNAME "Darwin localhost 1.3.7 Darwin Kernel Version 1.3.7: Sat Jun  9 11:12:48 PDT 2001; root:xnu/xnu-124.13.obj~1/RELEASE_PPC  Power Macintosh powerpc"/* uname output */#define PHP_OS "Darwin"#ifdef HAVE_STDLIB_H# include <stdlib.h>#endif#ifdef HAVE_SYS_TYPES_H# include <sys/types.h>#endif#ifdef HAVE_IEEEFP_H# include <ieeefp.h>#endif#ifdef HAVE_STRING_H# include <string.h>#else# include <strings.h>#endif#if ZEND_BROKEN_SPRINTFint zend_sprintf(char *buffer, const char *format, ...);#else# define zend_sprintf sprintf#endif#include <math.h>#ifdef HAVE_ISNAN#define zend_isnan(a) isnan(a)#elif defined(NAN)#define zend_isnan(a) (((a)==NAN)?1:0)#elif defined(HAVE_FPCLASS)#define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))#else#define zend_isnan(a) 0#endif#ifdef HAVE_ISINF#define zend_isinf(a) isinf(a)#elif defined(INFINITY)/* Might not work, but is required by ISO C99 */#define zend_isinf(a) (((a)==INFINITY)?1:0)#elif defined(HAVE_FPCLASS)#define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF))#else#define zend_isinf(a) 0#endif#ifdef HAVE_FINITE#define zend_finite(a) finite(a)#elif defined(HAVE_ISFINITE) || defined(isfinite)#define zend_finite(a) isfinite(a)#elif defined(fpclassify)#define zend_finite(a) ((fpclassify((a))!=FP_INFINITE&&fpclassify((a))!=FP_NAN)?1:0)#else#define zend_finite(a) (zend_isnan(a) ? 0 : zend_isinf(a) ? 0 : 1)#endif/* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: *//* #undef PTHREADS */
 [2001-07-26 19:03 UTC] sniper@php.net
This should be fixed in CVS. Please try the latest
snapshot from http://snaps.php.net/

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC