From: John Kohl Date: Tue, 9 Oct 1990 18:29:27 +0000 (+0000) Subject: add perl comments X-Git-Tag: krb5-1.0-alpha2~217 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2d456ce08645fbbe725a81ddcab4a0cb8836f36;p=krb5.git add perl comments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1194 dc483132-0cff-0310-8789-dd5450dbe970 --- 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