summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-09 18:29:27 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-09 18:29:27 +0000
commitc2d456ce08645fbbe725a81ddcab4a0cb8836f36 (patch)
tree00903af786d084d7923ce812ce444b5f4e20e64f /src
parent0c5dcbc9009fb9888be364ae7c1c5d07c0308942 (diff)
add perl comments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1194 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/site.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/site.def b/src/config/site.def
index ed58a4a4d..470aa32ab 100644
--- a/src/config/site.def
+++ b/src/config/site.def
@@ -97,3 +97,9 @@
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