Check-in [eec3752f94]
Overview
Comment:Removed some extraneous code
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: eec3752f942386af95e4c9c6fc66cd216d5c4cc014c8d6fe090980b28ab269ef
User & Date: rkeene on 2018-10-29 17:22:57
Other Links: manifest | tags
Context
2018-11-08
23:10
Set a default number of bootstrap connections check-in: 5caf8fe3fd user: rkeene tags: trunk
2018-10-29
17:22
Removed some extraneous code check-in: eec3752f94 user: rkeene tags: trunk
2018-09-26
14:09
Added defaults for the node peering and peers check-in: a5891c9a06 user: rkeene tags: trunk
Changes

Modified configure.ac from [4da108b9e1] to [a3c88ad991].

113
114
115
116
117
118
119
120
121
122
123

124
125
126
127
128
129
130
131
113
114
115
116
117
118
119




120

121
122
123
124
125
126
127







-
-
-
-
+
-







	AC_CHECK_FUNC(getentropy,, [
		AC_CHECK_FUNC(CryptGenRandom)
	])
])

dnl Sync the RPATH if requested
if test "$TCLEXT_BUILD" != 'static'; then
	if test "$TCLEXT_TLS_STATIC_SSL" = 'yes'; then
		DC_SYNC_RPATH([no])
	else
		DC_SYNC_RPATH([yes])
	DC_SYNC_RPATH([yes])
	fi
fi

dnl Setup a stable ABI
DC_SETUP_STABLE_API([${srcdir}/nano.vers], nano.syms)
if test "$tcl_nano_debug" = 'true'; then
	WEAKENSYMS=':'
	REMOVESYMS=':'