AC_CHECK_LIB(C, cin)
AC_CHECK_LIB(g++, cin)
AC_CHECK_LIB(stdc++, cin)
+dnl Digital Unix 4.0
AC_CHECK_LIB(cxx, cin)
+AC_CHECK_LIB(cxxstd, __array_delete)
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
zval element;
} zend_overloaded_element;
+/* excpt.h on Digital Unix 4.0 defines function_table */
+#undef function_table
struct _zend_class_entry {
char type;
#include "zend_compile.h"
#include "zend_execute.h"
+/* excpt.h on Digital Unix 4.0 defines function_table */
+#undef function_table
+
struct _zend_compiler_globals {
zend_stack bp_stack;
zend_stack switch_cond_stack;