diff options
author | David Goulet <dgoulet@torproject.org> | 2021-12-14 12:14:39 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-12-14 12:14:39 -0500 |
commit | 122c60c323bf6467c4cd998bf19ce44426861cd8 (patch) | |
tree | 9b729ae3ac79036a94acde692fdba79d7cd88df7 | |
parent | bf1ed5c8534c515bf1ee39bfbf8c340d704b4490 (diff) | |
download | tor-122c60c323bf6467c4cd998bf19ce44426861cd8.tar.gz tor-122c60c323bf6467c4cd998bf19ce44426861cd8.zip |
fixup! relay: Change DNS timeout label on MetricsPort
-rw-r--r-- | config.rust | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/config.rust b/config.rust deleted file mode 100644 index 878a231cda..0000000000 --- a/config.rust +++ /dev/null @@ -1,24 +0,0 @@ -# Used by our cargo build.rs script to get variables from autoconf. -# -# The "configure" script will generate "config.rust" from "config.rust.in", -# and then build.rs will read "config.rust". - -BUILDDIR=/home/dgoulet/Documents/git/tor -TOR_LDFLAGS_zlib= -TOR_LDFLAGS_nss=@TOR_LDFLAGS_nss@ -TOR_LDFLAGS_openssl= -TOR_LDFLAGS_libevent= -TOR_ZLIB_LIBS=-lz -TOR_LIB_MATH=-lm -TOR_LIBEVENT_LIBS=-levent -TOR_OPENSSL_LIBS=-lssl -lcrypto -TOR_LIB_WS32= -TOR_LIB_GDI= -TOR_LIB_USERENV= -CURVE25519_LIBS= -TOR_SYSTEMD_LIBS=-lsystemd -TOR_LZMA_LIBS=-llzma -TOR_ZSTD_LIBS=-lzstd -LIBS=-lseccomp -lcap -LDFLAGS= -pie -z relro -z now -rdynamic -NSS_LIBS= |