From d4cd1ef0843d0ef118cec86fa585517ac91d9cac Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Mon, 23 Jun 2003 01:10:58 +0000 Subject: remove the bundled libmysql, and update the config.m4 file as necessary. this works locally, but everyone, *please* test --- ext/mysql/libmysql/strtoull.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ext/mysql/libmysql/strtoull.c (limited to 'ext/mysql/libmysql/strtoull.c') diff --git a/ext/mysql/libmysql/strtoull.c b/ext/mysql/libmysql/strtoull.c deleted file mode 100644 index 9dea75fd28..0000000000 --- a/ext/mysql/libmysql/strtoull.c +++ /dev/null @@ -1,12 +0,0 @@ -/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB -This file is public domain and comes with NO WARRANTY of any kind */ - -/* This is defines strtoull() */ - -#include -#include -#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG) -#define USE_UNSIGNED -#define USE_LONGLONG -#include "strto.c" -#endif -- cgit v1.2.1