get rid of __LONG_LONG_SUPPORTED

. also drop minix-specific code in libarchive
	  that was needed for not supporting 64 bit ints
This commit is contained in:
Ben Gras
2012-03-25 20:57:58 +02:00
parent 23df780120
commit f22864c24e
10 changed files with 2 additions and 275 deletions

View File

@@ -29,8 +29,6 @@
#undef TYPEU
#undef TYPE_FUNC
#ifdef __LONG_LONG_SUPPORTED
/* test strtoll */
#define TYPE long long
#define TYPEU unsigned long long
@@ -49,8 +47,6 @@
#undef TYPEU
#undef TYPE_FUNC
#endif /* defined(__LONG_LONG_SUPPORTED) */
int main(int argc, char **argv)
{
start(45);

View File

@@ -6,9 +6,7 @@
#include <string.h>
#include <unistd.h>
#if defined(__LONG_LONG_SUPPORTED) || (_WORD_SIZE > 2 && __L64)
#define TEST_64_BIT
#endif
#define ERR e(__LINE__)