|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 601 (0x259) Types: TextFile Names: »sun.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/config/sun.h«
/* config.h: compile time configuration parameters */ /* * @(#) $Header: /cs/research/pp/hubris/pp-beta/config/RCS/sun.h,v 5.0 90/09/20 16:35:09 pp Exp Locker: pp $ * * $Log: sun.h,v $ * Revision 5.0 90/09/20 16:35:09 pp * rcsforce : 5.0 public release * * */ #ifndef _H_CONFIG #define _H_CONFIG #define NDBM /* 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 /* Add after this anything specific to your host. */ #endif