X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fmatchstr.c;h=086378197185008d9320dbc01d5d07a5c47b8aa5;hp=9be71458170e1f5fc9856e8c84d1ccaece811e4a;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/util/matchstr.c b/util/matchstr.c index 9be7145..0863781 100644 --- a/util/matchstr.c +++ b/util/matchstr.c @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995-1997, Index Data. + * Copyright (c) 1995-2000, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: matchstr.c,v $ - * Revision 1.4 1999-11-30 13:47:12 adam + * Revision 1.5 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.4 1999/11/30 13:47:12 adam * Improved installation. Moved header files to include/yaz. * * Revision 1.3 1999/10/19 12:35:42 adam @@ -43,6 +46,10 @@ * * */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include