From 0cda28f77bcea25a35b2d55ee1bb52c5fdb34f2a Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 19 Feb 2000 10:10:46 +0000 Subject: - Add libmysql to the tree --- ext/mysql/libmysql/ct_init.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/mysql/libmysql/ct_init.c (limited to 'ext/mysql/libmysql/ct_init.c') diff --git a/ext/mysql/libmysql/ct_init.c b/ext/mysql/libmysql/ct_init.c new file mode 100644 index 0000000000..b0b1a8e126 --- /dev/null +++ b/ext/mysql/libmysql/ct_init.c @@ -0,0 +1,6 @@ +/* Generate definitions of ctype arrays +*/ + +#include +#define CTYPE_LIBRARY /* initialize ctype arrays */ +#include "m_ctype.h" -- cgit v1.2.1