diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2000-11-08 11:57:03 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2000-11-08 11:57:03 +0000 |
| commit | f9f81f78d25d6c0e92dd89d82c9e9e04376fe668 (patch) | |
| tree | 32618e55a34b1430de77db26011262b6bf8744d0 /lib/libutil/libutil.h | |
| parent | edd5302d4d80a4e59eeaeca5320493a0695cae5e (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 18fb83ff98cf..4125b1ac1cca 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -31,6 +31,9 @@ #include <sys/cdefs.h> +#define PROPERTY_MAX_NAME 64 +#define PROPERTY_MAX_VALUE 512 + /* for properties.c */ typedef struct _property { struct _property *next; |
