diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
commit | 3ba3e2cc4b63fa16707f51e735e751e62dd9526e (patch) | |
tree | 2d073c94248fff7dcaa8a3b1356933e1dcd784db /contrib/global/lib/gparam.h | |
parent | 0823b5bf088ea8520ea23a0c424e4ecab62491d5 (diff) |
Notes
Diffstat (limited to 'contrib/global/lib/gparam.h')
-rw-r--r-- | contrib/global/lib/gparam.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/global/lib/gparam.h b/contrib/global/lib/gparam.h index 8a506c465cae..8a13c7e64349 100644 --- a/contrib/global/lib/gparam.h +++ b/contrib/global/lib/gparam.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997, 1998 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,15 +28,17 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * gparam.h 16-Oct-97 + * gparam.h 16-Jul-98 * */ #ifndef _GPARAM_H_ #define _GPARAM_H_ -#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 */ +#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 */ #endif /* ! _GPARAM_H_ */ |