2 ** nmh.h -- system configuration header file
13 #define NLENGTH(dirent) strlen((dirent)->d_name)
19 #ifdef HAVE_SYS_PARAM_H
20 # include <sys/param.h>
27 ** we should be getting this value from pathconf(_PC_PATH_MAX)
31 # define PATH_MAX MAXPATHLEN
33 /* so we will just pick something */
34 # define PATH_MAX 1024
39 ** we should be getting this value from sysconf(_SC_OPEN_MAX)
43 # define OPEN_MAX NOFILE
45 /* so we will just pick something */