aboutsummaryrefslogtreecommitdiffstats
path: root/databases/freetds/files/patch-ac
blob: eb3beaffefa63f8934b9e0d3a7ae5299fc779144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/sybdb.h Wed Oct 18 19:35:34 2000
+++ include/sybdb.h.new Fri Feb  2 09:42:36 2001
@@ -298,6 +298,11 @@
 extern RETCODE    DBSETLUSER(LOGINREC *login, char *username);
 extern RETCODE    DBSETLHOST(LOGINREC *login, char *hostname);
 extern RETCODE    DBSETLAPP(LOGINREC *login, char *application);
+
+#ifndef DBMFIX
+#define DBMFIX
+#endif
+
 #ifdef DBMFIX
 extern DBPROCESS *tdsdbopen(LOGINREC *login,char *server);
 #else