Initial mysql-admtools import

This commit is contained in:
2007-02-13 21:11:55 +00:00
parent 76a482f545
commit 1d81d8820f
28 changed files with 19586 additions and 0 deletions

29
acconfig.h Normal file
View File

@@ -0,0 +1,29 @@
/*
* acconfig.h
*
* @(#) $Header: /home/nalle/cvsroot/mysql-admutils/acconfig.h,v 1.1 1998/07/06 12:33:07 ljosa Exp $
*
*/
/* Define the name of the package */
#undef PACKAGE
/* Define the version of the package */
#undef VERSION
/* Define if MySQL is installed */
#undef HAVE_MYSQL
/* Define if you have the <math.h> header file. */
#undef HAVE_MATH_H
/* Define if libmath is available */
#undef HAVE_LIBM
/* Define if libnsl is available */
#undef HAVE_LIBNSL
/* Define if libsocket is available */
#undef HAVE_LIBSOCKET