libtor-sys 44.5.2+0.4.4.5

Rust crate that internally compiles Tor and its dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# ADD_C_FILE: INSERT SOURCES HERE.
LIBTOR_APP_A_SOURCES += 			\
	src/app/main/main.c			\
	src/app/main/shutdown.c			\
	src/app/main/subsystem_list.c		\
	src/app/main/subsysmgr.c

# ADD_C_FILE: INSERT HEADERS HERE.
noinst_HEADERS +=					\
	src/app/main/main.h				\
	src/app/main/ntmain.h				\
	src/app/main/shutdown.h 			\
	src/app/main/subsysmgr.h

if BUILD_NT_SERVICES
LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c
endif