We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60679b0 commit 862562eCopy full SHA for 862562e
3 files changed
factory/config.h.in
@@ -86,6 +86,9 @@
86
/* define type of your compilers 64 bit integer type */
87
#define INT64 long long int
88
89
+/* define size of long */
90
+#define SIZEOF_LONG 4
91
+
92
#undef HAVE_NTL
93
94
/************** END OF CONFIGURABLE SECTION **************/
0 commit comments