00001
00002 /*---------------------------------------------------------------------------
00003 E.S.O.
00004 ----------------------------------------------------------------------------
00005 File name : static_sz.h
00006 Author : N. Devillard
00007 Created on : December 1999
00008 Language : ANSI C
00009 Description : defines for various sizes
00010 *--------------------------------------------------------------------------*/
00011
00012 /*
00013
00014 $Id: static_sz.h,v 1.1 2003/09/03 12:50:47 amodigli Exp $
00015 $Author: amodigli $
00016 $Date: 2003/09/03 12:50:47 $
00017 $Revision: 1.1 $
00018
00019 */
00020
00021 #ifndef _STATIC_SZ_H_
00022 #define _STATIC_SZ_H_
00023
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027
00028 /*---------------------------------------------------------------------------
00029 Includes
00030 ---------------------------------------------------------------------------*/
00031
00032 /*---------------------------------------------------------------------------
00033 Defines
00034 ---------------------------------------------------------------------------*/
00035
00036 /*
00037 * The following sets the maximum supported file name size in all
00038 * eclipse routines.
00039 */
00040
00041 #define FILENAMESZ 512
00042
00043 /*
00044 * Maximum number of characters per line in an ASCII file
00045 */
00046
00047 #define ASCIILINESZ 1024
00048
00049
00050 #ifdef __cplusplus
00051 }
00052 #endif
00053
00054
00055 #endif
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001