File: fixup_c.h

package info (click to toggle)
libdbd-odbc-perl 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,012 kB
  • ctags: 398
  • sloc: perl: 6,314; ansic: 4,875; makefile: 29; sql: 8
file content (11 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11

/* fix up constants and other fundamentals that some driver managers	*/
/* don't define (basically iODBC)										*/

#ifndef SQL_API_ALL_FUNCTIONS
#define SQL_API_ALL_FUNCTIONS	0
#endif

#ifndef SQL_SQLSTATE_SIZE
#define SQL_SQLSTATE_SIZE	5
#endif