X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraidx.c;h=8f50e3eb5033f39d6e4d1802705c77e92f21cea4;hb=6c3a0ff8ce9c94d093efa97730f892ebecac6113;hp=dd915f8db96f630db5245674dc7c9d0ce94d0e37;hpb=4097bac1dce126e79ce1550fad8b2034a311ff80;p=idzebra-moved-to-github.git diff --git a/index/zebraidx.c b/index/zebraidx.c index dd915f8..8f50e3e 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,8 +1,5 @@ -/* $Id: zebraidx.c,v 1.11 2007-12-20 11:15:43 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -31,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif -#if HAVE_ICU +#if YAZ_HAVE_ICU #include #endif #include @@ -250,7 +247,7 @@ 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 +#if YAZ_HAVE_ICU printf("Using ICU\n"); #endif }