home *** CD-ROM | disk | FTP | other *** search
- /* config.h: compile time configuration parameters */
-
- /*
- * @(#) $Header$
- *
- * $Log$
- *
- */
-
-
- #ifndef _H_CONFIG
- #define _H_CONFIG
-
-
- /*
- Define the type of system you are running on. Beware - most of these have
- no effect what so ever! Only one should be defined.
- */
-
- /*
- Choose DBM (-ldbm stuff) or NDBM (berkeley4.3/sun standard & better)
- */
- #define NDBM
- #undef DBM
- #undef GDBM
-
- /* define the following if you require BIND nameserver support for SMTP */
- /* #define NAMESERVER */
-
- #define PP_DEBUG_ALL 2
- #define PP_DEBUG_SOME 1
- #define PP_DEBUG_NONE 0
-
- #define PP_DEBUG PP_DEBUG_ALL
-
- /*
- * define the following if you require user tools to use uk domain ordering
- * by default
- * #define UKORDER
- */
-
- /*
- Add after this anything specific to your host.
- */
-
- #define VAT /* extra stuff */
- #endif
-