77 lines
1.7 KiB
C
77 lines
1.7 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||
/*
|
||
* acconfig.h
|
||
*
|
||
* @(#) $Header: /tmp/cvs/mysql-admutils/config.h.in,v 1.2 2002-06-05 08:01:31 tlan 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
|
||
|
||
|
||
/* Define if you don't have `vprintf' but do have `_doprnt.' */
|
||
#undef HAVE_DOPRNT
|
||
|
||
/* Define if you have the <errmsg.h> header file. */
|
||
#undef HAVE_ERRMSG_H
|
||
|
||
/* Define if you have the <inttypes.h> header file. */
|
||
#undef HAVE_INTTYPES_H
|
||
|
||
/* Define if you have the <memory.h> header file. */
|
||
#undef HAVE_MEMORY_H
|
||
|
||
/* Define if you have the <stdlib.h> header file. */
|
||
#undef HAVE_STDLIB_H
|
||
|
||
/* Define if you have the <strings.h> header file. */
|
||
#undef HAVE_STRINGS_H
|
||
|
||
/* Define if you have the <string.h> header file. */
|
||
#undef HAVE_STRING_H
|
||
|
||
/* Define if you have the <unistd.h> header file. */
|
||
#undef HAVE_UNISTD_H
|
||
|
||
/* Define if you have the `vprintf' function. */
|
||
#undef HAVE_VPRINTF
|
||
|
||
/* Name of package */
|
||
#undef PACKAGE
|
||
|
||
/* Define if you have the ANSI C header files. */
|
||
#undef STDC_HEADERS
|
||
|
||
/* Version number of package */
|
||
#undef VERSION
|
||
|
||
/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
|
||
*/
|
||
#undef YYTEXT_POINTER
|
||
|
||
/* Define to empty if `const' does not conform to ANSI C. */
|
||
#undef const
|
||
|
||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||
#undef size_t
|