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 4949 */
5050#define HAVE_DECL_SETSID 0
5151
52- /* Define if the dllexport attribute is supported. */
53- #define HAVE_DLLEXPORT_ATTRIBUTE 1
54-
5552/* Define to the address where bug reports for this package should be sent. */
5653#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
5754
Original file line number Diff line number Diff line change @@ -943,18 +943,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
943943 [ AC_MSG_RESULT ( [ no] ) ]
944944)
945945
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-
958946dnl Check for different ways of gathering OS randomness
959947AC_MSG_CHECKING ( [ for Linux getrandom function] )
960948AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [
You can’t perform that action at this time.
0 commit comments