/* #define HAVE_MBSTR_RU 0 */
/* #define HAVE_MBSTR_TW 0 */
-/* Enable / Disable MySQL extension (default: disabled) */
-#define HAVE_MYSQL 0
-
/* Enable / Disable ODBC extension (default: enabled) */
#define HAVE_UODBC 1
#if HAVE_SESSION
#include "ext/session/php_session.h"
#endif
-#if HAVE_MYSQL
-#include "ext/mysql/php_mysql.h"
-#endif
#if HAVE_MBSTRING
#include "ext/mbstring/mbstring.h"
#endif
#if HAVE_MBSTRING
,phpext_mbstring_ptr
#endif
-#if HAVE_MYSQL
- ,phpext_mysql_ptr
-#endif
#if HAVE_UODBC
,phpext_odbc_ptr
#endif