changeset 19:bad8b9b378a0

Add syslog check and remove strip_file_to_fd
author mmj
date Thu, 22 Apr 2004 23:46:04 +1000
parents f54f95a4c53e
children a642323b9d02
files Makefile.in config.h.in configure.ac
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Apr 22 23:15:53 2004 +1000
+++ b/Makefile.in	Thu Apr 22 23:46:04 2004 +1000
@@ -36,8 +36,8 @@
 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) \
--- a/config.h.in	Thu Apr 22 23:15:53 2004 +1000
+++ b/config.h.in	Thu Apr 22 23:46:04 2004 +1000
@@ -64,6 +64,9 @@
 /* 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
 
--- a/configure.ac	Thu Apr 22 23:15:53 2004 +1000
+++ b/configure.ac	Thu Apr 22 23:46:04 2004 +1000
@@ -26,7 +26,7 @@
 # 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])