home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrivateFrameworks / Uucp.framework / Versions / A / Resources / contrib / xc-conf.h-dist < prev    next >
Text File  |  1992-09-06  |  1KB  |  39 lines

  1. /*
  2.  *    *************
  3.  *    * XC-CONF.H *
  4.  *    *************
  5.  *
  6.  * Configuration file for xchat 1.1. Edit this file prior to make-ing
  7.  * xchat.
  8.  *
  9.  * History:
  10.  *  Bob Denny - Tue Sep  1 11:42:54 1992
  11.  */
  12.  
  13. /*
  14.  * Edit this to reflect the relative location of xchat sources to
  15.  * the main Taylor UUCP source directory. As distributed, xchat
  16.  * is in the ./contrib sub-directory under the main Taylor UUCP
  17.  * directory. Therefore, Taylor's conf.h is in our parent directory.
  18.  */
  19. #include "../conf.h"
  20.  
  21. /*
  22.  * The following definition establishes the default path to the
  23.  * scripts used by xchat. You may lleave this blank (""), but
  24.  * the command line given to xchat (e.g., in the 'sys' file entry)
  25.  * must specify a full (absolute) path name to the script to be
  26.  * executed. Normally, this is the same place you put your config
  27.  * and system files for UUCP.
  28.  */
  29. #define SCRIPT_DIR "/usr/local/conf/uucp/" /* MUST HAVE TRAILING "/" */
  30.  
  31. /*
  32.  * The following definition establishes the default path to the
  33.  * log files that are produced by the 'dbgfile' statement. Normally
  34.  * this is the same location you configured Taylor UUCP to put its
  35.  * log files.
  36.  */
  37. #define LOG_DIR "/usr/spool/uucp/"        /* MUST HAVE TRAILING "/" */
  38.  
  39.