summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-10 10:47:01 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-10 10:47:01 +0000
commitd24bdb474c6001add25c6a83c12eba5c9508a5e4 (patch)
tree9537a7b5958a7ad673d972fbe051e7e3050c679e /src
parent44cb2e6314dce135626d40fa37d43af13d57bb15 (diff)
downloadkrb5-d24bdb474c6001add25c6a83c12eba5c9508a5e4.tar.gz
krb5-d24bdb474c6001add25c6a83c12eba5c9508a5e4.tar.xz
krb5-d24bdb474c6001add25c6a83c12eba5c9508a5e4.zip
add Vsyslog option
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1201 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/site.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/site.def b/src/config/site.def
index 470aa32ab..99be7df41 100644
--- a/src/config/site.def
+++ b/src/config/site.def
@@ -93,6 +93,9 @@
/* #define HasVfprintf -- turn on if you have vfprintf/vsprintf in libc
(might want to be in the architecture-specific
configuration file) */
+/* #define HasVsyslog -- turn on if you have vsyslog in libc
+ (might want to be in the architecture-specific
+ configuration file) */
/* #define LdLibLocations -L/foo/bar -- alternate library search paths,
if needed for some system libraries */
/* #define StandardIncludes -I/foo/bar -- additional include paths, if