mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: remove check for __declspec(dllexport)
This commit is contained in:
parent
37c9abdc43
commit
bbcba09cd5
2 changed files with 0 additions and 15 deletions
|
@ -49,9 +49,6 @@
|
||||||
*/
|
*/
|
||||||
#define HAVE_DECL_SETSID 0
|
#define HAVE_DECL_SETSID 0
|
||||||
|
|
||||||
/* Define if the dllexport attribute is supported. */
|
|
||||||
#define HAVE_DLLEXPORT_ATTRIBUTE 1
|
|
||||||
|
|
||||||
/* Define to the address where bug reports for this package should be sent. */
|
/* Define to the address where bug reports for this package should be sent. */
|
||||||
#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
|
#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
|
||||||
|
|
||||||
|
|
12
configure.ac
12
configure.ac
|
@ -943,18 +943,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||||
[ AC_MSG_RESULT([no])]
|
[ AC_MSG_RESULT([no])]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_MSG_CHECKING([for dllexport attribute])
|
|
||||||
AC_COMPILE_IFELSE([AC_LANG_SOURCE([
|
|
||||||
__declspec(dllexport) int foo(void);
|
|
||||||
int main(){}
|
|
||||||
])],
|
|
||||||
[
|
|
||||||
AC_DEFINE([HAVE_DLLEXPORT_ATTRIBUTE], [1], [Define if the dllexport attribute is supported.])
|
|
||||||
AC_MSG_RESULT([yes])
|
|
||||||
],
|
|
||||||
[AC_MSG_RESULT([no])]
|
|
||||||
)
|
|
||||||
|
|
||||||
dnl Check for different ways of gathering OS randomness
|
dnl Check for different ways of gathering OS randomness
|
||||||
AC_MSG_CHECKING([for Linux getrandom function])
|
AC_MSG_CHECKING([for Linux getrandom function])
|
||||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||||
|
|
Loading…
Add table
Reference in a new issue