mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Another autoconf cleanup:
o check for the existence of the function mmap o replaced MMAP_SUPPORTED by HAVE_MMAP
This commit is contained in:
parent
0631a42ae9
commit
268a2985c6
@ -1,4 +1,4 @@
|
||||
# $Id: configure.in,v 1.35 2002-08-22 11:30:31 eku Exp $
|
||||
# $Id: configure.in,v 1.36 2002-08-26 11:59:01 eku Exp $
|
||||
|
||||
################################# INITIALISATION ###############################
|
||||
|
||||
@ -150,6 +150,8 @@ if test "$ac_cv_func_dirname" = "no"; then
|
||||
fi
|
||||
AC_CHECK_FUNCS(sigaction)
|
||||
AC_CHECK_FUNCS(snprintf)
|
||||
AC_CHECK_FUNCS(mmap)
|
||||
|
||||
|
||||
# Check for other things
|
||||
AC_C_BIGENDIAN
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ident "$Id: autoconfig_msvc.h,v 1.22 2002-08-24 10:53:42 dimitr Exp $"
|
||||
#ident "$Id: autoconfig_msvc.h,v 1.23 2002-08-26 11:59:01 eku Exp $"
|
||||
|
||||
/*
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
||||
@ -62,6 +62,7 @@
|
||||
#define HAVE_DIRNAME
|
||||
#undef HAVE_SIGACTION
|
||||
#define HAVE_SNPRINTF
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Types */
|
||||
#undef socklen_t
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ident "$Id: config.h.in,v 1.28 2002-08-22 11:30:32 eku Exp $"
|
||||
#ident "$Id: config.h.in,v 1.29 2002-08-26 11:59:01 eku Exp $"
|
||||
|
||||
/*
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
||||
@ -52,6 +52,7 @@
|
||||
#undef HAVE_DIRNAME
|
||||
#undef HAVE_SIGACTION
|
||||
#undef HAVE_SNPRINTF
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Types */
|
||||
#undef socklen_t
|
||||
|
Loading…
Reference in New Issue
Block a user