add Vsyslog option
authorJohn Kohl <jtkohl@mit.edu>
Wed, 10 Oct 1990 10:47:01 +0000 (10:47 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 10 Oct 1990 10:47:01 +0000 (10:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1201 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

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