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 LCMAPS_DEFINES_H 00022 #define LCMAPS_DEFINES_H 00023 00024 /****************************************************************************** 00025 Define constants 00026 ******************************************************************************/ 00027 00028 #define LCMAPS_MOD_SUCCESS (int)(0) 00030 #define LCMAPS_MOD_FAIL (int)(1) 00032 #define LCMAPS_MOD_NOFILE (int)(2) 00034 #define LCMAPS_MOD_ENTRY (int)(3) 00036 #define LCMAPS_MOD_NOENTRY (int)(4) 00039 #define LCMAPS_ETC_HOME "/opt/edg/etc/lcmaps" 00041 #define LCMAPS_LIB_HOME "/opt/edg/lib/lcmaps" 00043 #define LCMAPS_MOD_HOME "/opt/edg/lib/lcmaps/modules" 00046 #define LCMAPS_MAXPATHLEN 500 00048 #define LCMAPS_MAXARGSTRING 2000 00050 #define LCMAPS_MAXARGS 51 00053 #endif /* LCMAPS_DEFINES_H */ 00054 00055 /****************************************************************************** 00056 CVS Information: 00057 $Source: /cvs/fabric_mgt/gridification/lcmaps/include/lcmaps_defines.h,v $ 00058 $Date: 2003/07/21 14:10:26 $ 00059 $Revision: 1.4 $ 00060 $Author: martijn $ 00061 ******************************************************************************/