From: John Kohl Date: Tue, 9 Oct 1990 18:04:38 +0000 (+0000) Subject: dike out X gunk X-Git-Tag: krb5-1.0-alpha2~221 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49fbc239f1681e32b2d60ecbaf2c59aeaee585cf;p=krb5.git dike out X gunk git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1190 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/site.def b/src/config/site.def index da1625edf..fbc1cdd75 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -9,137 +9,31 @@ * * * SITE-SPECIFIC DEFINITIONS * * * - * Override any of the defaults in *.tmpl here. Use ifndef so that servers * - * can override you if necessary: * + * Override any of the defaults in *.tmpl here. * * * - * #ifndef ABuildParameter * - * #define ABuildParameter myvalue * - * #endif * * * * Make sure you check the following parameters: * * * * 1. HasLargeTmp * - * 2. InstallOldHeaderFiles * - * 3. ContribDir * - * 4. HasXwWidgets * - * 5. HasXcuWidgets * * * * Note on using DESTDIR: If you want to install into a scratch directory * * but will eventually move the tree back to the root, compile with DESTDIR * * blank and install with "make install DESTDIR=directory". * * * - * We strongly recommend that you don't change the installation directories * - * and just use symbolic links if you want things to be installed on a * - * different partition. For example, * - * * - * # cd directory_containing_X_distribution * - * # make World * - * # mkdir /otherdisk/X * - * # foreach i (bin lib include) * - * > mkdir /otherdisk/X/$i * - * > ln -s /otherdisk/X/$i /usr/$i/X11 * - * > end * - * # make install * - * * *****************************************************************************/ -/******************************** - * Athena configuration changes * - ********************************/ -#define ATHENA -#define SAVESPACE /* No profile libs built */ - -/* On RT */ -#ifdef RtArchitecture -#undef HCRevision - -#define HCRevision 21019 -#if HCRevision < 21001 -#define BandAidCompiler "rtcchack.bac" -#undef MacroFile -#define MacroFile ibm.cf $(IRULESRC)/rtcchack.bac -#endif -#undef HasNdbm -#define HasNdbm YES - -#if 0 -#undef ibmInclude8514 -#undef ibmIncludeAED -#undef ibmIncludeAPA16 -#undef ibmIncludeAPA8c -#undef ibmIncludeEGA -#undef ibmIncludeMPEL -#undef ibmIncludeVGA -#undef ibmIncludeGEN - -#define ibmInclude8514 NO /* YES */ -#define ibmIncludeAED YES /* YES */ -#define ibmIncludeAPA16 YES -#define ibmIncludeAPA8c NO -#define ibmIncludeEGA NO /* YES */ -#define ibmIncludeMPEL YES -#define ibmIncludeVGA NO /* YES */ -#define ibmIncludeGEN NO -#endif -#endif RtArchitecture - -/* On vax */ -#ifdef VaxArchitecture -#undef HasNdbm -#define HasNdbm YES -#undef XqdssServer -#define XqdssServer Xqdss -#define ServerDefines StandardDefines ExtensionDefines -DX11R4 -#if HasGcc -#define MakeDependDefine '-DGCCINCPATH="/mit/gnu/vaxlib/gcc-include"' -#ifndef CcCmd -#ifdef UseInstalled /* if outside the tree */ -#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional -#else /* server won't compile with -traditional */ -#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -#define STDCTopIncludes -I$(TOP)/include/stdc-incl -#endif -#endif -#endif - -#endif - -/* On Ultrix */ -#ifdef MipsArchitecture -#define ArCmd ar cru -#define LintLibFlag -o -#undef HasNdbm -#define HasNdbm NO -#endif /* General */ #define InstKmemFlag -g kmem -m 2755 #define StripInstalledPrograms YES #define InstUidFlags -o root -m 4755 -#ifndef SAVESPACE -#define ProfileLibX YES -#define ProfileLibXArchive YES -#define ProfileLibXaw YES -#define ProfileLibXext YES -#define ProfileLibXmu YES -#define ProfileLibXt YES -#define ProfilOldLibX YES -#endif - -#undef ServerCDebugFlags -#define ServerCDebugFlags -O -DATHENA - -/**************************************** - * End of Athena specific configuration * - ****************************************/ - /* * SET THESE PARAMETERS FIRST !!! */ /* - * 1. HasLargeTmp - if your /tmp space is less than a 1meg, you should + * 1. HasLargeTmp - if your /tmp space is less than a 1meg, you should * probably set this to NO */ #ifndef HasLargeTmp @@ -147,43 +41,6 @@ #endif -/* - * 2. InstallOldHeaderFiles - set the following to YES until you have - * converted your Xaw programs to use the new naming scheme. - */ -#ifndef InstallOldHeaderFiles -#define InstallOldHeaderFiles NO /* set to YES for compat with R3 Xaw */ -#endif - - -/* - * 3. ContribDir - set ContribDir to wherever you've placed your sources; the - * R4 tape comes with the core tree in ./mit and the contrib tree in ./contrib, - * so to get to contrib, go up from TOP: - */ -#ifndef ContribDir -#define ContribDir $(TOP)/../contrib -#endif - -/* - * 4. HasXwWidgets - if you want to have make variables for the Xw widgets - * used in Doug Young's book, set this to YES. - */ -#ifndef HasXwWidgets /* whether or not to include make vars */ -#define HasXwWidgets NO -#endif - - -/* - * 5. HasXcuWidgets - if you want to have make variables for the Xcu widgets, - * set this to YES. - */ -#ifndef HasXcuWidgets /* whether or not to include make vars */ -#define HasXcuWidgets NO -#endif - - - /***************************************************************************** * * * Build Parameters * @@ -191,52 +48,8 @@ *****************************************************************************/ /* - * If you want to use GCC, set HasGcc in the appropriate .cf files. This - * results in substantial improvements for the server. - */ -#ifndef HasGcc -#define HasGcc NO -#endif - -#if HasGcc -#ifndef CcCmd -#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -#define STDCTopIncludes -I$(TOP)/include/stdc-incl -#endif -#endif - - -#ifndef ExtensionDefines -#if SystemV -#define ExtensionDefines -DSHAPE -DMULTIBUFFER -DMITSHM -DMITMISC -#else -#define ExtensionDefines -DSHAPE -DMULTIBUFFER -DMITMISC -#endif -#endif - -#ifdef ATHENA -#ifndef DoInstallExtensionsIntoXlib -#define DoInstallExtensionsIntoXlib YES /* for Makefile hosers */ -#endif -#endif - -/* - * Make sure that the library has compatibility stuff built into it, for wno + * If you want to use GCC, set HasGcc in the appropriate .cf files. */ -#ifndef BuildXawBC -#define BuildXawBC YES /* headers can be installed later */ -#endif -#ifndef CompatibilityFlags -#if InstallOldHeaderFiles -#define CompatibilityFlags -DXAW_BC -#else -#define CompatibilityFlags /**/ -#endif -#endif - -#ifndef SharedLibXext -#define SharedLibXext NO /* XXX - haven't made it sharable yet */ -#endif #ifdef UltrixArchitecture #define DefaultCDebugFlags DebuggableCDebugFlags @@ -255,6 +68,9 @@ #define DbmLib -ldbm #endif +#define PepyCmd $(ISODE)/@sys/bin/pepy +#define PosyCmd $(ISODE)/@sys/bin/posy + #define IsodeLib /mit/isode/isode-6.0/@sys/lib/libisode.a #define IsodeDir /mit/isode/isode-6.0