subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
- THANKS TODO depcomp install-sh missing mkinstalldirs
+ $(top_srcdir)/configure AUTHORS COPYING ChangeLog THANKS TODO \
+ depcomp install-sh missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP
+/* Define to 1 if you have the `syslog' function. */
+#undef HAVE_SYSLOG
+
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
# Checks for library functions.
AC_FUNC_MALLOC
AC_CHECK_FUNCS([ftruncate memset socket strerror strncasecmp snprintf fcntl])
-AC_CHECK_FUNCS([nanosleep time strftime])
+AC_CHECK_FUNCS([nanosleep time strftime syslog])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])