diff options
author | Felipe Bergo <bergo@seul.org> | 2002-06-28 23:26:42 +0000 |
---|---|---|
committer | Felipe Bergo <bergo@seul.org> | 2002-06-28 23:26:42 +0000 |
commit | f09e25e9f561eb0b95e559af182de0a4626384fa (patch) | |
tree | 6a3140d86b6bb521b33764ef863a1f220751c8f8 /orconfig.h.in | |
parent | 92019ca9e7f58e8cad5f80b5a43ce01989415edf (diff) | |
download | tor-f09e25e9f561eb0b95e559af182de0a4626384fa.tar.gz tor-f09e25e9f561eb0b95e559af182de0a4626384fa.zip |
added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir.
svn:r10
Diffstat (limited to 'orconfig.h.in')
-rw-r--r-- | orconfig.h.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/orconfig.h.in b/orconfig.h.in new file mode 100644 index 0000000000..d712ec37bc --- /dev/null +++ b/orconfig.h.in @@ -0,0 +1,28 @@ +/* orconfig.h.in. Generated from configure.ac by autoheader. */ + +/* 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 |