Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

WeederConfig.H

Go to the documentation of this file.
00001 // Copyright (C) 2001, Compaq Computer Corporation
00002 // 
00003 // This file is part of Vesta.
00004 // 
00005 // Vesta is free software; you can redistribute it and/or
00006 // modify it under the terms of the GNU Lesser General Public
00007 // License as published by the Free Software Foundation; either
00008 // version 2.1 of the License, or (at your option) any later version.
00009 // 
00010 // Vesta is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013 // Lesser General Public License for more details.
00014 // 
00015 // You should have received a copy of the GNU Lesser General Public
00016 // License along with Vesta; if not, write to the Free Software
00017 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018 
00019 // Created on Tue Mar  4 11:44:32 PST 1997 by heydon
00020 
00021 // Last modified on Tue Nov 13 13:09:23 EST 2001 by ken@xorian.net
00022 //      modified on Sun Oct 26 15:55:40 PST 1997 by heydon
00023 
00024 #ifndef _WEEDER_CONFIG_H
00025 #define _WEEDER_CONFIG_H
00026 
00027 // Section names in Vesta configuration file
00028 extern const char *Config_WeederSection;
00029 
00030 // Values from Vesta configuration file
00031 extern const Text Config_WeederMDDir;     // [Weeder]/MetaDataDir
00032 extern const Text Config_Weeded;          // [Weeder]/Weeded
00033 extern const Text Config_MiscVars;        // [Weeder]/MiscVars
00034 extern const Text Config_PendingGL;       // [Weeder]/PendingGL
00035 extern const Text Config_WorkingGL;       // [Weeder]/WorkingGL
00036 extern const int  Config_GLNodeBuffSize;  // [Weeder]/GLNodeBuffSize
00037 extern const int  Config_DIBuffSize;      // [Weeder]/DIBuffSize
00038 extern const Text WeedConfig_CacheHost;   // [Weeder]/CacheHost
00039 extern const Text WeedConfig_CachePort;   // [Weeder]/CachePort
00040 extern const Text WeedConfig_CacheMDRoot; // [Weeder]/CacheMDRoot
00041 extern const Text WeedConfig_CacheMDDir;  // [Weeder]/CacheMDDir
00042 extern const Text WeedConfig_CacheGLDir;  // [Weeder]/CacheGLDir
00043 
00044 // Values formed from configuration values
00045 /* Here, the "Config_WeederMDPath" is taken relative to the "Config_MDRoot"
00046    specified in <CacheConfig.H>. */
00047 extern const Text Config_WeederMDPath;    // Config_MDRoot/Weeder_MDDir
00048 extern const Text Config_WeededFile;      //   WeederMDPath/Weeded
00049 extern const Text Config_MiscVarsFile;    //   WeederMDPath/MiscVars
00050 extern const Text Config_PendingGLFile;   //   WeederMDPath/PendingGL
00051 extern const Text Config_WorkingGLFile;   //   WeederMDPath/WorkingGL
00052 
00053 #endif // _WEEDER_CONFIG_H

Generated on Mon May 8 00:48:59 2006 for Vesta by  doxygen 1.4.2