13
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
mysql-admtools/acconfig.h

30 lines
538 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 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