remove mentions of perl; it's not used
authorJohn Kohl <jtkohl@mit.edu>
Mon, 18 Feb 1991 10:18:37 +0000 (10:18 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 18 Feb 1991 10:18:37 +0000 (10:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1715 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl
src/config/site.def

index deb38b3e8010041d05b94124c0ff0eab5b97b96b..d86127f6318285fc7281ec7ec67cd9298bb10fda 100644 (file)
@@ -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
index 1789da8419cd0f57edbe5240ba843c640304a516..74d1a870ce49f367c98a63391562b34467a29e21 100644 (file)
                                        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.