summaryrefslogtreecommitdiff
path: root/Zend/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* - Fix for Solaris.Andi Gutmans2001-03-111-0/+8
|
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-021-4/+0
| | | | | defining PACKAGE/VERSION.
* If available, use fpclassify for substituting zend_finite.Sascha Schumann2000-08-201-1/+3
|
* Including math.h before using macros defined there will work better :)Sascha Schumann2000-08-201-2/+2
|
* Add zend_isinf and zend_isnan.Sascha Schumann2000-08-201-7/+20
|
* Welcome zend_finite(n).Sascha Schumann2000-06-181-0/+14
| | | | | | | This chooses the best combination of what is available: finite, isfinite, isinf, isnan
* Clean up acconfig.hSascha Schumann2000-06-081-24/+0
|
* Have a standard way of exporting symbolsZeev Suraski2000-04-011-0/+1
|
* Move dl stuff from acconfig.h into zend.h. That allows us finer controlSascha Schumann2000-01-121-18/+0
| | | | | when it comes to suppressing dlfcn.h.
* Some cleanupSascha Schumann2000-01-011-5/+0
|
* configure sets ZEND_BROKEN_SPRINTFSascha Schumann1999-12-191-1/+1
|
* Disable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined.Sascha Schumann1999-10-131-10/+5
| | | | | | Note that this part could be made platform independent by using libltdl (for Solaris, Linux, *BSD, HP-UX, Win16/32, BeOS).
* Use DL_LAZY for OpenBSD. This seems to be a compatibility flag whichSascha Schumann1999-10-121-0/+3
| | | | | | | should be used for the 2nd parameter to dlopen. http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man3/dlfcn.3?rev=1.8
* Define RTLD_NOW to DL_NOW, if RTLD_NOW is not defined (for OpenBSD).Sascha Schumann1999-10-091-0/+3
|
* Use libtool to build.Sascha Schumann1999-10-041-4/+0
|
* Provide alternative istdiostream.Sascha Schumann1999-09-281-0/+2
| | | | | | This has been tested with Sun WorkShop 4.2 C++ which does not contain class istdiostream.
* Make sure HAVE_LIBDL gets defined.Stig S. Bakken1999-09-131-0/+2
| | | | | Disable more C++ tests when not configured for thread safety.
* define tests first, use after.Stig S. Bakken1999-09-071-14/+14
|
* * header file cleanupStig S. Bakken1999-09-061-16/+54
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* workaround for 64-bit platformsSascha Schumann1999-07-021-3/+0
|
* define zend_boolZeev Suraski1999-07-021-0/+3
|
* add --enable-thread-safety optionStig S. Bakken1999-05-121-0/+3
|
* Make token names uniform, they all begin with T_ now.Zeev Suraski1999-04-221-1/+1
|
* convert to automakeStig S. Bakken1999-04-191-198/+4
|
* removed -lnsl and -lsocket checks from zendStig S. Bakken1999-04-191-6/+0
|
* Zend LibraryAndi Gutmans1999-04-071-0/+247