From 078bcec0997ad0e07b720c43cc9e6d0e046a75ab Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Thu, 27 Feb 2003 17:43:39 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'PHP_5'. --- ext/mysql/libmysql/my_config.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ext/mysql/libmysql/my_config.h (limited to 'ext/mysql/libmysql/my_config.h') diff --git a/ext/mysql/libmysql/my_config.h b/ext/mysql/libmysql/my_config.h deleted file mode 100644 index 73a3f6d66e..0000000000 --- a/ext/mysql/libmysql/my_config.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include - -/* 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 -- cgit v1.2.1