X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2Fmarcdump.c;h=37c95462ca89ceade3c2676759de1329aeac1ed1;hb=d4f5c8867c6f02b3c8ee33e0b226e1d26e5c65d0;hp=272492b04403a817b5a128f2240c830e4c18bbda;hpb=18225043ecae8ca09b8e49fa047ecf7f314dcbfb;p=yaz-moved-to-github.git diff --git a/util/marcdump.c b/util/marcdump.c index 272492b..37c9546 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -1,10 +1,16 @@ /* - * Copyright (c) 1995-1997, Index Data + * Copyright (c) 1995-2000, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: marcdump.c,v $ - * Revision 1.8 1999-05-26 07:49:35 adam + * Revision 1.10 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.9 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.8 1999/05/26 07:49:35 adam * C++ compilation. * * Revision 1.7 1998/02/11 11:53:36 adam @@ -30,13 +36,17 @@ * */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include #include -#include -#include -#include +#include +#include +#include #ifndef SEEK_SET #define SEEK_SET 0