From: Theodore Tso Date: Thu, 29 Jul 1993 04:07:17 +0000 (+0000) Subject: Removed ccimake and imake; those are executables X-Git-Tag: krb5-1.0-beta3~217 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9356e3d1a623ff6bc5bdcd217b55b7f1a7526687;p=krb5.git Removed ccimake and imake; those are executables Fixed project.tmpl to use the mk_cmds in the util directory. Linux porting changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2621 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl index 8e097811c..c57e44276 100644 --- a/src/config/Imake.tmpl +++ b/src/config/Imake.tmpl @@ -292,7 +292,7 @@ XCOMM platform-specific configuration parameters - edit MacroFile to change * Concat - concatenates two strings. */ #ifndef Concat -#if __STDC__ && !defined(UnixCpp) +#if __STDC__ && !defined(UnixCpp) && !defined(LinuxArchitecture) #define ConcatX(a,b)a##b #define Concat(a,b) ConcatX(a,b) #else diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index 50ae9b33a..96e90a68d 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -16,13 +16,13 @@ #define CompileEtCmd $(TOP)/util/et/compile_et #endif #ifndef MkCmdsCmd -#define MkCmdsCmd mk_cmds +#define MkCmdsCmd $(TOP)/util/ss/mk_cmds #endif #ifndef DependCmd #define DependCmd makedepend /* assume BINDIR in path */ #endif #ifndef ImakeCmd -#define ImakeCmd imake /* assume BINDIR in path */ +#define ImakeCmd imake #endif #ifndef SSLib #define SSLib -L$(TOPLIBD) -lss diff --git a/src/config/ccimake b/src/config/ccimake deleted file mode 100644 index 9146bfc39..000000000 Binary files a/src/config/ccimake and /dev/null differ diff --git a/src/config/imake b/src/config/imake deleted file mode 100644 index 3662f52b8..000000000 Binary files a/src/config/imake and /dev/null differ diff --git a/src/config/linux.cf b/src/config/linux.cf index b8d1ff3a8..c6bd3c5b9 100644 --- a/src/config/linux.cf +++ b/src/config/linux.cf @@ -37,6 +37,7 @@ /* #undef HasNdbm */ #define HasNdbm YES +#define DbmLib -ldbm #define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */ #define HasSaberC NO