X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2.c;h=3352fa07da4f8aa01e83c9d0f31ce37122e92faa;hb=d730ad165a9c77afdcf537928d5e581c2beadf1c;hp=0ede6be1f79f70fd3fdc6dc8034338080beb835a;hpb=2d62c5f62ff7e2a7f1420e3cda22fb4cf0fcf8a4;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.c b/src/pazpar2.c index 0ede6be..3352fa0 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2008 Index Data + Copyright (C) 2006-2009 Index Data Pazpar2 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 @@ -61,7 +61,7 @@ static void show_version(void) yaz_version(yaz_version_str, 0); printf("Configuration:"); -#if HAVE_ICU +#if YAZ_HAVE_ICU printf(" icu:?"); #endif printf(" yaz:%s", yaz_version_str); @@ -208,7 +208,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +