home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / unix / macps_pr.hqx / ucbwhich.h < prev   
Encoding:
C/C++ Source or Header  |  1988-09-22  |  778 b   |  24 lines

  1. /*
  2.  * Copyright (c) 1988, The Trustees of the University of California.
  3.  * Edward Moy, Workstation Software Support Group, Workstation Support Serices,
  4.  * Information Systems and Technology.
  5.  *
  6.  * Permission is granted to any individual or institution to use, copy,
  7.  * or redistribute this software so long as it is not sold for profit,
  8.  * provided that this notice and the original copyright notices are
  9.  * retained.  The University of California makes no representations about the
  10.  * suitability of this software for any purpose.  It is provided "as is"
  11.  * without express or implied warranty.
  12.  */
  13.  
  14. /*
  15.  * SCCSid = "@(#)ucbwhich.h    1.1 9/19/88"
  16.  */
  17.  
  18. #define    UCBMAXPATHLEN    128
  19. #define    UCBSTANDARD    "/usr/ucb"
  20.  
  21. extern char ucblib[];
  22. extern int ucbalternate;
  23. extern char ucbpath[];
  24.