From: Andi Gutmans Date: Thu, 14 Mar 2002 15:13:08 +0000 (+0000) Subject: - Define HAVE_ASSERT_H under Windows. There was a macro redefinition before X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb7f0a919a7309533974be030a157c790c361017;p=php - Define HAVE_ASSERT_H under Windows. There was a macro redefinition before - this. --- diff --git a/main/config.w32.h b/main/config.w32.h index 0b1bf5060c..287e8c5cf0 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -212,6 +212,9 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#define HAVE_ASSERT_H 1 + /* Define if you have the header file. */ #define HAVE_FCNTL_H 1