X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Foptions.c;h=591a329881f8d04ed58cf916153581c371589a1f;hb=c39a893dfdae5f792139177132e7e7a70e010aa7;hp=0c7aa81b1feecbe5455f4da87aeb50a4a22e6362;hpb=6b8dc2364e08641a6c6c83b6ec8a16cb33df9119;p=yaz-moved-to-github.git diff --git a/util/options.c b/util/options.c index 0c7aa81..591a329 100644 --- a/util/options.c +++ b/util/options.c @@ -1,10 +1,16 @@ /* - * Copyright (c) 1995, Index Data + * Copyright (c) 1995-2000, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: options.c,v $ - * Revision 1.6 1997-09-01 08:54:13 adam + * Revision 1.8 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.7 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.6 1997/09/01 08:54:13 adam * New windows NT/95 port using MSV5.0. Made prefix query handling * thread safe. The function options ignores empty arguments when met. * @@ -31,9 +37,13 @@ * The first utility modules. * */ +#if HAVE_CONFIG_H +#include +#endif + #include -#include +#include static int arg_no = 1; static int arg_off = 0;