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 00025 #ifndef _LCAS_DEFINES_H 00026 #define _LCAS_DEFINES_H 00027 00028 /****************************************************************************** 00029 Include header files 00030 ******************************************************************************/ 00031 #include "lcas_defines.h" 00032 00033 /****************************************************************************** 00034 Define constants 00035 ******************************************************************************/ 00036 #define LCAS_MAXPATHLEN 500 00038 #define LCAS_MAXARGSTRING 2000 00040 #define LCAS_MAXARGS 51 00043 #endif /* _LCAS_DEFINES_H */ 00044 00045 /****************************************************************************** 00046 CVS Information: 00047 $Source: /cvs/jra1mw/org.glite.security.lcas/src/_lcas_defines.h,v $ 00048 $Date: 2004/10/14 16:05:27 $ 00049 $Revision: 2.8 $ 00050 $Author: msteenba $ 00051 ******************************************************************************/