From 7c95bd9fafb8ea6465d4222d748ee58c541b93fe Mon Sep 17 00:00:00 2001 From: Felipe Bergo Date: Sat, 29 Jun 2002 02:21:09 +0000 Subject: [PATCH] added acconfig.h to fix incompatibility svn:r13 --- trunk/acconfig.h | 3 +++ trunk/orconfig.h.in | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 trunk/acconfig.h diff --git a/trunk/acconfig.h b/trunk/acconfig.h new file mode 100644 index 0000000000..c316b2ae8c --- /dev/null +++ b/trunk/acconfig.h @@ -0,0 +1,3 @@ +#undef HAVE_POPT +#undef HAVE_OPENSSL + diff --git a/trunk/orconfig.h.in b/trunk/orconfig.h.in index d712ec37bc..501747d8f3 100644 --- a/trunk/orconfig.h.in +++ b/trunk/orconfig.h.in @@ -1,4 +1,7 @@ -/* orconfig.h.in. Generated from configure.ac by autoheader. */ +/* orconfig.h.in. Generated from configure.in by autoheader. */ +#undef HAVE_POPT +#undef HAVE_OPENSSL + /* Define if OpenSSL was found. */ #undef HAVE_OPENSSL