Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

lcas_defines.h

Go to the documentation of this file.
00001 /*                                                                                                            
00002  * Copyright (c) 2001 EU DataGrid.                                                                             
00003  * For license conditions see http://www.eu-datagrid.org/license.html                                          
00004  *
00005  * Copyright (c) 2001, 2002 by 
00006  *     Martijn Steenbakkers <martijn@nikhef.nl>,
00007  *     David Groep <davidg@nikhef.nl>,
00008  *     NIKHEF Amsterdam, the Netherlands
00009  */
00010 
00021 #ifndef LCAS_DEFINES_H
00022 #define LCAS_DEFINES_H
00023 
00024 /******************************************************************************
00025                              Define constants
00026 ******************************************************************************/
00027 
00028 #define LCAS_MOD_SUCCESS (int)(0) 
00030 #define LCAS_MOD_FAIL    (int)(1) 
00032 #define LCAS_MOD_NOFILE  (int)(2) 
00034 #define LCAS_MOD_ENTRY   (int)(3) 
00036 #define LCAS_MOD_NOENTRY (int)(4) 
00039 #define LCAS_ETC_HOME "/opt/edg/etc/lcas" 
00041 #define LCAS_LIB_HOME "/opt/edg/lib/lcas" 
00043 #define LCAS_MOD_HOME "/opt/edg/lib/lcas/modules" 
00046 #endif /* LCAS_DEFINES_H */
00047 
00048 /******************************************************************************
00049 CVS Information:
00050     $Source: /cvs/fabric_mgt/gridification/lcas/include/lcas_defines.h,v $
00051     $Date: 2003/05/28 14:36:31 $
00052     $Revision: 2.5 $
00053     $Author: martijn $
00054 ******************************************************************************/

Generated at Tue Sep 23 15:06:52 2003 for edg-lcas by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001