From 567713a07c089ab3ebb4c9b96087777de154b601 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 29 Mar 2000 23:03:48 +0000 Subject: Added check for LL suffix to long long ints needed by AIX 4.3.x compiler to allow successful build. Jeremy. --- source/include/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source/include') diff --git a/source/include/config.h.in b/source/include/config.h.in index 69f586be9cf..f42587b2397 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -185,6 +185,7 @@ #undef NEED_SGI_SEMUN_HACK #undef SYSCONF_SC_NGROUPS_MAX #undef HAVE_UX_UT_SYSLEN +#undef COMPILER_SUPPORTS_LL /* The number of bytes in a int. */ #undef SIZEOF_INT -- cgit v1.2.1