[PHP-DEV] Bug #420 Updated: Compile failure on FreeBSD (fudged headers) From: Bug Database (php-dev <email protected>)
Date: 05/30/98

ID: 420
Updated by: rasmus
Reported By: brian <email protected>
Status: Closed
Bug Type: Compile Failure
Assigned To: rasmus
Comments:

Reported and fixed already. We had forgotten to run
'autoheader' to update config.h.in. Simply add:

/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

to your config.h.in file and it should take care of it.

Full Bug description available at: http://ca.php.net/bugs.php3?id=420