summaryrefslogtreecommitdiff
path: root/glpk-5.0/w64/config_VC
blob: c8986d34f415e366b2bfc8760d64dafc962aa12f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* GLPK configuration file (Microsoft Visual Studio Express) */

#define __WOE__ 1

#define TLS __declspec(thread)
/* thread local storage-class specifier for reentrancy */

#define ODBC_DLNAME "odbc32.dll"
/* ODBC shared library name if this feature is enabled */

#if 0
#define MYSQL_DLNAME "libmysql.dll"
/* MySQL shared library name if this feature is enabled */
#endif

/* eof */