From: John Kohl Date: Mon, 18 Feb 1991 10:18:37 +0000 (+0000) Subject: remove mentions of perl; it's not used X-Git-Tag: krb5-1.0-alpha4~257 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c6518be0c453ecd08addd25eb30fbda16d7053a;p=krb5.git remove mentions of perl; it's not used git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1715 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index deb38b3e8..d86127f63 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -9,9 +9,6 @@ #ifndef TouchCmd #define TouchCmd touch #endif -#ifndef PerlCmd -#define PerlCmd perl -#endif #ifndef UnifdefCmd #define UnifdefCmd $(UNIFDEFSRC)/unifdef #endif @@ -262,7 +259,6 @@ P_PROTOS=-UUseNarrowPrototypes PEPY = PepyCmd POSY = PosyCmd TOUCH = TouchCmd - PERL = PerlCmd PROCESS_DEFINES = $(P_TERMIOS) $(P_FLOCKS) $(P_TYPES) $(P_SIGTYPE) $(P_STRINGH) $(P_BITSIZE) $(P_DBM) $(P_INET) $(P_STDLIBH) $(P_TIME_DEFS) $(P_PROTOS) -DUnifdefRan DESDEFINES = DesDefines ETSRC = $(TOP)/comerr diff --git a/src/config/site.def b/src/config/site.def index 1789da841..74d1a870c 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -122,12 +122,6 @@ if needed for some system libraries */ /* #define StandardIncludes -I/foo/bar -- additional include paths, if needed */ -/* Perl can be used to split up the output from ISODE to put each - function in a separate .c file; this means your linked binaries can - be smaller. If you don't have perl, you can turn this off, but you - don't get the benefit. -*/ -#define HavePerl YES #define AthenaEnv YES /* Define this if you are in the athena environment.