aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-30 17:47:26 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-30 17:47:26 +0000
commita468f9459ca49e889ab9d3af60176c638dd78811 (patch)
treef3d04ca08cc7512d226b80b92b17576c203727d7 /acconfig.h
parent65179f921d37756ed89e1ef7965e13bd5f319650 (diff)
downloadfetchmail-a468f9459ca49e889ab9d3af60176c638dd78811.tar.gz
fetchmail-a468f9459ca49e889ab9d3af60176c638dd78811.tar.bz2
fetchmail-a468f9459ca49e889ab9d3af60176c638dd78811.zip
Configure for absent vsyslog.
svn path=/trunk/; revision=843
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 54458058..9bc690e3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -32,6 +32,12 @@
/* Define if you have GNU's getopt family of functions. */
#undef HAVE_GETOPTLONG
+/* Define if you have strstr */
+#undef HAVE_STRSTR
+
+/* Define if you have vsyslog */
+#undef HAVE_VSYSLOG
+
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind: