From de76e4b9011ec6ea33fbd092d0ea411049af6349 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 --- acconfig.h | 3 +++ orconfig.h.in | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 acconfig.h diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000000..c316b2ae8c --- /dev/null +++ b/acconfig.h @@ -0,0 +1,3 @@ +#undef HAVE_POPT +#undef HAVE_OPENSSL + diff --git a/orconfig.h.in b/orconfig.h.in index d712ec37bc..501747d8f3 100644 --- a/orconfig.h.in +++ b/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