1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
/* myconf.h.in. Generated automatically from configure.in by autoheader. */
/***************************************************************************
* ACCONFIG.H *
* *
*
description: Defines for UNIX *
* *
*
author : MySQL AB *
*
date : 2001-Aug-15 *
*
product : myodbc3 *
* *
****************************************************************************/
#undef _UNIX_
/* odbc types */
#undef SQLHENV
#undef SQLHDBC
#undef SQLHSTMT
#undef SQLINTEGER
#undef SQLUINTEGER
#undef SQLSMALLINT
#undef SQLUSMALLINT
#undef SQLPOINTER
#undef SQLRETURN
#undef SQLCHAR
#undef SQLHWND
#undef HAVE_SQLGETPRIVATEPROFILESTRING
#undef SYSTEM_ODBC_INI
/* Define if you have the <iodbcinst.h> header file. */
#undef HAVE_IODBCINST_H
/* Define if you have the <isql.h> header file. */
#undef HAVE_ISQL_H
/* Define if you have the <isqlext.h> header file. */
#undef HAVE_ISQLEXT_H
/* Define if you have the <odbcinst.h> header file. */
#undef HAVE_ODBCINST_H
/* Define if you have the <sql.h> header file. */
#undef HAVE_SQL_H
/* Define if you have the <sqlext.h> header file. */
#undef HAVE_SQLEXT_H
/* Define if you have the z library (-lz). */
#undef HAVE_LIBZ
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
|