File: fixup_c.h

package info (click to toggle)
libdbd-odbc-perl 1.50-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,392 kB
  • ctags: 496
  • sloc: perl: 8,818; ansic: 6,376; makefile: 33; 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