2001-11-25 01:41:16 +01:00
|
|
|
|
/*
|
|
|
|
|
* acconfig.h
|
|
|
|
|
*
|
2002-02-27 09:49:48 +01:00
|
|
|
|
* @(#) $Header: /tmp/cvs/mysql-admutils/acconfig.h,v 1.2 2002-02-27 08:49:48 knutpett Exp $
|
2001-11-25 01:41:16 +01:00
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
|