summaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-03-29 23:03:48 +0000
committerJeremy Allison <jra@samba.org>2000-03-29 23:03:48 +0000
commit567713a07c089ab3ebb4c9b96087777de154b601 (patch)
treef0d6ad8c5aff8b0e6a3398d0e709bb10ac26099d /source/include
parent1c9d2c016a78b0ed11dc68adeabb709903444837 (diff)
downloadsamba-567713a07c089ab3ebb4c9b96087777de154b601.tar.gz
Added check for LL suffix to long long ints needed by AIX 4.3.x compiler
to allow successful build. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in1
1 files changed, 1 insertions, 0 deletions
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