home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-A.06 / NETKIT-A / NetKit-A-0.06 / dip337d-uri / pathnames.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-25  |  540 b   |  21 lines

  1. /*
  2.  * pathnames    This file contains the definitions of the path names used
  3.  *        by the NET base distribution.  Do not change the values!
  4.  *
  5.  * Version:    @(#)pathnames.h    1.30    09/06/93
  6.  *
  7.  * Author:    Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  8.  */
  9.  
  10. #define _PATH_BIN_IFCONFIG    "/sbin/ifconfig"
  11. #define _PATH_BIN_ROUTE        "/sbin/route"
  12.  
  13. #define _PATH_ETC_DIPHOSTS    "/etc/diphosts"
  14. #define _PATH_DIP_PID        "/var/run/dip.pid"
  15.  
  16. #define _PATH_LOCKD        "/var/lock"    /* lock files    */
  17.  
  18. #define _UID_UUCP        "uucp"            /* owns locks    */
  19.  
  20. /* End of pathnames.h */
  21.