X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Freadconf.c;h=429d70e7a190ddfe05c102d53274863a1c314dd3;hp=a4d4f64b5a1c5878776ca23572974267e6782a25;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba;ds=sidebyside diff --git a/util/readconf.c b/util/readconf.c index a4d4f64..429d70e 100644 --- a/util/readconf.c +++ b/util/readconf.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: readconf.c,v $ - * Revision 1.8 1999-08-27 09:40:32 adam + * Revision 1.9 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.8 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.7 1999/06/30 09:10:32 adam @@ -46,8 +49,8 @@ #include #include -#include -#include +#include +#include #define l_isspace(c) ((c) == '\t' || (c) == ' ' || (c) == '\n' || (c) == '\r')