File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 49
49
*/
50
50
#define HAVE_DECL_SETSID 0
51
51
52
- /* Define if the dllexport attribute is supported. */
53
- #define HAVE_DLLEXPORT_ATTRIBUTE 1
54
-
55
52
/* Define to the address where bug reports for this package should be sent. */
56
53
#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
57
54
Original file line number Diff line number Diff line change @@ -943,18 +943,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
943
943
[ AC_MSG_RESULT ( [ no] ) ]
944
944
)
945
945
946
- AC_MSG_CHECKING ( [ for dllexport attribute] )
947
- AC_COMPILE_IFELSE ( [ AC_LANG_SOURCE ( [
948
- __declspec(dllexport) int foo(void);
949
- int main(){}
950
- ] ) ] ,
951
- [
952
- AC_DEFINE ( [ HAVE_DLLEXPORT_ATTRIBUTE] , [ 1] , [ Define if the dllexport attribute is supported.] )
953
- AC_MSG_RESULT ( [ yes] )
954
- ] ,
955
- [ AC_MSG_RESULT ( [ no] ) ]
956
- )
957
-
958
946
dnl Check for different ways of gathering OS randomness
959
947
AC_MSG_CHECKING ( [ for Linux getrandom function] )
960
948
AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [
You can’t perform that action at this time.
0 commit comments