|
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: S T
Length: 712 (0x2c8) Types: TextFile Names: »Server.tmpl«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦399fbce15⟧ »./mit-1/mit-1.00« └─⟦ee38ad226⟧ └─⟦this⟧ »mit/config/Server.tmpl«
/* * Server imakefile info - this contains any special redefinitions, etc. * that Imakefiles in the server subtree will need. */ XCOMM $XConsortium: Server.tmpl,v 1.5 91/05/06 19:00:26 rws Exp $ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)' 'CCOPTIONS=$(CCOPTIONS)' #ifndef ServerCcCmd #define ServerCcCmd CcCmd #endif #ifndef ServerCCOptions #define ServerCCOptions DefaultCCOptions #endif #ifndef ServerDefines #define ServerDefines StandardDefines #endif #ifndef ServerCDebugFlags #define ServerCDebugFlags OptimizedCDebugFlags #endif CC = ServerCcCmd CCOPTIONS = ServerCCOptions STD_DEFINES = ServerDefines CDEBUGFLAGS = ServerCDebugFlags EXT_DEFINES = ExtensionDefines