update dev300-m58
[ooovba.git] / dmake / unix / bsd43 / limits.h
blobf90c9af62993a8158e3afee842df4bf952eabfa5
1 /* RCS $Id: limits.h,v 1.1.1.1 2000-09-22 15:33:33 hr Exp $
2 --
3 -- SYNOPSIS
4 -- limits
5 --
6 -- DESCRIPTION
7 -- Compensate for systems that don't have a limits.h header file.
8 --
9 -- AUTHOR
10 -- Dennis Vadura, dvadura@dmake.wticorp.com
12 -- WWW
13 -- http://dmake.wticorp.com/
15 -- COPYRIGHT
16 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
17 --
18 -- This program is NOT free software; you can redistribute it and/or
19 -- modify it under the terms of the Software License Agreement Provided
20 -- in the file <distribution-root>/readme/license.txt.
22 -- LOG
23 -- Use cvs log to obtain detailed change logs.
26 #include <sys/types.h>
27 #include <sys/dirent.h>
28 #include <sys/param.h>
30 #define NAME_MAX MAXNAMLEN
31 #define PATH_MAX MAXPATHLEN
32 #define CHILD_MAX 20