diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/global/lib/gparam.h | |
parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) |
Notes
Diffstat (limited to 'contrib/global/lib/gparam.h')
-rw-r--r-- | contrib/global/lib/gparam.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/contrib/global/lib/gparam.h b/contrib/global/lib/gparam.h index 8a13c7e64349..8a506c465cae 100644 --- a/contrib/global/lib/gparam.h +++ b/contrib/global/lib/gparam.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,17 +28,15 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * gparam.h 16-Jul-98 + * gparam.h 16-Oct-97 * */ #ifndef _GPARAM_H_ #define _GPARAM_H_ -#define MAXFILLEN 1024 /* max length of filter */ -#define IDENTLEN 512 /* max length of ident */ -#define MAXENVLEN 1024 /* max length of env */ -#define MAXBUFLEN 1024 /* max length of buffer */ -#define MAXPROPLEN 1024 /* max length of property */ -#define MAXARGLEN 512 /* max length of argment */ +#define MAXCOMLINE 1024 /* max length of filter */ +#define IDENTLEN 512 /* max length of ident */ +#define MAXENVLEN 1024 /* max length of env */ +#define MAXBUFLEN 1024 /* max length of buffer */ #endif /* ! _GPARAM_H_ */ |