[PHP-DEV] Bug #1353: AIX already has a #define for hz From: Richard.Schulz <email protected>
Date: 04/27/99

From: Richard.Schulz <email protected>
Operating system: AIX 4.2.1
PHP version: 3.0.7
PHP Bug Type: Compile Failure
Bug description: AIX already has a #define for hz

IBM's AIX 4.2.x already has a #define for hz which conflicts with the DLIST struct typedef. I used a few #ifdefs
to check for AIX 4.2.x and #undef'd hz in functions/DList.h. In addition, IBM's C/C++ compiler V3.1.4.0 fails on // style comments in C source files.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>