add perl comments
authorJohn Kohl <jtkohl@mit.edu>
Tue, 9 Oct 1990 18:29:27 +0000 (18:29 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 9 Oct 1990 18:29:27 +0000 (18:29 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1194 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

index ed58a4a4dc6850a3e3c9aa22b2a932bff94bf01e..470aa32abdad164456e471b5bb8a392c7e227e42 100644 (file)
@@ -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