source: main/trunk/greenstone2/runtime-src/src/recpt/gsdl_compatibility_cfg.h@ 28760

Last change on this file since 28760 was 11252, checked in by mdewsnip, 18 years ago

Fixed the line endings of these files to make Visual Studio 2005 happy.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1#ifndef GSDL_COMPATIBILITY_CFG__H
2#define GSDL_COMPATIBILITY_CFG__H
3
4/**********************************************************************
5 *
6 * gsdl_compatibility_cfg.h --
7 * Copyright (C) 2004 The New Zealand Digital Library Project
8 *
9 * A component of the Greenstone digital library software
10 * from the New Zealand Digital Library Project at the
11 * University of Waikato, New Zealand.
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26 *
27 *********************************************************************/
28
29//OLD NAME NEW NAME
30#define __USE_MULTILANGUAGE_INTERFACE_ GSDL_USE_MULTILANGUAGE_INTERFACE
31#define GSDL_USE_GENERATOR_FEATURE GSDL_USE_GENERATOR_ACTION
32#define GSDL_USE_EXPORT_FEATURE GSDL_USE_EXPORT_ACTION
33#define __USE_CLASSIFIER_BROWSER_ GSDL_USE_CLASSIFIER_BROWSER
34#define GSDL_USE_CLONEBROWSERCLASS GSDL_USE_CLONE_BROWSER
35#define __SOURCE_DIRECTORY_ GSDL_SOURCE_DIRECTORY
36
37
38#endif //!GSDL_COMPATIBILITY_CFG__H
Note: See TracBrowser for help on using the repository browser.