1 dnl Process this file with autoconf to produce a configure script.
3 AC_CONFIG_HEADER(vvp_config.h)
5 dnl Checks for programs.
13 # Combined check for Microsoft-related bogosities; sets WIN32 if found
16 AC_CHECK_HEADERS(malloc.h stdint.h)
18 # may modify CPPFLAGS and CFLAGS
21 # Do some more operating system specific setup.
24 AC_DEFINE([_LARGEFILE_SOURCE], [1], [Indicates LFS (i.e. the ability to create files larger than 2 GiB on 32-bit operating systems).])
25 AC_DEFINE([_LARGEFILE64_SOURCE], [1], [Indicates LFS (i.e. the ability to create files larger than 2 GiB on 32-bit operating systems).])
29 AC_CHECK_FUNCS(fopen64)
31 # Compiler option for position independent code, needed when making shared objects.
34 # linker options when building a shared library