diff options
author | Felipe Bergo <bergo@seul.org> | 2002-06-29 02:21:09 +0000 |
---|---|---|
committer | Felipe Bergo <bergo@seul.org> | 2002-06-29 02:21:09 +0000 |
commit | de76e4b9011ec6ea33fbd092d0ea411049af6349 (patch) | |
tree | 425610e2f84fe1e8d6762586d98587c9caac6dec /acconfig.h | |
parent | bd627daa403d9606036f6b67939947d970baf262 (diff) | |
download | tor-de76e4b9011ec6ea33fbd092d0ea411049af6349.tar.gz tor-de76e4b9011ec6ea33fbd092d0ea411049af6349.zip |
added acconfig.h to fix incompatibility
svn:r13
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |