home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
lib
/
support
/
defs.h
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
524b
|
28 lines
/*
* defs.h
*
* Copyright (c) 1996 Systems Architecture Research Centre,
* City University, London, UK.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
*/
#ifndef __defs_h
#define __defs_h
#define MAXNUMLEN 64
#define MAXLIBPATH 1024
#if !defined(MAXNAMELEN)
#define MAXNAMELEN 1024
#endif
#if !defined(MAXPATHLEN)
#define MAXPATHLEN 1024
#endif
#endif