Merge sin.intern.azundris.com:/home/tnurnberg/10776/50-10776

into  sin.intern.azundris.com:/home/tnurnberg/10776/51-10776
This commit is contained in:
tnurnberg@sin.intern.azundris.com 2007-08-01 05:07:58 +02:00
commit d02dd25198
14 changed files with 111 additions and 52 deletions

View file

@ -127,14 +127,9 @@ AC_DEFUN([MYSQL_SYS_LARGEFILE],
hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
ac_cv_sys_largefile_source=1 ;;
esac])
AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES,
ac_cv_sys_large_files,
[Large files support on AIX-style hosts.],
[case "$host_os" in
# AIX 4.2 and later
aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*)
ac_cv_sys_large_files=1 ;;
esac])
# AIX 4.2 and later -- do nothing, include standards.h instead.
# this goes for both GNU and IBM C and C++ compilers.
fi
])