mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
fixup! relay: Change DNS timeout label on MetricsPort
This commit is contained in:
parent
bf1ed5c853
commit
122c60c323
1 changed files with 0 additions and 24 deletions
24
config.rust
24
config.rust
|
@ -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=
|
Loading…
Add table
Reference in a new issue