conn: Close the read side of a closing connection when write limit is reached
[tor.git] / config.rust.in
blob4ca5351aece06a3ec8af6ca70b587bfb60a81766
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_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@