php-src/ext/mysql/libmysql/my_config.h
MySQL Team a2dbb10eb1 Update libmysql to 3.23 version. No major changes visible to the user - mostly
bug fixes and other maintenance-oriented changes.
2000-10-20 22:26:48 +00:00

12 lines
293 B
C

#include <php_config.h>
/* PHP might define ulong, but we want to use our own typedef */
#ifdef ulong
#undef ulong
#endif
/* The client doesn't use multiple charsets, so only the compiled-in
default is really needed */
#define SHAREDIR "NONEXISTENT"
#define DEFAULT_CHARSET_HOME SHAREDIR