Trying to make it work on 32bit platforms...

This commit is contained in:
Yuriy Glukhov 2018-03-28 13:43:25 +03:00
parent 55adc18d0c
commit af0c6b1996
1 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,11 @@
#define HAVE_UNISTD_H 1
/* Define to 1 if the system has the type `__int128'. */
#define HAVE___INT128 1
#if __SIZEOF_INT128__ == 16
#define HAVE___INT128 1
#else
#undef HAVE___INT128
#endif
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"