home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume40 / vname / part01 / config.h next >
C/C++ Source or Header  |  1993-11-08  |  133b  |  8 lines

  1. #include <sys/param.h>
  2.  
  3. #ifndef MAXPATHLEN
  4. # define MAXPATHLEN 1024
  5. #endif
  6. #define EOS        '\0'
  7. #define BLEN        128        /* Sundry buffers */
  8.