X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=rset%2Frsisam.c;h=92e6f4cbc581c0a4f5fe5ab4b29e42338fe0d0ce;hp=e81637673b9c99c20f2f302a993f7bf62032a6b1;hb=e150e51a7e20a902e9fd2f11f00811f94f67d529;hpb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f diff --git a/rset/rsisam.c b/rset/rsisam.c index e816376..92e6f4c 100644 --- a/rset/rsisam.c +++ b/rset/rsisam.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisam.c,v $ - * Revision 1.20 1999-05-26 07:49:14 adam + * Revision 1.21 1999-11-30 13:48:04 adam + * Improved installation. Updated for inclusion of YAZ header files. + * + * Revision 1.20 1999/05/26 07:49:14 adam * C++ compilation. * * Revision 1.19 1999/02/02 14:51:34 adam @@ -72,11 +75,11 @@ * Work * */ - #include #include -#include #include +#if ZMBOL +#include static void *r_create(RSET ct, const struct rset_control *sel, void *parms); static RSFD r_open (RSET ct, int flag); @@ -203,3 +206,4 @@ static int r_write (RSFD rfd, const void *buf) logf (LOG_FATAL, "ISAM set type is read-only"); return -1; } +#endif