~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/MySQL/myconf.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

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