Merge branch 'maint-0.4.5' into maint-0.4.6
[tor.git] / config.rust.in
blob11b671b980e591cc891f9f2ecf2c4f73e5bb5d21
1 # Used by our cargo build.rs script to get variables from autoconf.
3 # The "configure" script will generate "config.rust" from "config.rust.in",
4 # and then build.rs will read "config.rust".
6 BUILDDIR=@BUILDDIR@
7 TOR_LDFLAGS_zlib=@TOR_LDFLAGS_zlib@
8 TOR_LDFLAGS_nss=@TOR_LDFLAGS_nss@
9 TOR_LDFLAGS_openssl=@TOR_LDFLAGS_openssl@
10 TOR_LDFLAGS_libevent=@TOR_LDFLAGS_libevent@
11 TOR_ZLIB_LIBS=@TOR_ZLIB_LIBS@
12 TOR_LIB_MATH=@TOR_LIB_MATH@
13 TOR_LIBEVENT_LIBS=@TOR_LIBEVENT_LIBS@
14 TOR_OPENSSL_LIBS=@TOR_OPENSSL_LIBS@
15 TOR_LIB_WS32=@TOR_LIB_WS32@
16 TOR_LIB_GDI=@TOR_LIB_GDI@
17 TOR_LIB_USERENV=@TOR_LIB_USERENV@
18 CURVE25519_LIBS=@CURVE25519_LIBS@
19 TOR_SYSTEMD_LIBS=@TOR_SYSTEMD_LIBS@
20 TOR_LZMA_LIBS=@TOR_LZMA_LIBS@
21 TOR_ZSTD_LIBS=@TOR_ZSTD_LIBS@
22 LIBS=@LIBS@
23 LDFLAGS=@LDFLAGS@
24 NSS_LIBS=@NSS_LIBS@