summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.