home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / config / sun.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-16  |  541 b   |  36 lines

  1. /* config.h: compile time configuration parameters */
  2.  
  3. /*
  4.  * @(#) $Header$
  5.  *
  6.  * $Log$
  7.  *
  8.  */
  9.  
  10.  
  11.  
  12. #ifndef _H_CONFIG
  13. #define _H_CONFIG
  14.  
  15. #define         NDBM
  16.  
  17.  
  18. /* define the following if you require BIND nameserver support for SMTP */
  19. /* #define NAMESERVER    */
  20.  
  21. #define    PP_DEBUG_ALL    2
  22. #define PP_DEBUG_SOME    1
  23. #define PP_DEBUG_NONE    0
  24.  
  25. #define PP_DEBUG PP_DEBUG_ALL
  26.  
  27. /*
  28.  * define the following if  you require user tools to use uk domain ordering 
  29.  * by default
  30.  * #define UKORDER
  31.  */
  32.  
  33. /* Add after this anything specific to your host. */
  34.  
  35. #endif
  36.