DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦f7657bb42⟧ TextFile

    Length: 1034 (0x40a)
    Types: TextFile
    Names: »config.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/examples/ucl/config.h« 

TextFile

/* config.h: compile time configuration parameters */

/*
 * @(#) $Header: config.h,v 3.0 89/07/03 10:29:47 pp Exp $
 *
 * $Log:	config.h,v $
 * Revision 3.0  89/07/03  10:29:47  pp
 * rcsforce : 
 * 
 * Revision 1.2  89/06/26  18:00:39  pp
 * rcsforce : 
 * 
 *
 */


#ifndef _H_CONFIG
#define _H_CONFIG


#include <isode/config.h>


/*
If you want syslog to register important messages, define the variable
syslog below. The value is the first parameter to syslog - i.e. the
level to alert. Reasonable values are
	LOG_SALERT      - Alerts sys admin people
	LOG_EMERG       - emergency message - does not notify users
	LOG_ERR         - soft error status
	LOG_CRIT        - critical info but not priority


See syslog(8) for more info
*/

#define         SYSLOG          LOG_SALERT


/*
Choose DBM (-ldbm stuff) or NDBM (berkeley4.3/sun standard & better)
*/
/*
#define         DBM
*/
#define         NDBM



/*
Logging for PP
*/

#ifndef PP_DEBUG
#define         PP_DEBUG        2
#endif

/* 19/09/89 */
#define		NAMESERVER

#endif