projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5dcbc
)
add perl comments
author
John Kohl
<jtkohl@mit.edu>
Tue, 9 Oct 1990 18:29:27 +0000
(18:29 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/config/site.def
b/src/config/site.def
index ed58a4a4dc6850a3e3c9aa22b2a932bff94bf01e..470aa32abdad164456e471b5bb8a392c7e227e42 100644
(file)
--- 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