diff options
author | Roger Dingledine <arma@torproject.org> | 2002-06-29 02:56:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-06-29 02:56:56 +0000 |
commit | 35f90b7820c5de3bf4dde8cbfe1c2f03de473e3b (patch) | |
tree | 904a3efd700ae1194af2475b330228b7cd1bca2e | |
parent | de76e4b9011ec6ea33fbd092d0ea411049af6349 (diff) | |
download | tor-35f90b7820c5de3bf4dde8cbfe1c2f03de473e3b.tar.gz tor-35f90b7820c5de3bf4dde8cbfe1c2f03de473e3b.zip |
More cleanup. Thanks for your help, Felipe.
svn:r14
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | orconfig.h.in | 31 |
2 files changed, 1 insertions, 31 deletions
diff --git a/.cvsignore b/.cvsignore index f75dd1c010..9d9e4a8a81 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,5 +3,6 @@ Makefile.in aclocal.m4 configure orconfig.h +orconfig.h.in config.cache conftest* diff --git a/orconfig.h.in b/orconfig.h.in deleted file mode 100644 index 501747d8f3..0000000000 --- a/orconfig.h.in +++ /dev/null @@ -1,31 +0,0 @@ -/* orconfig.h.in. Generated from configure.in by autoheader. */ -#undef HAVE_POPT -#undef HAVE_OPENSSL - - -/* Define if OpenSSL was found. */ -#undef HAVE_OPENSSL - -/* Define if popt was found. */ -#undef HAVE_POPT - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Version number of package */ -#undef VERSION |