config.rust.in 767 B

123456789101112131415161718192021222324
  1. # Used by our cargo build.rs script to get variables from autoconf.
  2. #
  3. # The "configure" script will generate "config.rust" from "config.rust.in",
  4. # and then build.rs will read "config.rust".
  5. BUILDDIR=@BUILDDIR@
  6. TOR_LDFLAGS_zlib=@TOR_LDFLAGS_zlib@
  7. TOR_LDFLAGS_nss=@TOR_LDFLAGS_nss@
  8. TOR_LDFLAGS_openssl=@TOR_LDFLAGS_openssl@
  9. TOR_LDFLAGS_libevent=@TOR_LDFLAGS_libevent@
  10. TOR_ZLIB_LIBS=@TOR_ZLIB_LIBS@
  11. TOR_LIB_MATH=@TOR_LIB_MATH@
  12. TOR_LIBEVENT_LIBS=@TOR_LIBEVENT_LIBS@
  13. TOR_OPENSSL_LIBS=@TOR_OPENSSL_LIBS@
  14. TOR_LIB_WS32=@TOR_LIB_WS32@
  15. TOR_LIB_GDI=@TOR_LIB_GDI@
  16. TOR_LIB_USERENV=@TOR_LIB_USERENV@
  17. CURVE25519_LIBS=@CURVE25519_LIBS@
  18. TOR_SYSTEMD_LIBS=@TOR_SYSTEMD_LIBS@
  19. TOR_LZMA_LIBS=@TOR_LZMA_LIBS@
  20. TOR_ZSTD_LIBS=@TOR_ZSTD_LIBS@
  21. LIBS=@LIBS@
  22. LDFLAGS=@LDFLAGS@
  23. NSS_LIBS=@NSS_LIBS@