1 /*
2 *
3 *
4 * RCS Modification History:
5 * $Log: sybase.h,v $
6 * Revision 6.0  1997/08/25 18:36:59  madden
7 * Revision changed to 6.0
8 *
9 * Revision 1.2  1995/05/17 17:56:00  epstein
10 * add RCS log revision history
11 *
12 */
13 
14 /* The following is the Sybase include file package */
15 
16 #ifndef	DEFS_MODULE_SYBASE_H
17 #define	DEFS_MODULE_SYBASE_H
18 
19 #include <sybfront.h>
20 #include <sybdb.h>
21 #ifdef	HAVE_SRV_H
22 #include <srv.h>
23 #else
24 #define	SRV_MAXCHAR	(DBMAXCHAR-1)
25 #endif
26 
27 #endif /* DEFS_MODULE_SYBASE_H */
28