2
Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
2
Copyright (C) 2008 MySQL AB, 2008 Sun Microsystems, Inc
4
This program is free software; you can redistribute it and/or
5
modify it under the terms of the GNU General Public License as
6
published by the Free Software Foundation; version 2 of the
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; version 2 of the License.
9
8
This program is distributed in the hope that it will be useful,
10
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
11
GNU General Public License for more details.
14
13
You should have received a copy of the GNU General Public License
15
14
along with this program; if not, write to the Free Software
16
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
15
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
18
#ifndef _NETWORK_EXPORTS_H_
25
23
#if defined(mysql_chassis_proxy_EXPORTS)
26
24
#define NETWORK_API __declspec(dllexport)
27
#elif defined(mysql_chassis_proxy_STATIC) /* In test cases, define this to prevent linker warnings on Win32 */
30
26
#define NETWORK_API extern __declspec(dllimport)