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

« back to all changes in this revision

Viewing changes to Drivers/MySQL/acconfig.h

  • 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
/***************************************************************************  
 
2
 * Copyright (C) 1995-2002 MySQL AB, www.mysql.com                         *
 
3
 *                                                                         *
 
4
 * This program is free software; you can redistribute it and/or modify    *
 
5
 * it under the terms of the GNU General Public License as published by    *
 
6
 * the Free Software Foundation; either version 2 of the License, or       *
 
7
 * (at your option) any later version.                                     *
 
8
 *                                                                         *
 
9
 * This program is distributed in the hope that it will be useful,         *
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of          *
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           *
 
12
 * GNU General Public License for more details.                            *
 
13
 *                                                                         *
 
14
 * You should have received a copy of the GNU General Public License       *
 
15
 * along with this program; if not, write to the Free Software Foundation  *
 
16
 * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA           *
 
17
****************************************************************************/
 
18
 
 
19
/*************************************************************************** 
 
20
 * ACCONFIG.H                                                              *                                             
 
21
 *                                                                         *
 
22
 * @description: Defines for UNIX                                          *
 
23
 *                                                                         *
 
24
 * @author     : MySQL AB                                                  *
 
25
 * @date       : 2001-Aug-15                                               *
 
26
 * @product    : myodbc3                                                   *
 
27
 *                                                                         *
 
28
****************************************************************************/
 
29
#undef _UNIX_
 
30
 
 
31
/* odbc types */
 
32
#undef SQLHENV
 
33
#undef SQLHDBC
 
34
#undef SQLHSTMT
 
35
#undef SQLINTEGER
 
36
#undef SQLUINTEGER
 
37
#undef SQLSMALLINT
 
38
#undef SQLUSMALLINT
 
39
#undef SQLPOINTER
 
40
#undef SQLRETURN
 
41
#undef SQLCHAR
 
42
#undef SQLHWND
 
43
 
 
44
#undef HAVE_SQLGETPRIVATEPROFILESTRING
 
45
 
 
46
#undef SYSTEM_ODBC_INI