summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-18 10:18:37 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-18 10:18:37 +0000
commit7c6518be0c453ecd08addd25eb30fbda16d7053a (patch)
treea2b8c9292977acea02ac5c54e90c659bd551c3bd /src
parentdba5cb16ca1bcd316d240a0c98216de8e83dd813 (diff)
downloadkrb5-7c6518be0c453ecd08addd25eb30fbda16d7053a.tar.gz
krb5-7c6518be0c453ecd08addd25eb30fbda16d7053a.tar.xz
krb5-7c6518be0c453ecd08addd25eb30fbda16d7053a.zip
remove mentions of perl; it's not used
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1715 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/Project.tmpl4
-rw-r--r--src/config/site.def6
2 files changed, 0 insertions, 10 deletions
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.