878bdc4341
Submitted by Joshua Stein <jcs@rt.fm>. FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase and Microsoft for client to database server communications.
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
$OpenBSD: patch-include-sybdb_h,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
|
|
--- include/sybdb.h.orig Mon Jul 2 02:57:40 2001
|
|
+++ include/sybdb.h Sat Aug 11 02:58:00 2001
|
|
@@ -287,6 +287,10 @@ enum {
|
|
#define IN 1
|
|
#define OUT 2
|
|
|
|
+#ifndef DBMFIX
|
|
+#define DBMFIX
|
|
+#endif
|
|
+
|
|
#define DBSINGLE 0
|
|
#define DBDOUBLE 1
|
|
#define DBBOTH 2
|