From a468f9459ca49e889ab9d3af60176c638dd78811 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 30 Jan 1997 17:47:26 +0000 Subject: Configure for absent vsyslog. svn path=/trunk/; revision=843 --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') 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: -- cgit v1.2.3