X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.h;h=6bcdf831b15381329b46e9c97ea1800e0daad1f0;hb=6c820cde24f590dcb4d88842af0f4a246a9e7c71;hp=b05c8fb8e2ed3ced2a22a6d4a75c0a63f5ff8bf9;hpb=040a8961a659f7768fac348093bb807c413d785f;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index b05c8fb..6bcdf83 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.14 1995-11-16 17:00:57 adam + * Revision 1.15 1995-11-21 15:29:13 adam + * Config file 'base' read by default by both indexer and server. + * + * Revision 1.14 1995/11/16 17:00:57 adam * Better logging of rpn query. * * Revision 1.13 1995/11/16 15:34:56 adam @@ -54,9 +57,7 @@ #include #include "index.h" -#if RECORD_BASE #include "recindex.h" -#endif typedef struct { int sysno; @@ -74,12 +75,7 @@ typedef struct { ZServerSet *sets; Dict wordDict; ISAM wordIsam; - Dict fileDict; -#if RECORD_BASE Records records; -#else - int sys_idx_fd; -#endif int errCode; char *errString; ODR odr;