From: Felipe Bergo Date: Sat, 29 Jun 2002 02:21:09 +0000 (+0000) Subject: added acconfig.h to fix incompatibility X-Git-Tag: tor-0.0.2pre8~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de76e4b9011ec6ea33fbd092d0ea411049af6349;p=thirdparty%2Ftor.git added acconfig.h to fix incompatibility svn:r13 --- 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