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 LCMAPS_DEFINES_H 00029 #define LCMAPS_DEFINES_H 00030 00031 /****************************************************************************** 00032 Define constants 00033 ******************************************************************************/ 00034 00035 #define LCMAPS_MOD_SUCCESS (int)(0) 00037 #define LCMAPS_MOD_FAIL (int)(1) 00039 #define LCMAPS_MOD_NOFILE (int)(2) 00041 #define LCMAPS_MOD_ENTRY (int)(3) 00043 #define LCMAPS_MOD_NOENTRY (int)(4) 00046 #define LCMAPS_ETC_HOME "/opt/glite/etc/lcmaps" 00048 #define LCMAPS_LIB_HOME "/opt/glite/lib" 00050 #define LCMAPS_MOD_HOME "/opt/glite/lib/modules" 00053 #define LCMAPS_MAXPATHLEN 500 00055 #define LCMAPS_MAXARGSTRING 2000 00057 #define LCMAPS_MAXARGS 51 00060 #endif /* LCMAPS_DEFINES_H */ 00061 00062 /****************************************************************************** 00063 CVS Information: 00064 $Source: /cvs/jra1mw/org.glite.security.lcmaps/interface/lcmaps_defines.h,v $ 00065 $Date: 2004/10/13 16:37:57 $ 00066 $Revision: 1.2 $ 00067 $Author: msteenba $ 00068 ******************************************************************************/