File: config_VC

package info (click to toggle)
glpk 4.45-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,264 kB
  • sloc: ansic: 61,624; sh: 10,684; sql: 142; makefile: 137; cs: 83
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* GLPK configuration file (Microsoft Visual Studio Express) */

#define __WOE__ 1

#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 */