00001 /* 00002 * Copyright (c) Members of the EGEE Collaboration. 2004. 00003 * See http://eu-egee.org/partners/ for details on the copyright holders. 00004 * For license conditions see the license file or 00005 * http://eu-egee.org/license.html 00006 */ 00007 00008 /* 00009 * Copyright (c) 2001 EU DataGrid. 00010 * For license conditions see http://www.eu-datagrid.org/license.html 00011 * 00012 * Copyright (c) 2001, 2002 by 00013 * Martijn Steenbakkers <martijn@nikhef.nl>, 00014 * David Groep <davidg@nikhef.nl>, 00015 * NIKHEF Amsterdam, the Netherlands 00016 */ 00017 00028 #ifndef LCAS_DEFINES_H 00029 #define LCAS_DEFINES_H 00030 00031 /****************************************************************************** 00032 Define constants 00033 ******************************************************************************/ 00034 00035 #define LCAS_MOD_SUCCESS (int)(0) 00037 #define LCAS_MOD_FAIL (int)(1) 00039 #define LCAS_MOD_NOFILE (int)(2) 00041 #define LCAS_MOD_ENTRY (int)(3) 00043 #define LCAS_MOD_NOENTRY (int)(4) 00046 #define LCAS_ETC_HOME "/opt/glite/etc/lcas" 00048 #define LCAS_LIB_HOME "/opt/glite/lib" 00050 #define LCAS_MOD_HOME "/opt/glite/lib/modules" 00053 #endif /* LCAS_DEFINES_H */ 00054 00055 /****************************************************************************** 00056 CVS Information: 00057 $Source: /cvs/jra1mw/org.glite.security.lcas-interface/interface/lcas_defines.h,v $ 00058 $Date: 2004/10/14 16:05:27 $ 00059 $Revision: 1.3 $ 00060 $Author: msteenba $ 00061 ******************************************************************************/