Skip to content

Commit

Permalink
Don't drag in syslog.c if vsyslog() is not defined. Only drag it in
Browse files Browse the repository at this point in the history
if syslog() isn't available.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7238 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tytso committed Dec 19, 1995
1 parent a455e23 commit 4e13694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/lib/krb5/posix/ChangeLog
@@ -1,3 +1,8 @@
Tue Dec 19 17:29:21 1995 Theodore Y. Ts'o <tytso@dcl>

* configure.in: Don't drag in syslog.c if vsyslog() is not
defined. Only drag it in if syslog() isn't available.

Fri Oct 6 22:05:16 1995 Theodore Y. Ts'o <tytso@dcl>

* Makefile.in: Remove ##DOS!include of config/windows.in.
Expand Down
3 changes: 1 addition & 2 deletions src/lib/krb5/posix/configure.in
Expand Up @@ -4,7 +4,6 @@ SubdirLibraryRule([${OBJS}])
V5_SHARED_LIB_OBJS
AC_CONST
AC_HEADER_CHECK(paths.h,AC_DEFINE(HAS_PATHS_H))
AC_REPLACE_FUNCS(vfprintf vsprintf strdup strcasecmp strerror memmove daemon getuid sscanf)
AC_FUNC_CHECK(vsyslog, ,[LIBOBJS="[$]LIBOBJS syslog.o"])
AC_REPLACE_FUNCS(vfprintf vsprintf strdup strcasecmp strerror memmove daemon getuid sscanf syslog)
AC_FUNC_CHECK(setsid,AC_DEFINE(HAS_SETSID))
V5_AC_OUTPUT_MAKEFILE

0 comments on commit 4e13694

Please sign in to comment.