diff options
author | Jeremy Allison <jra@samba.org> | 2000-03-29 23:03:48 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-03-29 23:03:48 +0000 |
commit | 332013e09efadabcf31c01852690960bf614abd7 (patch) | |
tree | 59e39e6a72d4f14574f511dd9a4f6db8843ff8c8 /source3/include | |
parent | 0d9d264625e482f55b2c5b76d7aa7d989529dd07 (diff) | |
download | samba-332013e09efadabcf31c01852690960bf614abd7.tar.gz samba-332013e09efadabcf31c01852690960bf614abd7.tar.bz2 samba-332013e09efadabcf31c01852690960bf614abd7.zip |
Added check for LL suffix to long long ints needed by AIX 4.3.x compiler
to allow successful build.
Jeremy.
(This used to be commit 567713a07c089ab3ebb4c9b96087777de154b601)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 69f586be9c..f42587b239 100644 --- a/source3/include/config.h.in +++ b/source3/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 |