Skip to content

Commit 862562e

Browse files
committed
fix: check for sizeof long in factory configure
1 parent 60679b0 commit 862562e

3 files changed

Lines changed: 681 additions & 465 deletions

File tree

factory/config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
/* define type of your compilers 64 bit integer type */
8787
#define INT64 long long int
8888

89+
/* define size of long */
90+
#define SIZEOF_LONG 4
91+
8992
#undef HAVE_NTL
9093

9194
/************** END OF CONFIGURABLE SECTION **************/

0 commit comments

Comments
 (0)