X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraidx.c;h=6aa13e034bd90605d77d13552e7a5841bc85e12a;hb=e30daf1c89e3b781de360a9dcad4f83e72e16d28;hp=9b2046e728241d158899d41efb1846d1b083ed21;hpb=3fcc65de3bb8ac7af03900dccf23a5b1219b2e8e;p=idzebra-moved-to-github.git diff --git a/index/zebraidx.c b/index/zebraidx.c index 9b2046e..6aa13e0 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,4 +1,4 @@ -/* $Id: zebraidx.c,v 1.6 2007-08-27 17:22:22 adam Exp $ +/* $Id: zebraidx.c,v 1.7 2007-10-22 13:05:22 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -31,6 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif +#include #include #include #include @@ -242,6 +243,9 @@ int main (int argc, char **argv) printf("Configured as: %s\n", sys_str); if (strcmp(version_str, ZEBRAVER)) printf("zebraidx compiled version %s\n", ZEBRAVER); +#if HAVE_ICU + printf("Using ICU\n"); +#endif } else if (ret == 'v') yaz_log_init_level (yaz_log_mask_str(arg));