home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / c-niftp.zip / unix-niftp-5.6 / lib / mmdf / conf_niftp.c next >
C/C++ Source or Header  |  1991-06-07  |  2KB  |  48 lines

  1. /* unix-niftp lib/mmdf/conf_niftp.c $Revision: 5.6 $ $Date: 1991/06/07 17:01:13 $ */
  2. /*  NIFTP MMDF interface configuration file                     */
  3. /*  This contains the configuration information for directories */
  4. /*  Needed by the routines called by the NIFTP which interface  */
  5. /*  Onto MMDF                                                   */
  6. /*                                                              */
  7. /*  These routines are compiled into the NIFTP to call the      */
  8. /*  mailsystem at various points                                */
  9. /*  Note that the strings are compiled in and NOT tailored      */
  10. /*  Try not to pull in too much MMDF stuff into the NIFTP       */
  11. /*                                                              */
  12. /*      Steve Kille             August 1982                     */
  13.  
  14. /*
  15.  *  Mar 83      Steve Kille   Change for new MMDF
  16.  *                            Remove some mail dependencies from
  17.  *                              the  NIFTP bits
  18.  * $Log: conf_niftp.c,v $
  19.  * Revision 5.6  1991/06/07  17:01:13  pb
  20.  * Distribution of Oct90deslib+PPaids: Include des/lib/ and a few aids for PP sites
  21.  *
  22.  * Revision 5.5  90/08/01  13:36:06  pb
  23.  * Distribution of Aug90RealPP+sequent: Full PP release and support for Sequent X.25 board
  24.  * 
  25.  * Revision 5.2  89/01/13  14:48:25  pb
  26.  * Distribution of Jan89SuckMail: Support Sucking of mail
  27.  * 
  28.  * Revision 5.0  87/03/23  03:45:09  bin
  29.  * Merger of latest UCL and Nottingham versions together with
  30.  * an extensive spring clean.
  31.  * Now UNIX-NIFTP prerelease.
  32.  * 
  33.  */
  34.  
  35.  
  36. #ifndef ICDOC
  37. char    nicdfldir[]     = "/usr/mmdf/lib";
  38.                 /* Default directory for NIFTP  */
  39.                 /* 'channel' code               */
  40. #else
  41. char    nicdfldir[]     = "/usr/local/mmdf";
  42.                 /* Default directory for NIFTP  */
  43.                 /* 'channel' code               */
  44. #endif
  45.  
  46. char    nichan[]        = "ni_niftp";
  47.                 /* Routine called by the NIFTP   */
  48.