Skip to content

Commit

Permalink
chore: config.h defines HAVE___UINT128_T (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator-app[bot] authored Feb 8, 2024
2 parents b0df457 + 75660c5 commit 790375b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vendor/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

/* #undef HAVE__UMUL128 */
/* #undef HAVE___UMULH */
#define HAVE___UINT128_T 1
#if defined(__GNUC__) && defined(__SIZEOF_INT128__)
# define HAVE___UINT128_T 1
#endif

#define HAVE_GLPK 1
#define HAVE_LIBXML 1
Expand Down

0 comments on commit 790375b

Please sign in to comment.